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
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
LibraryDiscoveryCollector::getLibraryByName | function | core/ |
Gets a single library defined by an extension by name. |
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[[api-linebreak]] @group Asset |
LibraryDiscoveryCollectorTest.php | file | core/ |
|
LibraryDiscoveryCollectorTest::$activeTheme | property | core/ |
The active theme. |
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. |
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. |
LinkCollection::withContext | function | core/ |
Establishes a new context for a LinkCollection. |
LinkCollection::withLink | function | core/ |
Gets a new LinkCollection with the given link inserted. |
LinkCollection::__construct | function | core/ |
LinkCollection constructor. |
LinkCollectionNormalizer | class | core/ |
Normalizes a LinkCollection object. |
LinkCollectionNormalizer.php | file | core/ |
|
LinkCollectionNormalizer::$currentUser | property | core/ |
The current user making the request. |
LinkCollectionNormalizer::$hashSalt | property | core/ |
A random string to use when hashing links. |
LinkCollectionNormalizer::getSupportedTypes | function | core/ |
|
LinkCollectionNormalizer::hashByHref | function | core/ |
Hashes a link using its href and its target attributes, if any. |
LinkCollectionNormalizer::LINK_CONTEXT | constant | core/ |
The normalizer $context key name for the context object of the link. |
LinkCollectionNormalizer::LINK_KEY | constant | core/ |
The normalizer $context key name for the key of an individual link. |
LinkCollectionNormalizer::normalize | function | core/ |
|
LinkCollectionNormalizer::__construct | function | core/ |
LinkCollectionNormalizer constructor. |
LinkCollectionNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Normalizer\LinkCollectionNormalizer[[api-linebreak]] @group jsonapi |
LinkCollectionNormalizerTest.php | file | core/ |
|
LinkCollectionNormalizerTest::$modules | property | core/ |
Modules to install. |
LinkCollectionNormalizerTest::$normalizer | property | core/ |
The subject under test. |
LinkCollectionNormalizerTest::$serializer | property | core/ |
The serializer. |
LinkCollectionNormalizerTest::$testUsers | property | core/ |
Test users. |
LinkCollectionNormalizerTest::getNormalizer | function | core/ |
Get an instance of the normalizer to test. |
LinkCollectionNormalizerTest::linkAccessTestData | function | core/ |
Provides test cases for testing link access checking. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.