Search for file

  1. Search 7.x for file
  2. Search 9.5.x for file
  3. Search 8.9.x for file
  4. Search 10.3.x for file
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
File class core/modules/media/src/Plugin/media/Source/File.php File entity media source.
File class core/modules/file/src/Entity/File.php Defines the file entity class.
File class core/modules/file/src/Plugin/views/field/File.php Field handler to provide simple renderer that allows linking to a file.
File class core/modules/file/src/Plugin/views/wizard/File.php Tests creating managed files views with the wizard.
File class core/modules/file/src/Plugin/migrate/source/d6/File.php Drupal 6 file source from database.
File class core/modules/file/src/Plugin/migrate/source/d7/File.php Drupal 7 file source from database.
File class core/lib/Drupal/Core/Render/Element/File.php Provides a form element for uploading a file.

All search results

Title Object type File name Summary
FileTestAccessControlHandler.php file core/modules/file/tests/file_test/src/FileTestAccessControlHandler.php
FileTestAccessControlHandler::checkAccess function core/modules/file/tests/file_test/src/FileTestAccessControlHandler.php Performs access checks.
FileTestBase class core/tests/Drupal/KernelTests/Core/File/FileTestBase.php Provides file-specific assertions and helper functions.
FileTestBase.php file core/tests/Drupal/KernelTests/Core/File/FileTestBase.php
FileTestBase::$classname property core/tests/Drupal/KernelTests/Core/File/FileTestBase.php A fully-qualified stream wrapper class name to register for the test.
FileTestBase::$modules property core/tests/Drupal/KernelTests/Core/File/FileTestBase.php Modules to install.
FileTestBase::$scheme property core/tests/Drupal/KernelTests/Core/File/FileTestBase.php A stream wrapper scheme to register for the test.
FileTestBase::assertDirectoryPermissions function core/tests/Drupal/KernelTests/Core/File/FileTestBase.php Helper function to test the permissions of a directory.
FileTestBase::assertFilePermissions function core/tests/Drupal/KernelTests/Core/File/FileTestBase.php Helper function to test the permissions of a file.
FileTestBase::createDirectory function core/tests/Drupal/KernelTests/Core/File/FileTestBase.php Create a directory and assert it exists.
FileTestBase::createUri function core/tests/Drupal/KernelTests/Core/File/FileTestBase.php Create a file and return the URI of it.
FileTestBase::register function core/tests/Drupal/KernelTests/Core/File/FileTestBase.php Registers test-specific services.
FileTestBase::setUp function core/tests/Drupal/KernelTests/Core/File/FileTestBase.php
FileTestBase::setUpFilesystem function core/tests/Drupal/KernelTests/Core/File/FileTestBase.php Sets up the filesystem, so things like the file directory.
FileTestCdn.php file core/modules/file/tests/file_test/src/FileTestCdn.php
FileTestForm class core/modules/file/tests/file_test/src/Form/FileTestForm.php File test form class.
FileTestForm.php file core/modules/file/tests/file_test/src/Form/FileTestForm.php
FileTestForm::buildForm function core/modules/file/tests/file_test/src/Form/FileTestForm.php Form constructor.
FileTestForm::fileExistsFromName function core/modules/file/tests/file_test/src/Form/FileTestForm.php Get a FileExists enum from its name.
FileTestForm::getFormId function core/modules/file/tests/file_test/src/Form/FileTestForm.php Returns a unique string identifying the form.
FileTestForm::submitForm function core/modules/file/tests/file_test/src/Form/FileTestForm.php Form submission handler.
FileTestFormTrait trait core/modules/file/tests/file_test/src/Form/FileTestFormTrait.php This trait provides common code common for Forms.
FileTestFormTrait.php file core/modules/file/tests/file_test/src/Form/FileTestFormTrait.php
FileTestFormTrait::baseForm function core/modules/file/tests/file_test/src/Form/FileTestFormTrait.php Adds common form elements to the form.
FileTestHelper class core/modules/file/tests/file_test/src/FileTestHelper.php Helper for file tests.
FileTestHelper.php file core/modules/file/tests/file_test/src/FileTestHelper.php
FileTestHelper::fileScanCallback function core/modules/file/tests/file_test/src/FileTestHelper.php Helper function for testing FileSystemInterface::scanDirectory().
FileTestHelper::fileScanCallbackReset function core/modules/file/tests/file_test/src/FileTestHelper.php Reset static variables used by FileTestHelper::fileScanCallback().
FileTestHelper::getAllCalls function core/modules/file/tests/file_test/src/FileTestHelper.php Get an array with the calls for all hooks.
FileTestHelper::getCalls function core/modules/file/tests/file_test/src/FileTestHelper.php Gets the arguments passed to a given hook invocation.
FileTestHelper::logCall function core/modules/file/tests/file_test/src/FileTestHelper.php Store the values passed to a hook invocation.
FileTestHelper::reset function core/modules/file/tests/file_test/src/FileTestHelper.php Reset/initialize the history of calls to the file_* hooks.
FileTestHelper::setReturn function core/modules/file/tests/file_test/src/FileTestHelper.php Assign a return value for a given operation.
FileTestHooks class core/modules/file/tests/file_test/src/Hook/FileTestHooks.php Hook implementations for file_test.
FileTestHooks.php file core/modules/file/tests/file_test/src/Hook/FileTestHooks.php
FileTestHooks::entityTypeAlter function core/modules/file/tests/file_test/src/Hook/FileTestHooks.php Implements hook_entity_type_alter().
FileTestHooks::fileCopy function core/modules/file/tests/file_test/src/Hook/FileTestHooks.php Implements hook_file_copy().
FileTestHooks::fileDownload function core/modules/file/tests/file_test/src/Hook/FileTestHooks.php Implements hook_file_download().
FileTestHooks::fileInsert function core/modules/file/tests/file_test/src/Hook/FileTestHooks.php Implements hook_ENTITY_TYPE_insert() for file entities.
FileTestHooks::fileLoad function core/modules/file/tests/file_test/src/Hook/FileTestHooks.php Implements hook_ENTITY_TYPE_load() for file entities.
FileTestHooks::fileMove function core/modules/file/tests/file_test/src/Hook/FileTestHooks.php Implements hook_file_move().
FileTestHooks::filePredelete function core/modules/file/tests/file_test/src/Hook/FileTestHooks.php Implements hook_ENTITY_TYPE_predelete() for file entities.
FileTestHooks::fileUpdate function core/modules/file/tests/file_test/src/Hook/FileTestHooks.php Implements hook_ENTITY_TYPE_update() for file entities.
FileTestHooks::fileUrlAlter function core/modules/file/tests/file_test/src/Hook/FileTestHooks.php Implements hook_file_url_alter().
FileTestHooks::getReturn function core/modules/file/tests/file_test/src/Hook/FileTestHooks.php Load the appropriate return value.
FileTestSaveUploadFromForm class core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php File test form class.
FileTestSaveUploadFromForm.php file core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php
FileTestSaveUploadFromForm::$messenger property core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php The messenger.
FileTestSaveUploadFromForm::$state property core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Stores the state storage service.
FileTestSaveUploadFromForm::buildForm function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Form constructor.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.