ScaffoldFileCollection::getIterator |
function |
composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php |
|
ScaffoldFileCollection::process |
function |
composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php |
Processes the iterator created by ScaffoldFileCollection::create(). |
ScaffoldFileCollection::processScaffoldFiles |
function |
composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php |
Processes the files in our collection. |
ScaffoldFileCollection::__construct |
function |
composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php |
ScaffoldFileCollection constructor. |
ScaffoldFileCollectionTest |
class |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/ScaffoldFileCollectionTest.php |
Tests Drupal\Composer\Plugin\Scaffold\Operations\ScaffoldFileCollection. |
ScaffoldFileCollectionTest.php |
file |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/ScaffoldFileCollectionTest.php |
|
ScaffoldFileCollectionTest::testCreate |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/ScaffoldFileCollectionTest.php |
Tests create. |
ScaffoldFileInfo |
class |
composer/Plugin/Scaffold/ScaffoldFileInfo.php |
Data object that keeps track of one scaffold file. |
ScaffoldFileInfo.php |
file |
composer/Plugin/Scaffold/ScaffoldFileInfo.php |
|
ScaffoldFileInfo::$destination |
property |
composer/Plugin/Scaffold/ScaffoldFileInfo.php |
The path to the destination. |
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,'autoload', 'dest' or 'src'. |
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(). |