| EntityBundleListCacheTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php |
Modules to install. |
| EntityBundleListCacheTest::setUp |
function |
core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php |
|
| EntityBundleListCacheTest::testBundleListingCache |
function |
core/tests/Drupal/FunctionalTests/Entity/EntityBundleListCacheTest.php |
Tests that tags are invalidated when an entity with that bundle changes. |
| EntityBundleListenerTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleListenerTest.php |
Tests Drupal\Core\Entity\EntityBundleListener. |
| EntityBundleListenerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleListenerTest.php |
|
| EntityBundleListenerTest::testOnBundleCreate |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleListenerTest.php |
Test bundle creation. |
| EntityCacheTagsTestBase |
class |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
Provides helper methods for Entity cache tags tests. |
| EntityCacheTagsTestBase.php |
file |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
|
| EntityCacheTagsTestBase::$entity |
property |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
The main entity used for testing. |
| EntityCacheTagsTestBase::$modules |
property |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
Modules to install. |
| EntityCacheTagsTestBase::$nonReferencingEntity |
property |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
The entity instance not referencing the main entity. |
| EntityCacheTagsTestBase::$referencingEntity |
property |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
The entity instance referencing the main entity. |
| EntityCacheTagsTestBase::createEntity |
function |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
Creates the entity to be tested. |
| EntityCacheTagsTestBase::createReferenceTestEntities |
function |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
Creates a referencing and a non-referencing entity for testing purposes. |
| EntityCacheTagsTestBase::getAccessCacheContextsForEntity |
function |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
Returns the access cache contexts for the tested entity. |
| EntityCacheTagsTestBase::getAdditionalCacheContextsForEntity |
function |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
Returns the additional (non-standard) cache contexts for the tested entity. |
| EntityCacheTagsTestBase::getAdditionalCacheContextsForEntityListing |
function |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
Returns the additional cache tags for the tested entity's listing by type. |
| EntityCacheTagsTestBase::getAdditionalCacheTagsForEntity |
function |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
Returns the additional (non-standard) cache tags for the tested entity. |
| EntityCacheTagsTestBase::getAdditionalCacheTagsForEntityListing |
function |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
Returns the additional cache tags for the tested entity's listing by type. |
| EntityCacheTagsTestBase::getRenderCacheBackend |
function |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
Retrieves the render cache backend as a variation cache. |
| EntityCacheTagsTestBase::selectViewMode |
function |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
Selects the preferred view mode for the given entity type. |
| EntityCacheTagsTestBase::setUp |
function |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
|
| EntityCacheTagsTestBase::testReferencedEntity |
function |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
Tests cache tags presence and invalidation of the entity when referenced. |
| EntityCloneConfigActionTest |
class |
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php |
Tests Entity Clone Config Action. |
| EntityCloneConfigActionTest.php |
file |
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php |
|
| EntityCloneConfigActionTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php |
Modules to install. |
| EntityCloneConfigActionTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php |
|
| EntityCloneConfigActionTest::testCloneWithWildcards |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php |
Tests wildcard support, which allows positional tokens in the clone's ID. |
| EntityCloneConfigActionTest::testErrorIfOriginalDoesNotExist |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php |
Tests error if original entity does not exist. |
| EntityCloneConfigActionTest::testFailIfEntityExists |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php |
Tests that the action can be configured to fail if the clone exists. |
| EntityCloneConfigActionTest::testNoErrorWithExistingEntity |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php |
Tests no error is thrown when an entity with the same ID already exists. |
| EntityCloneConfigActionTest::testSuccessfulClone |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php |
Tests successful clone. |
| EntityComputedFieldTest |
class |
core/modules/system/tests/src/Functional/Entity/EntityComputedFieldTest.php |
Tests that entities with computed fields work correctly. |
| EntityComputedFieldTest.php |
file |
core/modules/system/tests/src/Functional/Entity/EntityComputedFieldTest.php |
|
| EntityComputedFieldTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Entity/EntityComputedFieldTest.php |
The theme to install as the default for testing. |
| EntityComputedFieldTest::$modules |
property |
core/modules/system/tests/src/Functional/Entity/EntityComputedFieldTest.php |
Modules to install. |
| EntityComputedFieldTest::$state |
property |
core/modules/system/tests/src/Functional/Entity/EntityComputedFieldTest.php |
The state service. |
| EntityComputedFieldTest::setUp |
function |
core/modules/system/tests/src/Functional/Entity/EntityComputedFieldTest.php |
|
| EntityComputedFieldTest::testFormatterComputedFieldCacheableMetadata |
function |
core/modules/system/tests/src/Functional/Entity/EntityComputedFieldTest.php |
Tests that formatters bubble the cacheable metadata of computed fields. |
| EntityConditionGroupTest |
class |
core/modules/jsonapi/tests/src/Unit/Query/EntityConditionGroupTest.php |
Tests Drupal\jsonapi\Query\EntityConditionGroup. |
| EntityConditionGroupTest.php |
file |
core/modules/jsonapi/tests/src/Unit/Query/EntityConditionGroupTest.php |
|
| EntityConditionGroupTest::constructProvider |
function |
core/modules/jsonapi/tests/src/Unit/Query/EntityConditionGroupTest.php |
Data provider for testConstruct. |
| EntityConditionGroupTest::testConstruct |
function |
core/modules/jsonapi/tests/src/Unit/Query/EntityConditionGroupTest.php |
Tests construct. |
| EntityConditionGroupTest::testConstructException |
function |
core/modules/jsonapi/tests/src/Unit/Query/EntityConditionGroupTest.php |
Tests construct exception. |
| EntityConditionTest |
class |
core/modules/jsonapi/tests/src/Unit/Query/EntityConditionTest.php |
Tests Drupal\jsonapi\Query\EntityCondition. |
| EntityConditionTest.php |
file |
core/modules/jsonapi/tests/src/Unit/Query/EntityConditionTest.php |
|
| EntityConditionTest::queryParameterProvider |
function |
core/modules/jsonapi/tests/src/Unit/Query/EntityConditionTest.php |
Data provider for testDenormalize. |
| EntityConditionTest::setUp |
function |
core/modules/jsonapi/tests/src/Unit/Query/EntityConditionTest.php |
|
| EntityConditionTest::testCreateFromQueryParameter |
function |
core/modules/jsonapi/tests/src/Unit/Query/EntityConditionTest.php |
Tests create from query parameter. |
| EntityConditionTest::testValidation |
function |
core/modules/jsonapi/tests/src/Unit/Query/EntityConditionTest.php |
Tests validation. |