| EntityTestRevisionTest |
class |
core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php |
Tests wizard for generic revisionable entities. |
| EntityTestRevisionTest.php |
file |
core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php |
|
| EntityTestRevisionTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php |
The theme to install as the default for testing. |
| EntityTestRevisionTest::$modules |
property |
core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php |
Modules to install. |
| EntityTestRevisionTest::testRevisionsViewWithNoTypeOnBaseTable |
function |
core/modules/views/tests/src/Functional/Wizard/EntityTestRevisionTest.php |
Tests creating a view of revisions where the type is not on the base table. |
| EntityTestRevlogAccessControlHandler |
class |
core/modules/system/tests/modules/entity_test_revlog/src/EntityTestRevlogAccessControlHandler.php |
Defines the access control handler for test entity types. |
| EntityTestRevlogAccessControlHandler.php |
file |
core/modules/system/tests/modules/entity_test_revlog/src/EntityTestRevlogAccessControlHandler.php |
|
| EntityTestRevlogAccessControlHandler::checkAccess |
function |
core/modules/system/tests/modules/entity_test_revlog/src/EntityTestRevlogAccessControlHandler.php |
Performs access checks. |
| EntityTestRevPub |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRevPub.php |
Defines the test entity class. |
| EntityTestRevPub.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRevPub.php |
|
| EntityTestRevPub::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRevPub.php |
Provides base field definitions for an entity type. |
| EntityTestRevPubWorkspaceHandler |
class |
core/modules/workspaces/tests/modules/workspaces_test/src/EntityTestRevPubWorkspaceHandler.php |
Provides a custom workspace handler for testing purposes. |
| EntityTestRevPubWorkspaceHandler.php |
file |
core/modules/workspaces/tests/modules/workspaces_test/src/EntityTestRevPubWorkspaceHandler.php |
|
| EntityTestRevPubWorkspaceHandler::isEntitySupported |
function |
core/modules/workspaces/tests/modules/workspaces_test/src/EntityTestRevPubWorkspaceHandler.php |
Determines if an entity should be tracked in a workspace. |
| EntityTestRoutes |
class |
core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php |
Subscriber for Entity Test routes. |
| EntityTestRoutes.php |
file |
core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php |
|
| EntityTestRoutes::routes |
function |
core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php |
Returns an array of route objects. |
| EntityTestStringId |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestStringId.php |
Defines a test entity class with a string ID. |
| EntityTestStringId.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestStringId.php |
|
| EntityTestStringId::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestStringId.php |
Provides base field definitions for an entity type. |
| EntityTestTest |
class |
core/modules/jsonapi/tests/src/Functional/EntityTestTest.php |
JSON:API integration test for the "EntityTest" content entity type. |
| EntityTestTest.php |
file |
core/modules/jsonapi/tests/src/Functional/EntityTestTest.php |
|
| EntityTestTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/EntityTestTest.php |
The theme to install as the default for testing. |
| EntityTestTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/EntityTestTest.php |
|
| EntityTestTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/EntityTestTest.php |
The tested entity type. |
| EntityTestTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/EntityTestTest.php |
Modules to install. |
| EntityTestTest::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/EntityTestTest.php |
The fields that are protected against modification during PATCH requests. |
| EntityTestTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/EntityTestTest.php |
The name of the tested JSON:API resource type. |
| EntityTestTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/EntityTestTest.php |
Creates the entity to be tested. |
| EntityTestTest::getExpectedCollectionCacheability |
function |
core/modules/jsonapi/tests/src/Functional/EntityTestTest.php |
Computes the cacheability for a given entity collection. |
| EntityTestTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/EntityTestTest.php |
Returns the expected JSON:API document for the entity. |
| EntityTestTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/EntityTestTest.php |
Return the expected error message. |
| EntityTestTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/EntityTestTest.php |
Returns the JSON:API POST document. |
| EntityTestTest::getSparseFieldSets |
function |
core/modules/jsonapi/tests/src/Functional/EntityTestTest.php |
Returns an array of sparse fields sets to test. |
| EntityTestTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/EntityTestTest.php |
Sets up the necessary authorization. |
| EntityTestTextItemNormalizerTest |
class |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php |
Tests EntityTest Text Item Normalizer. |
| EntityTestTextItemNormalizerTest.php |
file |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php |
|
| EntityTestTextItemNormalizerTest::$defaultTheme |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php |
The theme to install as the default for testing. |
| EntityTestTextItemNormalizerTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php |
The format to use in this test. |
| EntityTestTextItemNormalizerTest::$mimeType |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php |
The MIME type that corresponds to $format. |
| EntityTestTextItemNormalizerTest::$modules |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php |
Modules to install. |
| EntityTestTextItemNormalizerTest::createEntity |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php |
Creates the entity to be tested. |
| EntityTestTextItemNormalizerTest::getExpectedCacheContexts |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php |
The expected cache contexts for the GET/HEAD response of the test entity. |
| EntityTestTextItemNormalizerTest::getExpectedCacheTags |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php |
The expected cache tags for the GET/HEAD response of the test entity. |
| EntityTestTextItemNormalizerTest::getExpectedNormalizedEntity |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php |
Returns the expected normalization of the entity. |
| EntityTestTextItemNormalizerTest::getNormalizedPostEntity |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php |
Returns the normalized POST entity. |
| EntityTestTextItemNormalizerTest::providerTestGetWithFormat |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php |
Provides test cases for text format retrieval with expected cache tags. |
| EntityTestTextItemNormalizerTest::setUpAuthorization |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php |
Sets up the necessary authorization. |
| EntityTestTextItemNormalizerTest::testGetWithFormat |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php |
Tests GETting an entity with the test text field set to a specific format. |
| EntityTestTranslatableNoUISkip |
class |
core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableNoUISkip.php |
Defines the test entity class. |