Search for collect
- Search 7.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 | 
|---|---|---|---|
| AccessAwareRouter::getRouteCollection | function | core/ | 
                                                                                        |
| AccessManagerTest::$routeCollection | property | core/ | 
                                                                                        The collection of routes, which are tested. | 
| Action::$pluginCollection | property | core/ | 
                                                                                        The plugin collection that stores action plugins. | 
| Action::getPluginCollection | function | core/ | 
                                                                                        Encapsulates the creation of the action's LazyPluginCollection. | 
| Action::getPluginCollections | function | core/ | 
                                                                                        Gets the plugin collections used by this object. | 
| ActionPluginCollection | class | core/ | 
                                                                                        Provides a container for lazily loading Action plugins. | 
| ActionPluginCollection.php | file | core/ | 
                                                                                        |
| ActionPluginCollection::get | function | core/ | 
                                                                                        |
| AjaxResponseAttachmentsProcessor::$cssCollectionRenderer | property | core/ | 
                                                                                        The CSS asset collection renderer service. | 
| AjaxResponseAttachmentsProcessor::$jsCollectionRenderer | property | core/ | 
                                                                                        The JS asset collection renderer service. | 
| ApcuBackend::garbageCollection | function | core/ | 
                                                                                        Performs garbage collection on a cache bin. | 
| asset.css.collection_grouper | service | core/ | 
                                                                                        Drupal\Core\Asset\CssCollectionGrouper | 
| asset.css.collection_optimizer | service | core/ | 
                                                                                        Drupal\Core\Asset\CssCollectionOptimizer | 
| asset.css.collection_renderer | service | core/ | 
                                                                                        Drupal\Core\Asset\CssCollectionRenderer | 
| asset.js.collection_grouper | service | core/ | 
                                                                                        Drupal\Core\Asset\JsCollectionGrouper | 
| asset.js.collection_optimizer | service | core/ | 
                                                                                        Drupal\Core\Asset\JsCollectionOptimizer | 
| asset.js.collection_renderer | service | core/ | 
                                                                                        Drupal\Core\Asset\JsCollectionRenderer | 
| AssetCollectionGrouperInterface | interface | core/ | 
                                                                                        Interface defining a service that logically groups a collection of assets. | 
| AssetCollectionGrouperInterface.php | file | core/ | 
                                                                                        |
| AssetCollectionGrouperInterface::group | function | core/ | 
                                                                                        Groups a collection of assets into logical groups of asset collections. | 
| AssetCollectionOptimizerInterface | interface | core/ | 
                                                                                        Interface defining a service that optimizes a collection of assets. | 
| AssetCollectionOptimizerInterface.php | file | core/ | 
                                                                                        |
| AssetCollectionOptimizerInterface::deleteAll | function | core/ | 
                                                                                        Deletes all optimized asset collections assets. | 
| AssetCollectionOptimizerInterface::getAll | function | core/ | 
                                                                                        Returns all optimized asset collections assets. | 
| AssetCollectionOptimizerInterface::optimize | function | core/ | 
                                                                                        Optimizes a collection of assets. | 
| AssetCollectionRendererInterface | interface | core/ | 
                                                                                        Interface defining a service that generates a render array to render assets. | 
| AssetCollectionRendererInterface.php | file | core/ | 
                                                                                        |
| AssetCollectionRendererInterface::render | function | core/ | 
                                                                                        Renders an asset collection. | 
| AttributeHelper::mergeCollections | function | core/ | 
                                                                                        Merges two attribute collections. | 
| AttributeHelperTest::providerTestMergeCollections | function | core/ | 
                                                                                        Provides tests data for testMergeCollections. | 
| AttributeHelperTest::testMergeCollections | function | core/ | 
                                                                                        @covers ::mergeCollections[[api-linebreak]] @dataProvider providerTestMergeCollections  | 
              
| AttributeHelperTest::testMergeCollectionsArgumentException | function | core/ | 
                                                                                        @covers ::mergeCollections[[api-linebreak]] | 
| AuthenticationCollector | class | core/ | 
                                                                                        A collector class for authentication providers. | 
| AuthenticationCollector.php | file | core/ | 
                                                                                        |
| AuthenticationCollector::$globalProviders | property | core/ | 
                                                                                        List of providers which are allowed on routes with no _auth option. | 
| AuthenticationCollector::$providerOrders | property | core/ | 
                                                                                        Array of all providers and their priority. | 
| AuthenticationCollector::$providers | property | core/ | 
                                                                                        Array of all registered authentication providers, keyed by ID. | 
| AuthenticationCollector::$sortedProviders | property | core/ | 
                                                                                        Sorted list of registered providers. | 
| AuthenticationCollector::addProvider | function | core/ | 
                                                                                        Adds a provider to the array of registered providers. | 
| AuthenticationCollector::getProvider | function | core/ | 
                                                                                        Returns an authentication provider. | 
| AuthenticationCollector::getSortedProviders | function | core/ | 
                                                                                        Returns the sorted array of authentication providers. | 
| AuthenticationCollector::isGlobal | function | core/ | 
                                                                                        Returns whether a provider is considered global. | 
| AuthenticationCollectorInterface | interface | core/ | 
                                                                                        Interface for collectors of registered authentication providers. | 
| AuthenticationCollectorInterface.php | file | core/ | 
                                                                                        |
| AuthenticationCollectorInterface::addProvider | function | core/ | 
                                                                                        Adds a provider to the array of registered providers. | 
| AuthenticationCollectorInterface::getProvider | function | core/ | 
                                                                                        Returns an authentication provider. | 
| AuthenticationCollectorInterface::getSortedProviders | function | core/ | 
                                                                                        Returns the sorted array of authentication providers. | 
| AuthenticationCollectorInterface::isGlobal | function | core/ | 
                                                                                        Returns whether a provider is considered global. | 
| AuthenticationCollectorTest | class | core/ | 
                                                                                        @coversDefaultClass \Drupal\Core\Authentication\AuthenticationCollector[[api-linebreak]] @group Authentication  | 
              
| AuthenticationCollectorTest.php | file | core/ | 
                                                                                        Contains \Drupal\Tests\Core\Authentication\AuthenticationCollectorTest. | 
Pagination
- Page 1
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.