Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| SandboxManagerBase::$tempStore | property | core/ |
The shared temp store. |
| SandboxManagerBase::getPathsToExclude | function | core/ |
Collects paths that Composer Stager should exclude. |
| SandboxManagerBase::getSandboxDirectory | function | core/ |
Returns the path of the directory where changes should be staged. |
| SandboxManagerBase::sandboxDirectoryExists | function | core/ |
Determines if the stage directory exists. |
| SandboxManagerBase::storeDestroyInfo | function | core/ |
Stores information about the stage when it is destroyed. |
| SandboxManagerBase::TEMPSTORE_APPLY_TIME_KEY | constant | core/ |
The tempstore key under which to store the time that ::apply() was called. |
| SandboxManagerBase::TEMPSTORE_CHANGES_APPLIED | constant | core/ |
The tempstore key for whether staged operations have been applied. |
| SandboxManagerBase::TEMPSTORE_DESTROYED_STAGES_INFO_PREFIX | constant | core/ |
The tempstore key for information about previously destroyed stages. |
| SandboxManagerBase::TEMPSTORE_LOCK_KEY | constant | core/ |
The tempstore key under which to store the locking info for this stage. |
| SandboxManagerBase::TEMPSTORE_METADATA_KEY | constant | core/ |
The tempstore key under which to store arbitrary metadata for this stage. |
| SandboxManagerBase::TEMPSTORE_STAGING_ROOT_KEY | constant | core/ |
The tempstore key under which to store the path of stage root directory. |
| SandboxManagerBaseTest::providerStoreDestroyInfo | function | core/ |
Data provider for testStoreDestroyInfo(). |
| SandboxManagerBaseTest::testCollectPathsToExclude | function | core/ |
Tests that paths to exclude are collected before create and apply. |
| SandboxManagerBaseTest::testFailureCollectPathsToExclude | function | core/ |
Tests that if a stage fails to get paths to exclude, throws a stage exception. |
| SandboxManagerBaseTest::testFailureCollectPathsToExcludeOnApply | function | core/ |
Tests that if apply fails to get paths to exclude, throws a stage exception. |
| SandboxManagerBaseTest::testGetSandboxDirectory | function | core/ |
Tests get sandbox directory. |
| SandboxManagerBaseTest::testStageDirectoryDeletedDuringCron | function | core/ |
Tests that destroyed stage directories are actually deleted during cron. |
| SandboxManagerBaseTest::testStageDirectoryExists | function | core/ |
Tests stage directory exists. |
| SandboxManagerBaseTest::testStoreDestroyInfo | function | core/ |
Tests exceptions thrown because of previously destroyed stage. |
| SandboxManagerBaseTest::testTempStoreMessageExpired | function | core/ |
Tests exception message once temp store message has expired. |
| SandboxManagerBaseTest::testUncreatedGetSandboxDirectory | function | core/ |
Tests uncreated get sandbox directory. |
| SandboxValidationEvent::stopPropagation | function | core/ |
|
| ScaffoldFileCollection::getIterator | function | composer/ |
Retrieves the iterator for the object. |
| ScaffoldFilePath::getInterpolator | function | composer/ |
Interpolate a string using the data from this scaffold file info. |
| ScaffoldTest::assertAutoloadFileCorrect | function | core/ |
Assert that the autoload file was scaffolded and contains correct path. |
| ScaffoldTest::scaffoldAppendTestValuesToPermute | function | core/ |
Tests values to run both with $is_link FALSE and $is_link TRUE. |
| ScanDirectoryTest | class | core/ |
Tests \Drupal\Core\File\FileSystem::scanDirectory. |
| ScanDirectoryTest.php | file | core/ |
|
| ScanDirectoryTest::$fileSystem | property | core/ |
The file system. |
| ScanDirectoryTest::$modules | property | core/ |
Modules to install. |
| ScanDirectoryTest::$path | property | core/ |
The location of the fixtures files. |
| ScanDirectoryTest::setUp | function | core/ |
|
| ScanDirectoryTest::testIgnoreDirectories | function | core/ |
Tests ::scanDirectory obeys 'file_scan_ignore_directories' setting. |
| ScanDirectoryTest::testOptionCallback | function | core/ |
Check that the callback function is called correctly. |
| ScanDirectoryTest::testOptionKey | function | core/ |
Check that key parameter sets the return value's key. |
| ScanDirectoryTest::testOptionMinDepth | function | core/ |
Tests the min_depth option of scanDirectory(). |
| ScanDirectoryTest::testOptionNoMask | function | core/ |
Check that the no-mask parameter is honored. |
| ScanDirectoryTest::testOptionRecurse | function | core/ |
Check that the recurse option descends into subdirectories. |
| ScanDirectoryTest::testReturn | function | core/ |
Check the format of the returned values. |
| SchemaInspector | class | core/ |
Provides methods to access modules' schema. |
| SchemaInspector.php | file | core/ |
|
| SchemaInspector::getTablesSpecification | function | core/ |
Returns the module's schema specification. |
| SchemaTableColumnSizeTooLargeException | class | core/ |
Exception thrown if a column size is too large on table creation. |
| SchemaTableColumnSizeTooLargeException.php | file | core/ |
|
| SchemaTableKeyTooLargeException | class | core/ |
Exception thrown if a key is too large. |
| SchemaTableKeyTooLargeException.php | file | core/ |
|
| SchemaTest::testSchemaTableColumnSizeTooLargeException | function | core/ |
Tests SchemaTableColumnSizeTooLargeException. |
| SchemaTest::testSchemaTableKeyTooLargeException | function | core/ |
Tests SchemaTableKeyTooLargeException. |
| ScrollTopCommand | class | core/ |
Provides an AJAX command for scrolling to the top of an element. |
| ScrollTopCommand.php | file | core/ |
Pagination
- Previous page
- Page 218
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.