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 11.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
FileTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/FileTest.php Returns the expected JSON:API document for the entity.
FileTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/FileTest.php Return the expected error message.
FileTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/FileTest.php Returns the JSON:API POST document.
FileTest::makeCurrentUserFileOwner function core/modules/jsonapi/tests/src/Functional/FileTest.php Makes the current user the file owner.
FileTest::providerSource function core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/FileTest.php
FileTest::providerSource function core/modules/file/tests/src/Kernel/Plugin/migrate/source/d7/FileTest.php
FileTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/FileTest.php Sets up the necessary authorization.
FileTest::testCollectionFilterAccess function core/modules/jsonapi/tests/src/Functional/FileTest.php
FileTest::testIndividual function core/modules/jsonapi/tests/src/Functional/FileTest.php Tests POST/PATCH/DELETE for an individual resource.
FileTestAccessControlHandler class core/modules/file/tests/file_test/src/FileTestAccessControlHandler.php Defines a class for an alternate file access control handler.
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.
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.
FileTestForm::validateForm function core/modules/file/tests/file_test/src/Form/FileTestForm.php Form validation handler.
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.
FileTestSaveUploadFromForm::create function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Instantiates a new instance of this class.
FileTestSaveUploadFromForm::fileExistsFromName function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Get a FileExists enum from its name.
FileTestSaveUploadFromForm::getFormId function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Returns a unique string identifying the form.
FileTestSaveUploadFromForm::submitForm function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Form submission handler.
FileTestSaveUploadFromForm::validateForm function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Form validation handler.
FileTestSaveUploadFromForm::__construct function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Constructs a FileTestSaveUploadFromForm object.
FileTokenReplaceTest class core/modules/file/tests/src/Functional/FileTokenReplaceTest.php Tests file token replacement.
FileTokenReplaceTest.php file core/modules/file/tests/src/Functional/FileTokenReplaceTest.php
FileTokenReplaceTest::$defaultTheme property core/modules/file/tests/src/Functional/FileTokenReplaceTest.php The theme to install as the default for testing.
FileTokenReplaceTest::testFileTokenReplacement function core/modules/file/tests/src/Functional/FileTokenReplaceTest.php Creates a file, then tests the tokens generated from it.
FileTransfer class core/lib/Drupal/Core/FileTransfer/FileTransfer.php Defines the base FileTransfer class.
FileTransfer.php file core/lib/Drupal/Core/FileTransfer/FileTransfer.php
FileTransfer::$hostname property core/lib/Drupal/Core/FileTransfer/FileTransfer.php The hostname for this file transfer.
FileTransfer::$jail property core/lib/Drupal/Core/FileTransfer/FileTransfer.php Full path to directory where file-transfer is restricted to.

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