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
CommentHelperCase::$profile property core/modules/comment/tests/comment.test The profile to install as a basis for testing.
file_test_file_scan_callback function core/modules/simpletest/tests/file.test Helper function for testing file_scan_directory().
UserCreateTestCase::$profile property core/modules/user/tests/user.test
FileTestCase::assertSameFile function core/modules/simpletest/tests/file.test Check that two files are the same by comparing the fid and filepath.
file_get_filetype_candidates function core/modules/file/file.pages.inc Get the candidate filetypes for a given file.
MenuRouterTestCase::$profile property core/modules/simpletest/tests/menu.test The profile to install as a basis for testing.
NodeAccessUnitTest::$profile property core/modules/node/tests/node.test The profile to install as a basis for testing.
file_example_stream_wrappers function modules/examples/file_example/file_example.module Implements hook_stream_wrappers().
FileFieldAnonymousSubmission class core/modules/file/tests/file.test Confirm that file field submissions work correctly for anonymous visitors.
ConfigFileStorage::deleteAll function core/includes/config.inc Deletes configuration objects whose names start with a given prefix.
FileScanDirectoryTest::setUp function core/modules/simpletest/tests/file.test Sets up a Backdrop site for running functional and integration tests.
file_module_test_form_submit function core/modules/file/tests/file_module_test/file_module_test.module Form submission handler for file_module_test_form().
BootstrapGetFilenameTestCase class core/modules/simpletest/tests/bootstrap.test Test backdrop_get_filename()'s availability.
comment_file_download_access function core/modules/comment/comment.module Implements hook_file_download_access().
FieldBlockTestCase::$profile property core/modules/field/tests/field.test The profile to install as a basis for testing.
LockFunctionalTest::$profile property core/modules/simpletest/tests/lock.test The profile to install as a basis for testing.
FileScanDirectoryTest::$path property core/modules/simpletest/tests/file.test
FileTransferSSH::__construct function core/includes/filetransfer/ssh.inc The constructor for the UpdateConnection class. This method is also called from the classes that extend this class and override this method.
RedirectTestHelper::$profile property core/modules/redirect/tests/redirect.test The profile to install as a basis for testing.
EntityLoadTestCase::$profile property core/modules/entity/tests/entity_crud.test The profile to install as a basis for testing.
FileTransferSSH::isDirectory function core/includes/filetransfer/ssh.inc WARNING: This is untested. It is not currently used, but should do the trick.
FileTransferSSH::chmodJailed function core/includes/filetransfer/ssh.inc Changes the permissions of the file / directory specified in $path
FileTransferFTP::__construct function core/includes/filetransfer/ftp.inc The constructor for the FileTransfer class.
UpdaterFileTransferException class core/includes/updater.inc Child class of UpdaterException that indicates a FileTransfer exception.
drupal_get_filetransfer_info function core/includes/drupal.inc Assembles the Backdrop FileTransfer registry.
file_progress_implementation function core/modules/file/file.module Determines the preferred upload progress implementation.
file_managed_file_pre_render function core/modules/file/file.module Render API callback: Hides display of the upload or remove controls.
FileTransfer::copyFileJailed function core/includes/filetransfer/filetransfer.inc Copies a file.
system_update_files_database function core/modules/system/system.module Updates the records in the system table based on the files array.
backdrop_verify_install_file function core/includes/install.inc Verifies the state of the specified file.
FileTypeTestCase::testCreate function core/modules/file/tests/file.test Test creating a new type. Basic CRUD.
EmailFieldTestCase::$profile property core/modules/email/tests/email.test The profile to install as a basis for testing.
FileUploadSvgTestCase::setUp function core/modules/file/tests/file.test Sets up a Backdrop site for running functional and integration tests.
LayoutHookTestCase::$profile property core/modules/layout/tests/layout.test The profile to install as a basis for testing.
views_handler_field_file.inc file core/modules/file/views/views_handler_field_file.inc Definition of views_handler_field_file.
file_invalidate_field_caches function core/modules/file/file.module Clear the field cache for any entities referencing a specific file.
FieldTokenTestCase::$profile property core/modules/field/tests/field.test The profile to install as a basis for testing.
file_multiple_delete_confirm function core/modules/file/file.pages.inc Multiple file deletion confirmation form.
file_query_file_access_alter function core/modules/file/file.module Implements hook_query_TAG_alter().
hook_filetransfer_info_alter function core/modules/system/system.api.php Alter the FileTransfer class registry.
ActionLoopTestCase::$profile property core/modules/simpletest/tests/actions.test The profile to install as a basis for testing.
DRUPAL_MAXIMUM_TEMP_FILE_AGE constant core/includes/drupal.inc
LayoutDeletionTest::$profile property core/modules/layout/tests/layout.test The profile to install as a basis for testing.
LayoutRendererTest::$profile property core/modules/layout/tests/layout.test The profile to install as a basis for testing.
hook_query_file_access_alter function core/modules/file/file.api.php Control access to listings of files.
views_handler_field_file_uri class core/modules/file/views/views_handler_field_file_uri.inc Field handler to add rendering file paths as file URLs instead of as internal file URIs.
ViewsHandlerFileExtensionTest class core/modules/views/tests/handlers/views_handler_field_file_extension.test Tests the views_handler_field_file_extension handler.
hook_file_metadata_info_alter function core/modules/file/file.api.php Alters metadata information.
update_test_filetransfer_info function core/modules/update/tests/update_test/update_test.module Implements hook_filetransfer_info().
CKEditorRtlTestCase::$profile property core/modules/ckeditor/tests/ckeditor_rtl.test Profile name.

Pages

  • « first
  • ‹ previous
  • …
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • …
  • 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
  • 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