Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for file

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
SimpleTestOtherInstallationProfileModuleTestsTestCase class core/modules/simpletest/tests/simpletest.test Verifies that tests in other installation profiles are not found.
InstallerTestUploadCase::testFileNameExtensionMerging function core/modules/installer/tests/installer.test Ensures that archiver extensions are properly merged in the UI.
BootstrapGetFilenameTestCase::testBackdropGetFilename function core/modules/simpletest/tests/bootstrap.test Test that backdrop_get_filename() works correctly when the file is not found in the database.
views_handler_field_file_link_edit::option_definition function core/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(
FileAccessFunctionsAlignedTestCase::createExampleFile function core/modules/file/tests/file.test Helper function to create some files.
FileUploadWizardTestCase::testFileUploadWizardSchemes function core/modules/file/tests/file.test Test the file upload wizard scheme step.
FileManagedFileElementTestCase::_postMaxSizeToInteger function core/modules/file/tests/file.test Converts php.ini post_max_size value to integer.
views_handler_field_file_extension::option_definition function core/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(
FileFieldValidateTestCase::testDefaultFileFieldDisplay function core/modules/file/tests/file.test Tests default display of File Field.
ViewsUiFileManagedViewsWizard::default_display_options function core/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 core/modules/simpletest/tests/common.test Tests that the query string remains intact when adding JavaScript files that have query string parameters.
CommonBackdropParseInfoFileTestCase::testParseInfoFile function core/modules/simpletest/tests/common.test Parse an example .info file an verify the results.
EntityReferenceSelectionHandlerGeneric_file::$label_key property core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc The entity's label key as required for matching the autocomplete string.
SimpleTestInstallationProfileModuleTestsTestCase::setUp function core/modules/simpletest/tests/simpletest.test Sets up a Backdrop site for running functional and integration tests.
FileFieldAnonymousSubmission::testAnonymousNodeWithFile function core/modules/file/tests/file.test Tests file submission for an anonymous visitor.
views_handler_field_file_link_delete::option_definition function core/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(
_authorize_filetransfer_connection_settings_set_defaults function core/includes/authorize.inc Sets the default settings on a file transfer connection form recursively.
FileFieldWidgetTestCase::testTemporaryFileRemovalExploit function core/modules/file/tests/file.test Tests exploiting the temporary file removal of another user using fid.
InstallerLanguageTestCase::testInstallerTranslationFiles function core/modules/simpletest/tests/installer.test Tests that the installer can find translation files.
ViewsHandlerFileExtensionTest::testFileExtensionTarOption function core/modules/views/tests/handlers/views_handler_field_file_extension.test Tests the 'extension_detect_tar' handler option.
FilePrivateTestCase::testPrivateFileDownloadAccessGranted function core/modules/file/tests/file.test Tests file access for private nodes when file download access is granted.
SimpleTestInstallationProfileModuleTestsTestCase::$profile property core/modules/simpletest/tests/simpletest.test Use the Testing profile.
FileManagedFileElementTestCase::testManagedFileParentsHash function core/modules/file/tests/file.test Tests file_ajax_upload() parents_hash.
FileUploadWizardTestCase::testFileUploadWizardStepSkipping function core/modules/file/tests/file.test Test skipping each of the file upload wizard steps.
FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit function core/modules/file/tests/file.test Helper for testing exploiting the temporary file removal using fid.
FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle function core/modules/file/tests/file.test Helper method to test file submissions with missing node titles.
FileAccessFunctionsAlignedTestCase::testFileAccessFunctions function core/modules/file/tests/file.test Verify that both, file_access() and File::access() return the same value.
FileManagedFileElementTestCase::$originalDisplayErrorsValue property core/modules/file/tests/file.test
SimpleTestOtherInstallationProfileModuleTestsTestCase::setUp function core/modules/simpletest/tests/simpletest.test Sets up a Backdrop site for running functional and integration tests.
FileUploadWizardTestCase::testFileUploadWizardPrivateFailure function core/modules/file/tests/file.test Test the file upload wizard when uploading a private file fails.
LocaleExportFunctionalTest::testExportTranslationTemplateFile function core/modules/locale/tests/locale.test Test exportation of translation template file.
SimpleTestInstallationProfileModuleTestsTestCase::$admin_user property core/modules/simpletest/tests/simpletest.test
FileAttributeOverrideTestCase::testFileFileAttributeOverrides function core/modules/file/tests/file.test Test to see if file attributes can be overridden.
FileFileTypeClassificationTestCase::testFileTypeClassification function core/modules/file/tests/file.test Test that existing files are properly classified by file type.
SimpleTestOtherInstallationProfileModuleTestsTestCase::$profile property core/modules/simpletest/tests/simpletest.test Use the Minimal profile.
CommonCascadingStylesheetsTestCase::testAddCssFileWithQueryString function core/modules/simpletest/tests/common.test Tests that the query string remains intact when adding CSS files that have query string parameters.
FileFieldWidgetTestCase::testTemporaryFileRemovalExploitAnonymous function core/modules/file/tests/file.test Tests exploiting the temporary file removal for anonymous users using fid.
EntityReferenceSelectionHandlerGeneric_file::entityFieldQueryAlter function core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc Implements EntityReferenceHandler::entityFieldQueryAlter().
SimpleTestOtherInstallationProfileModuleTestsTestCase::$admin_user property core/modules/simpletest/tests/simpletest.test
FileFieldAnonymousSubmission::testAnonymousNodeWithFileWithoutTitle function core/modules/file/tests/file.test Tests file submission for an anonymous visitor with a missing node title.
FileManagedFileElementTestCase::testManagedFileExceedMaximumFileSize function core/modules/file/tests/file.test Tests uploading a file that exceeds the maximum file size.
FileFieldAnonymousSubmission::testAuthenticatedNodeWithFileWithoutTitle function core/modules/file/tests/file.test Tests file submission for an authenticated user with a missing node title.
SimpleTestInstallationProfileModuleTestsTestCase::testInstallationProfileTests function core/modules/simpletest/tests/simpletest.test Tests existence of test case located in an installation profile module.
SimpleTestOtherInstallationProfileModuleTestsTestCase::testOtherInstallationProfile function core/modules/simpletest/tests/simpletest.test Tests that tests located in another installation profile do not appear.

Pages

  • « first
  • ‹ previous
  • …
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org