Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SymlinkValidator | class | core/ |
Flags errors if unsupported symbolic links are detected. |
| SymlinkValidator.php | file | core/ |
|
| SymlinkValidator::validate | function | core/ |
Flags errors if the project root or stage directory contain symbolic links. |
| SymlinkValidator::__construct | function | core/ |
|
| SymlinkValidatorTest | class | core/ |
Tests Symlink Validator. |
| SymlinkValidatorTest.php | file | core/ |
|
| SymlinkValidatorTest::testAbsoluteSymlinks | function | core/ |
Tests that symlinks with absolute paths are not supported. |
| SymlinkValidatorTest::testHardLinks | function | core/ |
Tests that hard links are not supported. |
| SymlinkValidatorTest::testSymlinkPointingOutsideProjectRoot | function | core/ |
Tests that relative symlinks cannot point outside the project root. |
| SymlinkValidatorTest::testSymlinkPointingOutsideStageDirectory | function | core/ |
Tests that relative symlinks cannot point outside the stage directory. |
| SymlinkValidatorTest::testSymlinksNotAllowedOnWindows | function | core/ |
Tests that symlinks are not supported on Windows, even if they're safe. |
| SymlinkValidatorTest::testSymlinksWithinSamePackage | function | core/ |
Tests that relative symlinks within the same package are supported. |
| SymlinkValidatorTest::testSymlinkToDirectory | function | core/ |
Tests what happens when there is a symlink to a directory. |
| SymlinkValidatorTest::testUnsupportedLinkUnderExcludedPath | function | core/ |
Tests that unsupported links are excluded if they're under excluded paths. |
| SyncFactory | class | core/ |
The factory class to create the config.storage.sync service. |
| SyncFactory.php | file | core/ |
|
| SyncFactory::get | function | core/ |
Gets a StorageInterface object working with the sync config directory. |
| SyncFactory::getNewExtensions | function | core/ |
Gets a list of new extensions in the sync storage. |
| SyncFactory::wrapStorageWithAutoloadingStorage | function | core/ |
Wraps a StorageInterface object in an AutoloadingStorage object. |
| SyncFactory::__construct | function | core/ |
|
| SynchronizableEntityTrait | trait | core/ |
Provides a trait for accessing synchronization information. |
| SynchronizableEntityTrait.php | file | core/ |
|
| SynchronizableEntityTrait::$isSyncing | property | core/ |
Is entity being created updated or deleted through synchronization process. |
| SynchronizableEntityTrait::isSyncing | function | core/ |
|
| SynchronizableEntityTrait::setSyncing | function | core/ |
|
| SynchronizableInterface | interface | core/ |
Defines methods for an entity that supports synchronization. |
| SynchronizableInterface.php | file | core/ |
|
| SynchronizableInterface::isSyncing | function | core/ |
Returns whether this entity is being changed as part of a synchronization. |
| SynchronizableInterface::setSyncing | function | core/ |
Sets the status of the synchronization flag. |
| SynchronizeCsrfTokenSeedTrait | trait | core/ |
Synchronizes the child site's CSRF token seed back to the test runner. |
| SynchronizeCsrfTokenSeedTrait.php | file | core/ |
|
| SynchronizeCsrfTokenSeedTrait::drupalLogin | function | core/ |
|
| SynchronizeCsrfTokenSeedTrait::drupalLogout | function | core/ |
|
| SynchronizeCsrfTokenSeedTrait::rebuildContainer | function | core/ |
|
| SyndicateBlock | class | core/ |
Provides a 'Syndicate' block that links to the site's RSS feed. |
| SyndicateBlock.php | file | core/ |
|
| SyndicateBlock::$configFactory | property | core/ |
The config factory. |
| SyndicateBlock::blockAccess | function | core/ |
Indicates whether the block should be shown. |
| SyndicateBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| SyndicateBlock::defaultConfiguration | function | core/ |
|
| SyndicateBlock::__construct | function | core/ |
Constructs a SyndicateBlock object. |
| SyntaxTest | class | core/ |
Tests MySql syntax interpretation. |
| SyntaxTest | class | core/ |
Tests MySql syntax interpretation. |
| SyntaxTest | class | core/ |
Tests PostgreSQL syntax interpretation. |
| SyntaxTest | class | core/ |
Tests SQLite syntax interpretation. |
| SyntaxTest.php | file | core/ |
|
| SyntaxTest.php | file | core/ |
|
| SyntaxTest.php | file | core/ |
|
| SyntaxTest.php | file | core/ |
|
| SyntaxTest::testConcatWsFields | function | core/ |
Tests string concatenation with separator, with field values. |
Pagination
- Previous page
- Page 1343
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.