Search for collect
- Search 7.x for collect
- Search 9.5.x for collect
- Search 8.9.x for collect
- Search 10.3.x for collect
- Search 11.x for collect
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ImageStyle::$effectsCollection | property | core/ |
Holds the collection of image effects that are used by this image style. |
| ImageStyle::getPluginCollections | function | core/ |
Gets the plugin collections used by this object. |
| InputCollectorInterface | interface | core/ |
Collects user-provided input values for recipes. |
| InputCollectorInterface.php | file | core/ |
|
| InputCollectorInterface::collectValue | function | core/ |
Collects a single input value for a recipe. |
| InputConfigurator::collectAll | function | core/ |
Collects input values for this recipe and its dependencies. |
| JsCollectionGrouper | class | core/ |
Groups JavaScript assets. |
| JsCollectionGrouper.php | file | core/ |
|
| JsCollectionGrouper::group | function | core/ |
Puts multiple items into the same group if they are groupable. Items of the 'file' type are groupable if their 'preprocess' flag is TRUE. Items of the 'external' type are not groupable. |
| JsCollectionGrouperUnitTest | class | core/ |
Tests the CSS asset collection grouper. |
| JsCollectionGrouperUnitTest.php | file | core/ |
|
| JsCollectionGrouperUnitTest::$grouper | property | core/ |
A CSS asset grouper. |
| JsCollectionGrouperUnitTest::setUp | function | core/ |
|
| JsCollectionGrouperUnitTest::testGrouperWithAggregateTargets | function | core/ |
Tests \Drupal\Core\Asset\CssCollectionGrouper. |
| JsCollectionOptimizerLazy | class | core/ |
Optimizes JavaScript assets. |
| JsCollectionOptimizerLazy.php | file | core/ |
|
| JsCollectionOptimizerLazy::deleteAll | function | core/ |
Deletes all optimized asset collections assets. |
| JsCollectionOptimizerLazy::optimize | function | core/ |
Optimizes a collection of assets. |
| JsCollectionOptimizerLazy::optimizeGroup | function | core/ |
Optimizes a specific group of assets. |
| JsCollectionOptimizerLazy::__construct | function | core/ |
Constructs a JsCollectionOptimizerLazy. |
| JsCollectionRenderer | class | core/ |
Renders JavaScript assets. |
| JsCollectionRenderer.php | file | core/ |
|
| JsCollectionRenderer::render | function | core/ |
This class evaluates the aggregation enabled/disabled condition on a group by group basis by testing whether an aggregate file has been made for the group rather than by testing the site-wide aggregation setting. This allows this class to work… |
| JsCollectionRenderer::__construct | function | core/ |
Constructs a JsCollectionRenderer. |
| JsonApiDocumentTopLevelNormalizer::getSchemasForDataCollection | function | core/ |
Retrieve an array of schemas for the resource types in a data object. |
| JsonApiRegressionTest::testGetNodeCollectionWithHookNodeGrantsImplementationsFromIssue2984964 | function | core/ |
Ensures GETting node collection + hook_node_grants() implementations works. |
| jsonapi_test_collection_count.info.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/jsonapi_test_collection_count.info.yml |
| jsonapi_test_collection_count.services.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/jsonapi_test_collection_count.services.yml |
| KernelTestAttributeRouteDiscovery::collectRoutes | function | core/ |
Creates a collection of routes to add to the route builder. |
| KeyValueDatabaseExpirableFactory::garbageCollection | function | core/ |
Deletes expired items. |
| KeyValueMemoryFactory::$collections | property | core/ |
An array of keyvalue collections that are stored in memory. |
| KeyValueStoreInterface::getCollectionName | function | core/ |
Returns the name of this collection. |
| LanguageConfigCollectionNameTrait | trait | core/ |
Provides a common trait for working with language override collection names. |
| LanguageConfigCollectionNameTrait.php | file | core/ |
|
| LanguageConfigCollectionNameTrait::createConfigCollectionName | function | core/ |
Creates a configuration collection name based on a language code. |
| LanguageConfigCollectionNameTrait::getLangcodeFromCollectionName | function | core/ |
Converts a configuration collection name to a language code. |
| LanguageConfigFactoryOverride::addCollections | function | core/ |
Reacts to the ConfigCollectionEvents::COLLECTION_INFO event. |
| LazyPluginCollection | class | core/ |
Defines an object which stores multiple plugin instances to lazy load them. |
| LazyPluginCollection.php | file | core/ |
|
| LazyPluginCollection::$instanceIds | property | core/ |
Stores the IDs of all potential plugin instances. |
| LazyPluginCollection::$pluginInstances | property | core/ |
Stores all instantiated plugins. |
| LazyPluginCollection::addInstanceId | function | core/ |
Adds an instance ID to the available instance IDs. |
| LazyPluginCollection::clear | function | core/ |
Clears all instantiated plugins. |
| LazyPluginCollection::count | function | core/ |
|
| LazyPluginCollection::get | function | core/ |
Gets a plugin instance, initializing it if necessary. |
| LazyPluginCollection::getConfiguration | function | core/ |
Gets the current configuration of all plugins in this collection. |
| LazyPluginCollection::getInstanceIds | function | core/ |
Gets all instance IDs. |
| LazyPluginCollection::getIterator | function | core/ |
|
| LazyPluginCollection::has | function | core/ |
Determines if a plugin instance exists. |
| LazyPluginCollection::initializePlugin | function | core/ |
Initializes and stores a plugin. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.