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
sdc_other_node_visitor.twig.extension.profiler service core/modules/system/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.services.yml Drupal\sdc_other_node_visitor\Twig\Extension\TestProfilerExtension
SecurityFileUploadEventSubscriber class core/modules/system/src/EventSubscriber/SecurityFileUploadEventSubscriber.php The final subscriber to 'file.upload.sanitize.name'.
SecurityFileUploadEventSubscriber.php file core/modules/system/src/EventSubscriber/SecurityFileUploadEventSubscriber.php
SecurityFileUploadEventSubscriber::getSubscribedEvents function core/modules/system/src/EventSubscriber/SecurityFileUploadEventSubscriber.php
SecurityFileUploadEventSubscriber::sanitizeName function core/modules/system/src/EventSubscriber/SecurityFileUploadEventSubscriber.php Sanitizes the upload's filename to make it secure.
SecurityFileUploadEventSubscriber::__construct function core/modules/system/src/EventSubscriber/SecurityFileUploadEventSubscriber.php Constructs a new file event listener.
SecurityFileUploadEventSubscriberTest class core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php SecurityFileUploadEventSubscriber tests.
SecurityFileUploadEventSubscriberTest.php file core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php
SecurityFileUploadEventSubscriberTest::provideFilenames function core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php Provides data for testSanitizeName().
SecurityFileUploadEventSubscriberTest::provideFilenamesNoMunge function core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php Provides data for testSanitizeNameNoMunge().
SecurityFileUploadEventSubscriberTest::testSanitizeName function core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php Tests file name sanitization.
SecurityFileUploadEventSubscriberTest::testSanitizeNameNoMunge function core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php Tests file name sanitization without file munging.
SelectProfileForm class core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php Provides the profile selection form.
SelectProfileForm.php file core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php
SelectProfileForm::buildForm function core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php Form constructor.
SelectProfileForm::CONFIG_INSTALL_PROFILE_KEY constant core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php The key used in the profile list for the install from config option.
SelectProfileForm::getFormId function core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php Returns a unique string identifying the form.
SelectProfileForm::submitForm function core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php Form submission handler.
SerializationInterface::getFileExtension function core/lib/Drupal/Component/Serialization/SerializationInterface.php Gets the file extension for this serialization format.
SettingsForm::$fileSystem property core/modules/navigation/src/Form/SettingsForm.php The file system service.
SettingsForm::$fileUrlGenerator property core/modules/navigation/src/Form/SettingsForm.php The file URL generator.
SettingsForm::$fileUsage property core/modules/navigation/src/Form/SettingsForm.php The file usage service.
SimpleConfigLangcodeTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/SimpleConfigLangcodeTest.php Set database dump files to be used.
SingleVisibleProfileTest class core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php Tests distribution profile support.
SingleVisibleProfileTest.php file core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php
SingleVisibleProfileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php The theme to install as the default for testing.
SingleVisibleProfileTest::$profile property core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php The installation profile to install.
SingleVisibleProfileTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php Prepares the current environment for running the test.
SingleVisibleProfileTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php Installer step: Select installation profile.
SingleVisibleProfileTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php Confirms that the installation succeeded.
SitesDirectoryHardeningTest::settingsFile function core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php Returns the path to settings.php.
SortTest::$filePath property core/tests/Drupal/Tests/PhpCs/SortTest.php The path of phpcs.xml.dist file.
SortTest::$filePath property core/tests/Drupal/Tests/CSpell/SortTest.php The path to the dictionary file.
SortTest::testFileExists function core/tests/Drupal/Tests/PhpCs/SortTest.php Tests that the phpcs.xml.dist file exists.
SortTest::testFileExists function core/tests/Drupal/Tests/CSpell/SortTest.php Tests that the file exists.
SpaceUsedTest::createFileWithSize function core/modules/file/tests/src/Kernel/SpaceUsedTest.php Creates a file with a given size.
SpaceUsedTest::testFileSpaceUsed function core/modules/file/tests/src/Kernel/SpaceUsedTest.php Tests different users with the default status.
SqlContentEntityStorageRevisionDataCleanupTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/SqlContentEntityStorageRevisionDataCleanupTest.php Set database dump files to be used.
SSH::copyFileJailed function core/lib/Drupal/Core/FileTransfer/SSH.php Copies a file.
SSH::isFile function core/lib/Drupal/Core/FileTransfer/SSH.php Checks if a particular path is a file (not a directory).
SSH::removeFileJailed function core/lib/Drupal/Core/FileTransfer/SSH.php Removes a file.
standard.profile file core/profiles/standard/standard.profile Enables modules and site configuration for a standard site installation.
StandardInstallerTest::$profile property core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php The installation profile to install.
StandardJavascriptTest::$profile property core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php The profile to install as a basis for testing.
StandardPerformanceTest::$profile property core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php The profile to install as a basis for testing.
StandardRecipeInstallTest::$profile property core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php The installation profile to install.
StandardRecipeInstallTest::setUpProfile function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php Installer step: Select installation profile.
StandardTest::$profile property core/profiles/standard/tests/src/Functional/StandardTest.php The profile to install as a basis for testing.
StateFileExistsTest class core/modules/migrate_drupal/tests/src/Kernel/StateFileExistsTest.php Tests that core modules have a migrate_drupal.yml file as needed.
StateFileExistsTest.php file core/modules/migrate_drupal/tests/src/Kernel/StateFileExistsTest.php

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