Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ChainedFastBackendFactoryTest.php | file | core/ |
|
| ChainedFastBackendFactoryTest::testDifferentServices | function | core/ |
Test if different names are provided for consistent and fast services. |
| ChainedFastBackendFactoryTest::testIdenticalService | function | core/ |
Test if the same name is provided for consistent and fast services. |
| ChainedFastBackendTest | class | core/ |
Unit test of the fast chained backend using the generic cache unit test base. |
| ChainedFastBackendTest | class | core/ |
Tests Drupal\Core\Cache\ChainedFastBackend. |
| ChainedFastBackendTest.php | file | core/ |
|
| ChainedFastBackendTest.php | file | core/ |
|
| ChainedFastBackendTest::$bin | property | core/ |
The cache bin. |
| ChainedFastBackendTest::$consistentCache | property | core/ |
The consistent cache backend. |
| ChainedFastBackendTest::$fastCache | property | core/ |
The fast cache backend. |
| ChainedFastBackendTest::createCacheBackend | function | core/ |
Creates a new instance of ChainedFastBackend. |
| ChainedFastBackendTest::testFallThroughToConsistentCache | function | core/ |
Tests a fast cache miss gets data from the consistent cache backend. |
| ChainedFastBackendTest::testFastBackendGracePeriod | function | core/ |
Tests a fast cache miss gets data from the consistent cache backend. |
| ChainedFastBackendTest::testGetDoesNotHitConsistentBackend | function | core/ |
Tests a get() on the fast backend, with no hit on the consistent backend. |
| ChainedFastBackendTest::testSet | function | core/ |
Tests that sets only get written to the consistent backend. |
| ChainedFastBackendTest::testSetInvalidDataFastBackend | function | core/ |
Tests a get() on consistent backend without saving on fast backend. |
| ChainedPlaceholderStrategy | class | core/ |
Renders placeholders using a chain of placeholder strategies. |
| ChainedPlaceholderStrategy.php | file | core/ |
|
| ChainedPlaceholderStrategy::$placeholderStrategies | property | core/ |
An ordered list of placeholder strategy services. |
| ChainedPlaceholderStrategy::addPlaceholderStrategy | function | core/ |
Adds a placeholder strategy to use. |
| ChainedPlaceholderStrategy::processPlaceholders | function | core/ |
Processes placeholders to render them with different strategies. |
| ChainedPlaceholderStrategyTest | class | core/ |
Tests Drupal\Core\Render\Placeholder\ChainedPlaceholderStrategy. |
| ChainedPlaceholderStrategyTest.php | file | core/ |
|
| ChainedPlaceholderStrategyTest::providerProcessPlaceholders | function | core/ |
Provides a list of render strategies, placeholders and results. |
| ChainedPlaceholderStrategyTest::testProcessPlaceholders | function | core/ |
Tests process placeholders. |
| ChainedPlaceholderStrategyTest::testProcessPlaceholdersNoStrategies | function | core/ |
Tests process placeholders no strategies. |
| ChainedPlaceholderStrategyTest::testProcessPlaceholdersWithRoguePlaceholderStrategy | function | core/ |
Tests process placeholders with rogue placeholder strategy. |
| ChainEntityResolver | class | core/ |
Resolver delegating the entity resolution to a chain of resolvers. |
| ChainEntityResolver.php | file | core/ |
|
| ChainEntityResolver::$resolvers | property | core/ |
The concrete resolvers. |
| ChainEntityResolver::addResolver | function | core/ |
Adds an entity resolver. |
| ChainEntityResolver::resolve | function | core/ |
Returns the local ID of an entity referenced by serialized data. |
| ChainEntityResolver::__construct | function | core/ |
Constructs a ChainEntityResolver object. |
| ChainEntityResolverInterface | interface | core/ |
An interface for delegating an entity resolution to a chain of resolvers. |
| ChainEntityResolverInterface.php | file | core/ |
|
| ChainEntityResolverInterface::addResolver | function | core/ |
Adds an entity resolver. |
| ChainEntityResolverTest | class | core/ |
Tests Drupal\serialization\EntityResolver\ChainEntityResolver. |
| ChainEntityResolverTest.php | file | core/ |
|
| ChainEntityResolverTest::$testData | property | core/ |
Test data passed to the resolve method. |
| ChainEntityResolverTest::$testEntityType | property | core/ |
A test entity type. |
| ChainEntityResolverTest::$testNormalizer | property | core/ |
A mocked normalizer. |
| ChainEntityResolverTest::createEntityResolverMock | function | core/ |
Creates a mock entity resolver. |
| ChainEntityResolverTest::setUp | function | core/ |
|
| ChainEntityResolverTest::testResolverWithFirstResolved | function | core/ |
Tests the resolve method with a matching resolver first. |
| ChainEntityResolverTest::testResolverWithLastResolved | function | core/ |
Tests the resolve method with a matching resolver last. |
| ChainEntityResolverTest::testResolverWithNoneResolved | function | core/ |
Tests the resolve method with no matching resolvers. |
| ChainEntityResolverTest::testResolverWithNoneResolvedUsingAddResolver | function | core/ |
Tests the resolve method with no matching resolvers, using addResolver. |
| ChainEntityResolverTest::testResolverWithResolvedToZero | function | core/ |
Tests the resolve method where one resolver returns 0. |
| ChainRequestPolicy | class | core/ |
Implements a compound request policy. |
| ChainRequestPolicy.php | file | core/ |
Pagination
- Previous page
- Page 159
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.