Search for file

  1. Search 7.x for file
  2. Search 8.9.x for file
  3. Search 10.3.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
DistributionProfileTranslationTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php Confirms that the installation succeeded.
DoubleSlashTest::$profile property core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php Use the Standard profile to test help implementations of many core modules.
Download::$fileSystem property core/modules/migrate/src/Plugin/migrate/process/Download.php The file system service.
DownloadTest::$fileUrlGenerator property core/modules/file/tests/src/Functional/DownloadTest.php The file URL generator.
DownloadTest::doPrivateFileTransferTest function core/modules/file/tests/src/Functional/DownloadTest.php Tests the private file transfer system.
DownloadTest::testFileCreateUrl function core/modules/file/tests/src/Functional/DownloadTest.php Test FileUrlGeneratorInterface::generateString()
DownloadTest::testPrivateFileTransferWithoutPageCache function core/modules/file/tests/src/Functional/DownloadTest.php Tests the private file transfer system.
DownloadTest::testPublicFileTransfer function core/modules/file/tests/src/Functional/DownloadTest.php Tests the public file transfer system.
DropIndexAllOnKeyValueExpireTableUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/DropIndexAllOnKeyValueExpireTableUpdateTest.php Set database dump files to be used.
Drupal::installProfile function core/lib/Drupal.php Gets the active install profile.
DrupalFlushAllCachesInInstallerTest::$profile property core/tests/Drupal/FunctionalTests/Installer/DrupalFlushAllCachesInInstallerTest.php The profile to install as a basis for testing.
DrupalImage::getFile function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php Returns the Drupal root-relative file path to the plugin JavaScript file.
DrupalImageCaption::getCssFiles function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php Retrieves enabled plugins' iframe instance CSS files.
DrupalImageCaption::getFile function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php Returns the Drupal root-relative file path to the plugin JavaScript file.
DrupalKernel::addServiceFiles function core/lib/Drupal/Core/DrupalKernel.php Add service files.
DrupalKernel::getInstallProfile function core/lib/Drupal/Core/DrupalKernel.php Gets the active install profile.
DrupalKernel::getModuleFileNames function core/lib/Drupal/Core/DrupalKernel.php Gets the file name for each enabled module.
DrupalLink::getFile function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php Returns the Drupal root-relative file path to the plugin JavaScript file.
DrupalMedia::getCssFiles function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMedia.php @todo Improve this in https://www.drupal.org/project/drupal/issues/3072063
DrupalMedia::getFile function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMedia.php Returns the Drupal root-relative file path to the plugin JavaScript file.
DrupalMediaLibrary::getFile function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Returns the Drupal root-relative file path to the plugin JavaScript file.
DrupalSelenium2Driver::uploadFileAndGetRemoteFilePath function core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php Uploads a file to the Selenium instance and returns the remote path.
DrupalSelenium2DriverTest::testGetRemoteFilePath function core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php Tests uploading remote files.
DrupalTestBrowser::addPostFiles function core/tests/Drupal/Tests/DrupalTestBrowser.php Adds files to the $multipart array.
drupal_check_profile function core/includes/install.inc Checks an installation profile's requirements.
drupal_get_filename function core/includes/bootstrap.inc Returns and optionally sets the filename for a system resource.
drupal_get_filetransfer_info function core/includes/common.inc Assembles the Drupal FileTransfer registry.
drupal_install_fix_file function core/includes/install.inc Attempts to fix file permissions.
drupal_install_profile_distribution_name function core/includes/install.inc Loads the installation profile, extracting its defined distribution name.
drupal_install_profile_distribution_version function core/includes/install.inc Loads the installation profile, extracting its defined version.
drupal_system_cross_profile_test.info.yml file core/profiles/testing/modules/drupal_system_cross_profile_test/drupal_system_cross_profile_test.info.yml core/profiles/testing/modules/drupal_system_cross_profile_test/drupal_system_cross_profile_test.info.yml
drupal_verify_install_file function core/includes/install.inc Verifies the state of the specified file.
drupal_verify_profile function core/includes/install.inc Verifies that all dependencies are met for a given installation profile.
EditorFileReference class core/modules/editor/src/Plugin/Filter/EditorFileReference.php Provides a filter to track images uploaded via a Text Editor.
EditorFileReference.php file core/modules/editor/src/Plugin/Filter/EditorFileReference.php
EditorFileReference::$entityRepository property core/modules/editor/src/Plugin/Filter/EditorFileReference.php The entity repository.
EditorFileReference::$imageFactory property core/modules/editor/src/Plugin/Filter/EditorFileReference.php The image factory.
EditorFileReference::create function core/modules/editor/src/Plugin/Filter/EditorFileReference.php Creates an instance of the plugin.
EditorFileReference::process function core/modules/editor/src/Plugin/Filter/EditorFileReference.php Performs the filter processing.
EditorFileReference::__construct function core/modules/editor/src/Plugin/Filter/EditorFileReference.php Constructs a \Drupal\editor\Plugin\Filter\EditorFileReference object.
EditorFileReferenceFilterTest class core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php Tests Editor module's file reference filter.
EditorFileReferenceFilterTest.php file core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php
EditorFileReferenceFilterTest::$filters property core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php
EditorFileReferenceFilterTest::$modules property core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php Modules to enable.
EditorFileReferenceFilterTest::setUp function core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php
EditorFileReferenceFilterTest::testEditorFileReferenceFilter function core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php Tests the editor file reference filter.
EditorFileUsageTest class core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php Tests tracking of file usage by the Text Editor module.
EditorFileUsageTest.php file core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php
EditorFileUsageTest::$modules property core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php Modules to enable.
EditorFileUsageTest::setUp function core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php

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