Search for collect

  1. Search 7.x for collect
  2. Search 9.5.x for collect
  3. Search 8.9.x for collect
  4. Search 11.x for collect
  5. Other projects
Title Object type File name Summary
JsCollectionOptimizer::getAll function core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php Returns all optimized asset collections assets.
JsCollectionOptimizer::optimize function core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php The cache file name is retrieved on a page load via a lookup variable that
contains an associative array. The array key is the hash of the names in
$files while the value is the cache file name. The cache file is generated
in two cases. First, if…
JsCollectionOptimizer::__construct function core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php Constructs a JsCollectionOptimizer.
JsCollectionOptimizerLazy class core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php Optimizes JavaScript assets.
JsCollectionOptimizerLazy.php file core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php
JsCollectionOptimizerLazy::deleteAll function core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php Deletes all optimized asset collections assets.
JsCollectionOptimizerLazy::getAll function core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php Returns all optimized asset collections assets.
JsCollectionOptimizerLazy::optimize function core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php Optimizes a collection of assets.
JsCollectionOptimizerLazy::optimizeGroup function core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php Optimizes a specific group of assets.
JsCollectionOptimizerLazy::__construct function core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php Constructs a JsCollectionOptimizerLazy.
JsCollectionRenderer class core/lib/Drupal/Core/Asset/JsCollectionRenderer.php Renders JavaScript assets.
JsCollectionRenderer.php file core/lib/Drupal/Core/Asset/JsCollectionRenderer.php
JsCollectionRenderer::$assetQueryString property core/lib/Drupal/Core/Asset/JsCollectionRenderer.php The asset query string.
JsCollectionRenderer::$deprecatedProperties property core/lib/Drupal/Core/Asset/JsCollectionRenderer.php
JsCollectionRenderer::$fileUrlGenerator property core/lib/Drupal/Core/Asset/JsCollectionRenderer.php The file URL generator.
JsCollectionRenderer::render function core/lib/Drupal/Core/Asset/JsCollectionRenderer.php 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/lib/Drupal/Core/Asset/JsCollectionRenderer.php Constructs a JsCollectionRenderer.
JsonApiRegressionTest::testGetNodeCollectionWithHookNodeGrantsImplementationsFromIssue2984964 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensures GETting node collection + hook_node_grants() implementations works.
jsonapi_test_collection_count.info.yml file core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/jsonapi_test_collection_count.info.yml core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/jsonapi_test_collection_count.info.yml
jsonapi_test_collection_count.services.yml file core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/jsonapi_test_collection_count.services.yml core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/jsonapi_test_collection_count.services.yml
KeyValueDatabaseExpirableFactory::garbageCollection function core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php Deletes expired items.
KeyValueMemoryFactory::$collections property core/lib/Drupal/Core/KeyValueStore/KeyValueMemoryFactory.php An array of keyvalue collections that are stored in memory.
KeyValueStoreInterface::getCollectionName function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Returns the name of this collection.
LanguageConfigCollectionNameTrait trait core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php Provides a common trait for working with language override collection names.
LanguageConfigCollectionNameTrait.php file core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php
LanguageConfigCollectionNameTrait::createConfigCollectionName function core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php Creates a configuration collection name based on a language code.
LanguageConfigCollectionNameTrait::getLangcodeFromCollectionName function core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php Converts a configuration collection name to a language code.
LanguageConfigFactoryOverride::addCollections function core/modules/language/src/Config/LanguageConfigFactoryOverride.php Reacts to the ConfigCollectionEvents::COLLECTION_INFO event.
LazyPluginCollection class core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Defines an object which stores multiple plugin instances to lazy load them.
LazyPluginCollection.php file core/lib/Drupal/Component/Plugin/LazyPluginCollection.php
LazyPluginCollection::$instanceIds property core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Stores the IDs of all potential plugin instances.
LazyPluginCollection::$pluginInstances property core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Stores all instantiated plugins.
LazyPluginCollection::addInstanceId function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Adds an instance ID to the available instance IDs.
LazyPluginCollection::clear function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Clears all instantiated plugins.
LazyPluginCollection::count function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php
LazyPluginCollection::get function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Gets a plugin instance, initializing it if necessary.
LazyPluginCollection::getConfiguration function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Gets the current configuration of all plugins in this collection.
LazyPluginCollection::getInstanceIds function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Gets all instance IDs.
LazyPluginCollection::getIterator function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php
LazyPluginCollection::has function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Determines if a plugin instance exists.
LazyPluginCollection::initializePlugin function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Initializes and stores a plugin.
LazyPluginCollection::remove function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Removes an initialized plugin.
LazyPluginCollection::removeInstanceId function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Removes an instance ID.
LazyPluginCollection::set function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Stores an initialized plugin.
LazyPluginCollection::setConfiguration function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Sets the configuration for all plugins in this collection.
LazyPluginCollectionTestBase class core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php Provides a base class for plugin collection tests.
LazyPluginCollectionTestBase.php file core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php
LazyPluginCollectionTestBase::$config property core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php Contains the plugin configuration.
LazyPluginCollectionTestBase::$defaultPluginCollection property core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php The tested plugin collection.
LazyPluginCollectionTestBase::$pluginInstances property core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php Stores all setup plugin instances.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.