Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 an 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/ |
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/ |
|
| 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/ |
|
| ChainRequestPolicyTest::testAllowIfAnyRuleReturnedAllow | function | core/ |
Asserts that check() returns ALLOW if any of the rules returns ALLOW. |
| ChainRequestPolicyTest::testChainExceptionOnInvalidReturnValue | function | core/ |
Asserts that check() throws an exception if a rule returns an invalid value. |
| ChainRequestPolicyTest::testEmptyChain | function | core/ |
Asserts that check() returns NULL if the chain is empty. |
| ChainRequestPolicyTest::testNullRuleChain | function | core/ |
Asserts that check() returns NULL if a rule returns NULL. |
| ChainRequestPolicyTest::testStopChainOnFirstDeny | function | core/ |
Asserts that check() returns immediately when a rule returned DENY. |
| ChainResponsePolicy | class | core/ |
Implements a compound response policy. |
| ChainResponsePolicy | class | core/ |
Provides a proxy class for \Drupal\Core\PageCache\ChainResponsePolicy. |
| ChainResponsePolicy.php | file | core/ |
|
| ChainResponsePolicy.php | file | core/ |
|
| ChainResponsePolicy::$container | property | core/ |
The service container. |
| ChainResponsePolicy::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
| ChainResponsePolicy::$rules | property | core/ |
A list of policy rules to apply when this policy is checked. |
| ChainResponsePolicy::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
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.