Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
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.
FileTestSaveUploadFromForm::create function core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php Instantiates a new instance of the implementing class using autowiring.
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.
FileThemeHooks class core/modules/file/src/Hook/FileThemeHooks.php Theme hooks for the file module.
FileThemeHooks.php file core/modules/file/src/Hook/FileThemeHooks.php
FileThemeHooks::preprocessFileLink function core/modules/file/src/Hook/FileThemeHooks.php Prepares variables for file link templates.
FileThemeHooks::preprocessFileUploadHelp function core/modules/file/src/Hook/FileThemeHooks.php Prepares variables for file upload help text templates.
FileThemeHooks::preprocessFileWidgetMultiple function core/modules/file/src/Hook/FileThemeHooks.php Prepares variables for multi file form widget templates.
FileThemeHooks::preprocessManagedFile function core/modules/file/src/Hook/FileThemeHooks.php Prepares variables for file form widget templates.
FileThemeHooks::theme function core/modules/file/src/Hook/FileThemeHooks.php Implements hook_theme().
FileThemeHooks::__construct function core/modules/file/src/Hook/FileThemeHooks.php
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.
FileTranslation class core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php File based string translation.
FileTranslation.php file core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php
FileTranslation::filesToArray function core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php Reads the given Gettext PO files into a data structure.
FileTranslation::findTranslationFiles function core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php Finds installer translations either for a specific or all languages.
FileTranslation::getLanguage function core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php
FileTranslation::getTranslationFilesPattern function core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php Provides translation file name pattern.
FileTranslation::__construct function core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php Constructs a StaticTranslation object.
FileUpload::checkFileUploadAccess function core/modules/jsonapi/src/Controller/FileUpload.php Checks if the current user has access to upload the file.
FileUpload::ensureFileUploadAccess function core/modules/jsonapi/src/Controller/FileUpload.php Ensures that the given account is allowed to upload a file.
FileUpload::handleFileUploadForExistingResource function core/modules/jsonapi/src/Controller/FileUpload.php Handles JSON:API file upload requests.
FileUpload::handleFileUploadForNewResource function core/modules/jsonapi/src/Controller/FileUpload.php Handles JSON:API file upload requests.
FileUpload::handleFileUploadForResource function core/modules/jsonapi/src/Controller/FileUpload.php Handles JSON:API file upload requests.
FileUpload::__construct function core/modules/jsonapi/src/Controller/FileUpload.php
FileUploadForm::$fileRepository property core/modules/media_library/src/Form/FileUploadForm.php The file repository service.
FileUploadForm::$fileSystem property core/modules/media_library/src/Form/FileUploadForm.php The file system service.
FileUploadForm::$fileUsage property core/modules/media_library/src/Form/FileUploadForm.php The file usage service.
FileUploadForm::hideExtraSourceFieldComponents function core/modules/media_library/src/Form/FileUploadForm.php Processes an image or file source field element.
FileUploadForm::prepareMediaEntityForSave function core/modules/media_library/src/Form/FileUploadForm.php
FileUploadForm::processUploadElement function core/modules/media_library/src/Form/FileUploadForm.php Processes an upload (managed_file) element.
FileUploadForm::removeButtonSubmit function core/modules/media_library/src/Form/FileUploadForm.php Submit handler for the remove button.

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