Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::testGetDoesNotHitConsistentBackend | function | core/ |
Tests a get() on the fast backend, with no hit on the consistent 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/ |
@coversDefaultClass \Drupal\Core\Render\Placeholder\ChainedPlaceholderStrategy[[api-linebreak]] @group Render |
| ChainedPlaceholderStrategyTest.php | file | core/ |
|
| ChainedPlaceholderStrategyTest::providerProcessPlaceholders | function | core/ |
Provides a list of render strategies, placeholders and results. |
| ChainedPlaceholderStrategyTest::testProcessPlaceholders | function | core/ |
@covers ::addPlaceholderStrategy[[api-linebreak]] @covers ::processPlaceholders[[api-linebreak]] |
| ChainedPlaceholderStrategyTest::testProcessPlaceholdersNoStrategies | function | core/ |
@covers ::processPlaceholders[[api-linebreak]] |
| ChainedPlaceholderStrategyTest::testProcessPlaceholdersWithRoguePlaceholderStrategy | function | core/ |
@covers ::processPlaceholders[[api-linebreak]] |
| 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 a entity resolution to a chain of resolvers. |
| ChainEntityResolverInterface.php | file | core/ |
|
| ChainEntityResolverInterface::addResolver | function | core/ |
Adds an entity resolver. |
| ChainEntityResolverTest | class | core/ |
@coversDefaultClass \Drupal\serialization\EntityResolver\ChainEntityResolver[[api-linebreak]] @group serialization |
| 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/ |
Test the resolve method with a matching resolver first. |
| ChainEntityResolverTest::testResolverWithLastResolved | function | core/ |
Test the resolve method with a matching resolver last. |
| ChainEntityResolverTest::testResolverWithNoneResolved | function | core/ |
Test the resolve method with no matching resolvers. |
| ChainEntityResolverTest::testResolverWithNoneResolvedUsingAddResolver | function | core/ |
Test the resolve method with no matching resolvers, using addResolver. |
| ChainEntityResolverTest::testResolverWithResolvedToZero | function | core/ |
Test the resolve method where one resolver returns 0. |
| ChainRequestPolicy | class | core/ |
Implements a compound request policy. |
| ChainRequestPolicy.php | file | core/ |
|
| ChainRequestPolicy::$rules | property | core/ |
A list of policy rules to apply when this policy is evaluated. |
| ChainRequestPolicy::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
| ChainRequestPolicy::check | function | core/ |
Determines whether delivery of a cached page should be attempted. |
| ChainRequestPolicyInterface | interface | core/ |
Defines the interface for compound request policies. |
| ChainRequestPolicyInterface.php | file | core/ |
|
| ChainRequestPolicyInterface::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
| ChainRequestPolicyTest | class | core/ |
@coversDefaultClass \Drupal\Core\PageCache\ChainRequestPolicy[[api-linebreak]] @group PageCache |
| ChainRequestPolicyTest.php | file | core/ |
|
| ChainRequestPolicyTest::$policy | property | core/ |
The chain request policy under test. |
| ChainRequestPolicyTest::$request | property | core/ |
A request object. |
| ChainRequestPolicyTest::providerAllowIfAnyRuleReturnedAllow | function | core/ |
Provides test data for testAllowIfAnyRuleReturnedAllow. |
| ChainRequestPolicyTest::providerChainExceptionOnInvalidReturnValue | function | core/ |
Provides test data for testChainExceptionOnInvalidReturnValue. |
| ChainRequestPolicyTest::setUp | function | core/ |
Pagination
- Previous page
- Page 153
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.