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
simpletest_clean_profile_cache_folders function core/modules/simpletest/simpletest.module Removes cached profile folders from the files directory.
FileAccessTestCase::testFilePageAccess function core/modules/file/tests/file.test Tests page access.
BatchPercentagesUnitTestCase::$profile property core/modules/simpletest/tests/batch.test
views_handler_field_file_extension.inc file core/modules/file/views/views_handler_field_file_extension.inc Definition of views_handler_field_file_extension.
FileFieldPathTestCase::assertPathMatch function core/modules/file/tests/file.test Asserts that a file is uploaded to the right location.
file_field_views_data_views_data_alter function core/modules/file/views/file.views.inc Implements hook_field_views_data_views_data_alter().
FormStateValuesCleanTestCase::$profile property core/modules/simpletest/tests/form.test The profile to install as a basis for testing.
hook_file_formatter_FORMATTER_settings function core/modules/file/file.api.php Define formatter settings.
views_handler_field_file::options_form function core/modules/file/views/views_handler_field_file.inc Provide link to file option
file_stream_wrapper_get_instance_by_uri function core/includes/file.inc Returns a reference to the stream wrapper class responsible for a given URI.
UpdateTestFileTransfer::getSettingsForm function core/modules/update/tests/update_test/update_test.module Returns a settings form with a text field to input a username.
views_handler_argument_file_type::title function core/modules/file/views/views_handler_argument_file_type.inc Override the behavior of title().
FormResizableTextareaTestCase::$profile property core/modules/simpletest/tests/form.test The profile to install as a basis for testing.
file_field_inline_fields_widget_process function core/modules/file/file.field.inc Render API callback: Processes a file_generic field element.
FileHookTestCase::assertFileHooksCalled function core/modules/simpletest/tests/file.test Assert that all of the specified hook_file_* hooks were called once, other values result in failure.
FileValidatorTest::testFileValidateSize function core/modules/simpletest/tests/file.test Test file_validate_size().
FileSaveUploadTest::testHandleExtension function core/modules/simpletest/tests/file.test Test extension handling.
FileSaveUploadTest::testHandleFileMunge function core/modules/simpletest/tests/file.test Test file munge handling.
FileSaveUploadTest::testExistingReplace function core/modules/simpletest/tests/file.test Test replacement when uploading over a file that already exists.
FileScanDirectoryTest::testOptionNoMask function core/modules/simpletest/tests/file.test Check that the no-mask parameter is honored.
TestFileTransfer::removeDirectoryJailed function core/modules/simpletest/tests/filetransfer.test
TestFileTransfer::createDirectoryJailed function core/modules/simpletest/tests/filetransfer.test
views_handler_field_file_extension.test file core/modules/views/tests/handlers/views_handler_field_file_extension.test Definition of ViewsHandlerFileExtensionTest.
filter_editor_file_upload_settings_form function core/modules/filter/filter.admin.inc Subform constructor to configure the text editor's file upload settings.
FileTransferChmodInterface::chmodJailed function core/includes/filetransfer/filetransfer.inc Changes the permissions of the file / directory specified in $path
file_file_formatter_file_field_settings function core/modules/file/file.module Implements hook_file_formatter_FORMATTER_settings().
file_file_formatter_file_image_settings function core/modules/file/file.module Implements hook_file_formatter_FORMATTER_settings().
PathPatternFunctionalTestCase::$profile property core/modules/path/tests/path_pattern.test The profile to install as a basis for testing.
PathPatternBulkUpdateTestCase::$profile property core/modules/path/tests/path_pattern.test The profile to install as a basis for testing.
FileTaxonomyTermTestCase::_testTermFile function core/modules/file/tests/file.test Runs tests for attaching a file field to a taxonomy term.
BackupDatabase::restoreDatabaseFromFile function core/includes/backup/backup.database.inc Backup the databases to a file.
FileFieldValidateTestCase::testRequired function core/modules/file/tests/file.test Tests the required property on file fields.
SystemTestFileTransfer::getSettingsForm function core/modules/simpletest/tests/system_test.module
ViewsHandlerFieldBulkFormTest::$profile property core/modules/views/tests/handlers/views_handler_field_bulk_form.test The profile to install as a basis for testing.
views_handler_field_file_status::render function core/modules/file/views/views_handler_field_file_status.inc Render the field.
ViewsHandlerFileExtensionTest::viewsData function core/modules/views/tests/handlers/views_handler_field_file_extension.test The views data definition.
FormsTriggeringElementTestCase::$profile property core/modules/simpletest/tests/form.test The profile to install as a basis for testing.
RetrieveFileTestCase::testFileRetrieving function core/modules/system/tests/system.test Invokes system_retrieve_file() in several scenarios.
_file_field_get_description_from_element function core/modules/file/file.field.inc Retrieves the file description from a field field element.
LocaleImportFunctionalTest::importPoFile function core/modules/locale/tests/locale.test Helper function: import a standalone .po file in a given language.
LocaleImportFunctionalTest::getBadPoFile function core/modules/locale/tests/locale.test Helper function that returns a bad .po file.
FileTestCase::assertDirectoryPermissions function core/modules/simpletest/tests/file.test Helper function to test the permissions of a directory.
views_handler_field_file_icon::renderSvg function core/modules/file/views/views_handler_field_file_icon.inc Render the icon as svg tag.
views_handler_field_file_icon::renderImg function core/modules/file/views/views_handler_field_file_icon.inc Render the icon as img tag.
FileDirectoryTest::testFileDirectoryTemp function core/modules/simpletest/tests/file.test Ensure that the file_directory_temp() function always returns a value.
FileScanDirectoryTest::testOptionRecurse function core/modules/simpletest/tests/file.test Check that the recurse option descends into subdirectories.
BackdropTestCase::$originalFileDirectory property core/modules/simpletest/backdrop_web_test_case.php The original file directory, before it was changed for testing purposes.
FileUnmanagedMoveTest::testOverwriteSelf function core/modules/simpletest/tests/file.test Try to move a file onto itself.
FileUnmanagedCopyTest::testOverwriteSelf function core/modules/simpletest/tests/file.test Copy a file onto itself.
FilterSettingsAttachedTestCase::$profile property core/modules/filter/tests/filter_js_settings.test The profile to install as a basis for testing.

Pages

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

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
    • Dialog API
  • 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