| ChainedFastBackendTest::createCacheBackend |
function |
core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php |
Creates a new instance of ChainedFastBackend. |
| ChainedFastBackendTest::testFallThroughToConsistentCache |
function |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php |
Tests a fast cache miss gets data from the consistent cache backend. |
| ChainedFastBackendTest::testFastBackendGracePeriod |
function |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php |
Tests a fast cache miss gets data from the consistent cache backend. |
| ChainedFastBackendTest::testGetDoesNotHitConsistentBackend |
function |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php |
Tests a get() on the fast backend, with no hit on the consistent backend. |
| ChainedFastBackendTest::testSet |
function |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php |
Tests that sets only get written to the consistent backend. |
| ChainedFastBackendTest::testSetInvalidDataFastBackend |
function |
core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php |
Tests a get() on consistent backend without saving on fast backend. |
| ChainedPlaceholderStrategyTest |
class |
core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php |
Tests Drupal\Core\Render\Placeholder\ChainedPlaceholderStrategy. |
| ChainedPlaceholderStrategyTest.php |
file |
core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php |
|
| ChainedPlaceholderStrategyTest::providerProcessPlaceholders |
function |
core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php |
Provides a list of render strategies, placeholders and results. |
| ChainedPlaceholderStrategyTest::testProcessPlaceholders |
function |
core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php |
Tests process placeholders. |
| ChainedPlaceholderStrategyTest::testProcessPlaceholdersNoStrategies |
function |
core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php |
Tests process placeholders no strategies. |
| ChainedPlaceholderStrategyTest::testProcessPlaceholdersWithRoguePlaceholderStrategy |
function |
core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php |
Tests process placeholders with rogue placeholder strategy. |
| ChainEntityResolverTest |
class |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests Drupal\serialization\EntityResolver\ChainEntityResolver. |
| ChainEntityResolverTest.php |
file |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
|
| ChainEntityResolverTest::$testData |
property |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Test data passed to the resolve method. |
| ChainEntityResolverTest::$testEntityType |
property |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
A test entity type. |
| ChainEntityResolverTest::$testNormalizer |
property |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
A mocked normalizer. |
| ChainEntityResolverTest::createEntityResolverMock |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Creates a mock entity resolver. |
| ChainEntityResolverTest::setUp |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
|
| ChainEntityResolverTest::testResolverWithFirstResolved |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method with a matching resolver first. |
| ChainEntityResolverTest::testResolverWithLastResolved |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method with a matching resolver last. |
| ChainEntityResolverTest::testResolverWithNoneResolved |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method with no matching resolvers. |
| ChainEntityResolverTest::testResolverWithNoneResolvedUsingAddResolver |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method with no matching resolvers, using addResolver. |
| ChainEntityResolverTest::testResolverWithResolvedToZero |
function |
core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php |
Tests the resolve method where one resolver returns 0. |
| ChainRequestPolicyTest |
class |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
Tests Drupal\Core\PageCache\ChainRequestPolicy. |
| ChainRequestPolicyTest.php |
file |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
|
| ChainRequestPolicyTest::$policy |
property |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
The chain request policy under test. |
| ChainRequestPolicyTest::$request |
property |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
A request object. |
| ChainRequestPolicyTest::providerAllowIfAnyRuleReturnedAllow |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
Provides test data for testAllowIfAnyRuleReturnedAllow. |
| ChainRequestPolicyTest::providerChainExceptionOnInvalidReturnValue |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
Provides test data for testChainExceptionOnInvalidReturnValue. |
| ChainRequestPolicyTest::setUp |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
|
| ChainRequestPolicyTest::testAllowIfAnyRuleReturnedAllow |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
Asserts that check() returns ALLOW if any of the rules returns ALLOW. |
| ChainRequestPolicyTest::testChainExceptionOnInvalidReturnValue |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
Asserts that check() throws an exception if a rule returns an invalid value. |
| ChainRequestPolicyTest::testEmptyChain |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
Asserts that check() returns NULL if the chain is empty. |
| ChainRequestPolicyTest::testNullRuleChain |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
Asserts that check() returns NULL if a rule returns NULL. |
| ChainRequestPolicyTest::testStopChainOnFirstDeny |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php |
Asserts that check() returns immediately when a rule returned DENY. |
| ChainResponsePolicyTest |
class |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
Tests Drupal\Core\PageCache\ChainResponsePolicy. |
| ChainResponsePolicyTest.php |
file |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
|
| ChainResponsePolicyTest::$policy |
property |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
The chain response policy under test. |
| ChainResponsePolicyTest::$request |
property |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
A request object. |
| ChainResponsePolicyTest::$response |
property |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
A response object. |
| ChainResponsePolicyTest::providerChainExceptionOnInvalidReturnValue |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
Provides test data for testChainExceptionOnInvalidReturnValue. |
| ChainResponsePolicyTest::setUp |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
|
| ChainResponsePolicyTest::testChainExceptionOnInvalidReturnValue |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
Asserts that check() throws an exception if a rule returns an invalid value. |
| ChainResponsePolicyTest::testEmptyChain |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
Asserts that check() returns NULL if the chain is empty. |
| ChainResponsePolicyTest::testNullRuleChain |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
Asserts that check() returns NULL if a rule returns NULL. |
| ChainResponsePolicyTest::testStopChainOnFirstDeny |
function |
core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php |
Asserts that check() returns immediately when a rule returned DENY. |
| ChangedTestItem |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php |
Defines the 'changed_test' entity field type. |
| ChangedTestItem.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php |
|
| ChangedTestItem::preSave |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php |
Defines custom presave behavior for field values. |