Search for file

  1. Search 7.x for file
  2. Search 9.5.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
ScaffoldFileInfo::$op property composer/Plugin/Scaffold/ScaffoldFileInfo.php The operation used to create the destination.
ScaffoldFileInfo::destination function composer/Plugin/Scaffold/ScaffoldFileInfo.php Gets the destination.
ScaffoldFileInfo::hasChanged function composer/Plugin/Scaffold/ScaffoldFileInfo.php Returns TRUE if the target does not exist or has changed.
ScaffoldFileInfo::interpolate function composer/Plugin/Scaffold/ScaffoldFileInfo.php Replaces placeholders in a message.
ScaffoldFileInfo::op function composer/Plugin/Scaffold/ScaffoldFileInfo.php Gets the Scaffold operation.
ScaffoldFileInfo::overridden function composer/Plugin/Scaffold/ScaffoldFileInfo.php Determines if this scaffold file has been overridden by another package.
ScaffoldFileInfo::packageName function composer/Plugin/Scaffold/ScaffoldFileInfo.php Gets the package name.
ScaffoldFileInfo::process function composer/Plugin/Scaffold/ScaffoldFileInfo.php Moves a single scaffold file from source to destination.
ScaffoldFileInfo::__construct function composer/Plugin/Scaffold/ScaffoldFileInfo.php Constructs a ScaffoldFileInfo object.
ScaffoldFilePath class composer/Plugin/Scaffold/ScaffoldFilePath.php Manage the path to a file to scaffold.
ScaffoldFilePath.php file composer/Plugin/Scaffold/ScaffoldFilePath.php
ScaffoldFilePath::$fullPath property composer/Plugin/Scaffold/ScaffoldFilePath.php The full path to the file.
ScaffoldFilePath::$packageName property composer/Plugin/Scaffold/ScaffoldFilePath.php The name of the package containing the file.
ScaffoldFilePath::$relativePath property composer/Plugin/Scaffold/ScaffoldFilePath.php The relative path to the file.
ScaffoldFilePath::$type property composer/Plugin/Scaffold/ScaffoldFilePath.php The type of scaffold file this is, 'src' or 'dest'.
ScaffoldFilePath::addInterpolationData function composer/Plugin/Scaffold/ScaffoldFilePath.php Adds data about the relative and full path to the provided interpolator.
ScaffoldFilePath::destinationPath function composer/Plugin/Scaffold/ScaffoldFilePath.php Converts the relative destination path into an absolute path.
ScaffoldFilePath::fullPath function composer/Plugin/Scaffold/ScaffoldFilePath.php Gets the full path to the source file.
ScaffoldFilePath::getInterpolator function composer/Plugin/Scaffold/ScaffoldFilePath.php Interpolate a string using the data from this scaffold file info.
ScaffoldFilePath::packageName function composer/Plugin/Scaffold/ScaffoldFilePath.php Gets the name of the package this source file was pulled from.
ScaffoldFilePath::relativePath function composer/Plugin/Scaffold/ScaffoldFilePath.php Gets the relative path to the source file (best to use in messages).
ScaffoldFilePath::sourcePath function composer/Plugin/Scaffold/ScaffoldFilePath.php Converts the relative source path into an absolute path.
ScaffoldFilePath::__construct function composer/Plugin/Scaffold/ScaffoldFilePath.php ScaffoldFilePath constructor.
ScaffoldOptions::fileMapping function composer/Plugin/Scaffold/ScaffoldOptions.php Returns the actual file mappings.
ScaffoldOptions::hasFileMapping function composer/Plugin/Scaffold/ScaffoldOptions.php Determines if there are file mappings.
ScaffoldTest::$fileSystem property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php The Symfony FileSystem component.
ScaffoldTest::assertAutoloadFileCorrect function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php Assert that the autoload file was scaffolded and contains correct path.
ScaffoldTest::testDrupalDrupalFileWasAppended function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php Tests a fixture where the robots.txt file is prepended / appended to.
ScaffoldTest::testDrupalDrupalFileWasReplaced function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php Asserts that the appropriate file was replaced.
ScaleAndCropAddAnchorUpdateTest::setDatabaseDumpFiles function core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php Set database dump files to be used.
ScanDirectoryTest::$fileSystem property core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php The file system.
SectionDependenciesUpdatePathTest::setDatabaseDumpFiles function core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php Set database dump files to be used.
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::addUmamiWarning function core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php Show profile warning if 'demo_umami' profile is selected.
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.
SelectProfileFormTest class core/tests/Drupal/FunctionalJavascriptTests/Core/Installer/Form/SelectProfileFormTest.php Tests the select profile form.
SelectProfileFormTest.php file core/tests/Drupal/FunctionalJavascriptTests/Core/Installer/Form/SelectProfileFormTest.php
SelectProfileFormTest::initMink function core/tests/Drupal/FunctionalJavascriptTests/Core/Installer/Form/SelectProfileFormTest.php Initializes Mink sessions.
SelectProfileFormTest::refreshVariables function core/tests/Drupal/FunctionalJavascriptTests/Core/Installer/Form/SelectProfileFormTest.php BrowserTestBase::refreshVariables() tries to operate on persistent storage,
which is only available after the installer completed.
SelectProfileFormTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Core/Installer/Form/SelectProfileFormTest.php
SelectProfileFormTest::testUmamiProfileWarningMessage function core/tests/Drupal/FunctionalJavascriptTests/Core/Installer/Form/SelectProfileFormTest.php Tests a warning message is displayed when the Umami profile is selected.
SerializationInterface::getFileExtension function core/lib/Drupal/Component/Serialization/SerializationInterface.php Gets the file extension for this serialization format.
serializer.normalizer.file_entity.hal service core/modules/hal/hal.services.yml Drupal\hal\Normalizer\FileEntityNormalizer
SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php Set database dump files to be used.
SimpletestDeprecationTest::testDeprecatedSimpletestGenerateFile function core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php @expectedDeprecation simpletest_generate_file() is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Tests\TestFileCreationTrait::generateFile() instead. See https://www.drupal.org/node/3077768
simpletest_generate_file function core/modules/simpletest/simpletest.module Generates a test file.

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