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
QueueGarbageCollectionInterface.php file core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php
QueueGarbageCollectionInterface::garbageCollection function core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php Cleans queues of garbage.
ReadOnlyStorage::createCollection function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Creates a collection on the storage.
ReadOnlyStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Gets the existing collections.
ReadOnlyStorage::getCollectionName function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Gets the name of the current collection the storage is using.
ReadOnlyStorageTest::testCollections function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php @covers ::getAllCollectionNames
@covers ::getCollectionName
@covers ::createCollection
recipe-collections.css file core/profiles/demo_umami/themes/umami/css/components/blocks/recipe-collections/recipe-collections.css .block-views-blockrecipe-collections-block {
padding: 3rem 4%;
color: #fff;
background: #767775;
}
.block-views-blockrecipe-collections-block .block__title {
margin-bottom: 1.5rem;
text-align:…
RecipeConfigStorageWrapper::createCollection function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Creates a collection on the storage.
RecipeConfigStorageWrapper::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Gets the existing collections.
RecipeConfigStorageWrapper::getCollectionName function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Gets the name of the current collection the storage is using.
RecipeConfigStorageWrapperTest::testCreateCollection function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test creating a collection passes the name through to the child storages.
RecipeConfigStorageWrapperTest::testGetAllCollectionNames function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test that we merge and return only unique collection names.
RecipeConfigStorageWrapperTest::testGetCollection function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test the collection name is stored properly.
RecipeExtensionConfigStorage::createCollection function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Creates a collection on the storage.
RecipeExtensionConfigStorage::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Gets the existing collections.
RecipeExtensionConfigStorage::getCollectionName function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Gets the name of the current collection the storage is using.
RecipeOverrideConfigStorage::createCollection function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Creates a collection on the storage.
RecipeOverrideConfigStorage::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Gets the existing collections.
RecipeOverrideConfigStorage::getCollectionName function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Gets the name of the current collection the storage is using.
Relationship::buildLinkCollectionFromEntityReferenceField function core/modules/jsonapi/src/JsonApiResource/Relationship.php Builds a LinkCollection for the given entity reference field.
Renderer::$contextCollection property core/lib/Drupal/Core/Render/Renderer.php The render context collection.
ResourceResponseTestTrait::collectionHasResourceIdentifier function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Determines if a given resource exists in a list of resources.
ResourceResponseTestTrait::getEmptyCollectionResponse function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Gets a generic empty collection response.
ResourceResponseTestTrait::sortResourceCollection function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Sorts a collection of resources or resource identifiers.
ResourceResponseTestTrait::toCollectionResourceResponse function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Merges individual responses into a collection response.
ResourceTestBase::getExpectedCollectionCacheability function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Computes the cacheability for a given entity collection.
ResourceTestBase::getExpectedCollectionResponse function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Returns a JSON:API collection document for the expected entities.
ResourceTestBase::testCollection function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Tests GETting a collection of resources.
RestExport::$authenticationCollector property core/modules/rest/src/Plugin/views/display/RestExport.php The collector of authentication providers.
RestExport::collectRoutes function core/modules/rest/src/Plugin/views/display/RestExport.php Adds the route entry of a view to the collection.
RestResourceConfig::getPluginCollections function core/modules/rest/src/Entity/RestResourceConfig.php
RoleAccessCheckTest::getTestRouteCollection function core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php Generates the test route collection.
RouteBuilder::$routeCollection property core/lib/Drupal/Core/Routing/RouteBuilder.php The route collection during the rebuild.
RouteBuildEvent::$routeCollection property core/lib/Drupal/Core/Routing/RouteBuildEvent.php The route collection.
RouteBuildEvent::getRouteCollection function core/lib/Drupal/Core/Routing/RouteBuildEvent.php Gets the route collection.
RouteCachingQueryAlteredTest::testRouteCollectionCacheAfterException function core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php Tests route collection cache after an exception.
RouteProvider::getRouteCollectionCacheId function core/lib/Drupal/Core/Routing/RouteProvider.php Returns the cache ID for the route collection cache.
RouteProvider::getRouteCollectionForRequest function core/lib/Drupal/Core/Routing/RouteProvider.php Finds routes that may potentially match the request.
RouteProvider::getRouteCollectionForRequest function core/tests/Drupal/KernelTests/RouteProvider.php
RouteProviderInterface::getRouteCollectionForRequest function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Finds routes that may potentially match the request.
RouteProviderLazyBuilder::getRouteCollectionForRequest function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php
Router::doMatchCollection function core/lib/Drupal/Core/Routing/Router.php Tries to match a URL with a set of routes.
Router::getInitialRouteCollection function core/lib/Drupal/Core/Routing/Router.php Returns a collection of potential matching routes for a request.
Router::getRouteCollection function core/lib/Drupal/Core/Routing/Router.php
Router::matchCollection function core/lib/Drupal/Core/Routing/Router.php
RoutesTest::testRoutesCollection function core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php @covers ::routes
RouteSubscriber::$collection property core/modules/block_content/src/Routing/RouteSubscriber.php The route collection for adding routes.
RoutingFixtures::complexRouteCollection function core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php Returns a complex set of routes for testing.
RoutingFixtures::contentRouteCollection function core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php Returns a Content-type restricted set of routes for testing.
RoutingFixtures::duplicatePathsRouteCollection function core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php Returns a complex set of routes for testing.

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