| 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. |
| ScanDirectoryTest::$fileSystem |
property |
core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php |
The file system. |
| 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 |
| SearchBlockPageIdUpdatePathTest::setDatabaseDumpFiles |
function |
core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php |
Set database dump files to be used. |
| 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. |
| 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. |
| SiteFilesExcluder |
class |
core/modules/package_manager/src/PathExcluder/SiteFilesExcluder.php |
Excludes site files from stage operations. |
| SiteFilesExcluder.php |
file |
core/modules/package_manager/src/PathExcluder/SiteFilesExcluder.php |
|
| SiteFilesExcluder::excludeSiteFiles |
function |
core/modules/package_manager/src/PathExcluder/SiteFilesExcluder.php |
Excludes public and private files from stage operations. |
| SiteFilesExcluder::getSubscribedEvents |
function |
core/modules/package_manager/src/PathExcluder/SiteFilesExcluder.php |
|
| SiteFilesExcluder::__construct |
function |
core/modules/package_manager/src/PathExcluder/SiteFilesExcluder.php |
|
| SiteFilesExcluderTest |
class |
core/modules/package_manager/tests/src/Kernel/PathExcluder/SiteFilesExcluderTest.php |
Tests Site Files Excluder. |
| SiteFilesExcluderTest.php |
file |
core/modules/package_manager/tests/src/Kernel/PathExcluder/SiteFilesExcluderTest.php |
|
| SiteFilesExcluderTest::testInvalidFileSettings |
function |
core/modules/package_manager/tests/src/Kernel/PathExcluder/SiteFilesExcluderTest.php |
Tests that invalid file settings do not cause errors. |