Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for file

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
views_handler_field_file_link_delete::render_link function modules/file/views/views_handler_field_file_link_delete.inc Renders the link.
FormsElementsVerticalTabsFunctionalTest::$profile property modules/simpletest/tests/form.test The profile to install as a basis for testing.
FileDirectoryTest::testFileCheckDirectoryHandling function modules/simpletest/tests/file.test Test directory handling functions.
BackdropSystemListingCompatibleTestCase::$profile property profiles/testing/modules/backdrop_system_listing_compatible_test/backdrop_system_listing_compatible_test.test Use the Minimal profile.
FormsFileInclusionTestCase::testLoadCustomInclude function modules/simpletest/tests/form.test Tests loading a custom specified inlcude.
FileAccessTestCase::testFilePrivateDownloadAccess function modules/file/tests/file.test Test to see if we have access to download private files when granted the permissions.
LocalePluralFormatTest::getPoFileWithSimplePlural function modules/locale/tests/locale.test Returns a .po file with a simple plural formula.
FileAccessTestCase::getPrivateDownloadAccessCases function modules/file/tests/file.test Helper for testFilePrivateDownloadAccess() test.
views_handler_filter_file_type::get_value_options function modules/file/views/views_handler_filter_file_type.inc Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_field_file_link_delete::options_form function modules/file/views/views_handler_field_file_link_delete.inc Default options form that provides the label widget that all fields should have.
FileTokenReplaceTestCase::testFileTokenReplacement function modules/file/tests/file.test Creates a file, then tests the tokens generated from it.
FileValidatorTest::testFileValidateImageResolution function modules/simpletest/tests/file.test This ensures the resolution of a specific file is within bounds. The image will be resized if it's too large.
LocalePluralFormatTest::getPoFileWithComplexPlural function modules/locale/tests/locale.test Returns a .po file with a complex plural formula.
LocalePluralFormatTest::getPoFileWithMissingPlural function modules/locale/tests/locale.test Returns a .po file with a missing plural formula.
CommonCascadingStylesheetsTestCase::testRenderFile function modules/simpletest/tests/common.test Tests rendering the stylesheets.
FileUnmanagedDeleteRecursiveTest::testSubDirectory function modules/simpletest/tests/file.test Try deleting subdirectories with some files.
FileUploadTransliterationTest::testTransliteration function modules/simpletest/tests/file.test
views_handler_filter_file_status::get_value_options function modules/file/views/views_handler_filter_file_status.inc Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
FileUploadWizardTestCase::testFileUploadWizardTypes function modules/file/tests/file.test Test the file upload wizard type step.
ViewsUIWizardJumpMenuTestCase::createFileAndGetPath function modules/views/tests/views_ui.test Helper function to create a file and return its expected path.
FileUploadWizardTestCase::testFileUploadWizardBasic function modules/file/tests/file.test Test the basic file upload wizard functionality.
InfoFileParserTestCase::testBackdropParseInfoFormat function modules/system/tests/system.test Test backdrop_parse_info_format().
FileUnmanagedDeleteRecursiveTest::testEmptyDirectory function modules/simpletest/tests/file.test Try deleting an empty directory.
views_handler_field_file_filemime::option_definition function modules/file/views/views_handler_field_file_filemime.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
FileUploadWizardTestCase::testFileUploadWizardFields function modules/file/tests/file.test Test the file upload wizard field step.
LocaleImportFunctionalTest::getPoFileWithEmptyMsgstr function modules/locale/tests/locale.test Helper function that returns a .po file with an empty last item.
views_handler_field_file_rendered::option_definition function modules/file/views/views_handler_field_file_rendered.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
SimpleTestOtherInstallationProfileModuleTestsTestCase class modules/simpletest/tests/simpletest.test Verifies that tests in other installation profiles are not found.
views_handler_field_file_link_edit::option_definition function modules/file/views/views_handler_field_file_link_edit.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler_field_file_extension::option_definition function modules/file/views/views_handler_field_file_extension.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
FileUploadWizardTestCase::testFileUploadWizardSchemes function modules/file/tests/file.test Test the file upload wizard scheme step.
BootstrapGetFilenameTestCase::testBackdropGetFilename function modules/simpletest/tests/bootstrap.test Test that backdrop_get_filename() works correctly when the file is not found in the database.
InstallerTestUploadCase::testFileNameExtensionMerging function modules/installer/tests/installer.test Ensures that archiver extensions are properly merged in the UI.
ViewsUiFileManagedViewsWizard::default_display_options function modules/views_ui/wizards/views_ui_file_managed_views_wizard.php Most subclasses will need to override this method to provide some fields or a different row plugin.
CommonJavaScriptTestCase::testAddJsFileWithQueryString function modules/simpletest/tests/common.test Tests that the query string remains intact when adding JavaScript files that have query string parameters.
FileFieldValidateTestCase::testDefaultFileFieldDisplay function modules/file/tests/file.test Tests default display of File Field.
CommonBackdropParseInfoFileTestCase::testParseInfoFile function modules/simpletest/tests/common.test Parse an example .info file an verify the results.
SimpleTestInstallationProfileModuleTestsTestCase::setUp function modules/simpletest/tests/simpletest.test Sets up a Backdrop site for running functional and integration tests.
views_handler_field_file_link_delete::option_definition function modules/file/views/views_handler_field_file_link_delete.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
FileFieldAnonymousSubmission::testAnonymousNodeWithFile function modules/file/tests/file.test Tests file submission for an anonymous visitor.
InstallerLanguageTestCase::testInstallerTranslationFiles function modules/simpletest/tests/installer.test Tests that the installer can find translation files.
FileFieldWidgetTestCase::testTemporaryFileRemovalExploit function modules/file/tests/file.test Tests exploiting the temporary file removal of another user using fid.
_authorize_filetransfer_connection_settings_set_defaults function includes/authorize.inc Sets the default settings on a file transfer connection form recursively.
ViewsHandlerFileExtensionTest::testFileExtensionTarOption function modules/views/tests/handlers/views_handler_field_file_extension.test Tests the 'extension_detect_tar' handler option.
FilePrivateTestCase::testPrivateFileDownloadAccessGranted function modules/file/tests/file.test Tests file access for private nodes when file download access is granted.
FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit function modules/file/tests/file.test Helper for testing exploiting the temporary file removal using fid.
FileManagedFileElementTestCase::testManagedFileParentsHash function modules/file/tests/file.test Tests file_ajax_upload() parents_hash.
FileUploadWizardTestCase::testFileUploadWizardStepSkipping function modules/file/tests/file.test Test skipping each of the file upload wizard steps.
SimpleTestInstallationProfileModuleTestsTestCase::$profile property modules/simpletest/tests/simpletest.test Use the Testing profile.
FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle function modules/file/tests/file.test Helper method to test file submissions with missing node titles.

Pages

  • « first
  • ‹ previous
  • …
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS