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 |
---|---|---|---|
LazyRouteCollection::all | function | core/ |
Returns all routes in this collection. |
LazyRouteCollection::count | function | core/ |
Gets the number of Routes in this collection. |
LazyRouteCollection::get | function | core/ |
Gets a route by name. |
LazyRouteCollection::getIterator | function | core/ |
|
LazyRouteCollection::__construct | function | core/ |
Constructs a LazyRouteCollection. |
LazyRouteCollectionTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\LazyRouteCollection |
LazyRouteCollectionTest.php | file | core/ |
|
LazyRouteCollectionTest::$routeProvider | property | core/ |
The route provider. |
LazyRouteCollectionTest::$testRoutes | property | core/ |
Array of routes indexed by name. |
LazyRouteCollectionTest::setUp | function | core/ |
|
LazyRouteCollectionTest::testCount | function | core/ |
@covers ::count |
LazyRouteCollectionTest::testGetIterator | function | core/ |
@covers ::getIterator @covers ::all |
LazyRouteCollectionTest::testGetName | function | core/ |
Search for a both an existing and a non-existing route. |
library.discovery.collector | service | core/ |
Drupal\Core\Asset\LibraryDiscoveryCollector |
LibraryDiscovery::$collector | property | core/ |
The library discovery cache collector. |
LibraryDiscoveryCollector | class | core/ |
A CacheCollector implementation for building library extension info. |
LibraryDiscoveryCollector.php | file | core/ |
|
LibraryDiscoveryCollector::$discoveryParser | property | core/ |
The library discovery parser. |
LibraryDiscoveryCollector::$themeManager | property | core/ |
The theme manager. |
LibraryDiscoveryCollector::applyLibrariesExtend | function | core/ |
Applies the libraries-extend specified by the active theme. |
LibraryDiscoveryCollector::getCid | function | core/ |
Gets the cache ID. |
LibraryDiscoveryCollector::getLibraryDefinitions | function | core/ |
Returns the library definitions for a given extension. |
LibraryDiscoveryCollector::reset | function | core/ |
Resets the local cache. |
LibraryDiscoveryCollector::resolveCacheMiss | function | core/ |
Resolves a cache miss. |
LibraryDiscoveryCollector::__construct | function | core/ |
Constructs a CacheCollector object. |
LibraryDiscoveryCollectorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Asset\LibraryDiscoveryCollector @group Asset |
LibraryDiscoveryCollectorTest.php | file | core/ |
|
LibraryDiscoveryCollectorTest::$activeTheme | property | core/ |
|
LibraryDiscoveryCollectorTest::$cache | property | core/ |
The mock cache backend. |
LibraryDiscoveryCollectorTest::$libraryData | property | core/ |
Test library data. |
LibraryDiscoveryCollectorTest::$libraryDiscoveryCollector | property | core/ |
The library discovery collector under test. |
LibraryDiscoveryCollectorTest::$libraryDiscoveryParser | property | core/ |
The mock library discovery parser. |
LibraryDiscoveryCollectorTest::$lock | property | core/ |
The mock lock backend. |
LibraryDiscoveryCollectorTest::$themeManager | property | core/ |
The mocked theme manager. |
LibraryDiscoveryCollectorTest::setUp | function | core/ |
|
LibraryDiscoveryCollectorTest::testDestruct | function | core/ |
Tests the destruct method. |
LibraryDiscoveryCollectorTest::testLibrariesExtend | function | core/ |
Tests library with an extend. |
LibraryDiscoveryCollectorTest::testLibrariesExtendDeprecated | function | core/ |
Tests a deprecated library with an extend. |
LibraryDiscoveryCollectorTest::testResolveCacheMiss | function | core/ |
Tests the resolve cache miss function. |
LibraryDiscoveryTest::$libraryDiscoveryCollector | property | core/ |
The mocked library discovery cache collector. |
LinkCollection | class | core/ |
Contains a set of JSON:API Link objects. |
LinkCollection.php | file | core/ |
|
LinkCollection::$context | property | core/ |
The link context. |
LinkCollection::$links | property | core/ |
The links in the collection, keyed by unique strings. |
LinkCollection::filter | function | core/ |
Filters a LinkCollection using the provided callback. |
LinkCollection::getContext | function | core/ |
Gets the LinkCollection's context object. |
LinkCollection::getIterator | function | core/ |
|
LinkCollection::hasLinkWithKey | function | core/ |
Whether a link with the given key exists. |
LinkCollection::merge | function | core/ |
Merges two LinkCollections. |
LinkCollection::validKey | function | core/ |
Ensures that a link key is valid. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.