Search for collect
- Search 7.x for collect
- Search 9.5.x for collect
- Search 8.9.x for collect
- Search 11.x for collect
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CachedStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| CachedStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| CachedStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| CachedStorage::getCollectionPrefix | function | core/ |
Returns a cache ID prefix to use for the collection. |
| ChainedFastBackend::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
| CheckpointStorage::CONFIG_COLLECTION_KEY | constant | core/ |
Used to store the list of collections in each checkpoint. |
| CheckpointStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| CheckpointStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| CheckpointStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| CheckpointStorage::KEY_VALUE_COLLECTION_PREFIX | constant | core/ |
Used as prefix to a config checkpoint collection. |
| CheckpointStorage::storeCollectionName | function | core/ |
Stores the collection name so the storage knows its own collections. |
| CheckpointStorageTest::testCollections | function | core/ |
@covers ::getAllCollectionNames[[api-linebreak]] @covers ::getCollectionName[[api-linebreak]] @covers ::createCollection[[api-linebreak]] |
| CheckpointStorageTest::testRevertWithCollections | function | core/ |
|
| CollectRoutesTest | class | core/ |
Tests the REST export view plugin. |
| CollectRoutesTest.php | file | core/ |
|
| CollectRoutesTest::$restExport | property | core/ |
The REST export instance. |
| CollectRoutesTest::$routes | property | core/ |
The RouteCollection. |
| CollectRoutesTest::setUp | function | core/ |
|
| CollectRoutesTest::testRoutesRequirements | function | core/ |
Tests if adding a requirement to a route only modify one route. |
| CommentTest::getExpectedCollectionCacheability | function | core/ |
Computes the cacheability for a given entity collection. |
| CommentTest::testCollectionFilterAccess | function | core/ |
|
| CommonCollectionFilterAccessTestPatternsTrait | trait | core/ |
Provides common filter access control tests. |
| CommonCollectionFilterAccessTestPatternsTrait.php | file | core/ |
|
| CommonCollectionFilterAccessTestPatternsTrait::doTestCollectionFilterAccessBasedOnPermissions | function | core/ |
Implements ::testCollectionFilterAccess() for pure permission-based access. |
| CommonCollectionFilterAccessTestPatternsTrait::doTestCollectionFilterAccessForPublishableEntities | function | core/ |
Implements ::testCollectionFilterAccess() for permission + status access. |
| ConditionPluginCollection | class | core/ |
Provides a collection of condition plugins. |
| ConditionPluginCollection.php | file | core/ |
|
| ConditionPluginCollection::$conditionContexts | property | core/ |
An array of collected contexts for conditions. |
| ConditionPluginCollection::addContext | function | core/ |
Sets the condition context for a given name. |
| ConditionPluginCollection::get | function | core/ |
|
| ConditionPluginCollection::getConditionContexts | function | core/ |
Gets the values for all defined contexts. |
| ConditionPluginCollection::getConfiguration | function | core/ |
Gets the current configuration of all plugins in this collection. |
| ConditionPluginCollectionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Condition\ConditionPluginCollection[[api-linebreak]] |
| ConditionPluginCollectionTest.php | file | core/ |
|
| ConditionPluginCollectionTest::$modules | property | core/ |
Modules to install. |
| ConditionPluginCollectionTest::testGetConfiguration | function | core/ |
@covers ::getConfiguration[[api-linebreak]] |
| ConfigCollectionEvents | class | core/ |
Defines events for working with configuration collections. |
| ConfigCollectionEvents.php | file | core/ |
|
| ConfigCollectionEvents::COLLECTION_INFO | constant | core/ |
Event dispatched to collect information on all config collections. |
| ConfigCollectionEvents::DELETE_IN_COLLECTION | constant | core/ |
Event dispatched when deleting configuration not in the default collection. |
| ConfigCollectionEvents::RENAME_IN_COLLECTION | constant | core/ |
Event dispatched when renaming configuration not in the default collection. |
| ConfigCollectionEvents::SAVE_IN_COLLECTION | constant | core/ |
Event dispatched when saving configuration not in the default collection. |
| ConfigCollectionInfo | class | core/ |
Gets information on all the possible configuration collections. |
| ConfigCollectionInfo.php | file | core/ |
|
| ConfigCollectionInfo::$collections | property | core/ |
Configuration collection information keyed by collection name. |
| ConfigCollectionInfo::addCollection | function | core/ |
Adds a collection to the list of possible collections. |
| ConfigCollectionInfo::getCollectionNames | function | core/ |
Gets the list of possible collection names. |
| ConfigCollectionInfo::getOverrideService | function | core/ |
Gets the config factory override service responsible for the collection. |
| ConfigDiffTest::testCollectionDiff | function | core/ |
Tests calculating the difference between two sets of config collections. |
| ConfigEntityBaseUnitTest::providerCalculateDependenciesWithPluginCollections | function | core/ |
Data provider for testCalculateDependenciesWithPluginCollections. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.