| 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. |
| EntityTestTranslatableNoUISkip.php |
file |
core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableNoUISkip.php |
|
| EntityTestTranslatableUISkip |
class |
core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableUISkip.php |
Defines the test entity class. |
| EntityTestTranslatableUISkip.php |
file |
core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableUISkip.php |
|
| EntityTestTypesFilter.php |
file |
core/modules/system/tests/modules/entity_test/src/EntityTestTypesFilter.php |
|
| EntityTestUniqueConstraint |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUniqueConstraint.php |
Defines a test entity class for unique constraint. |
| EntityTestUniqueConstraint.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUniqueConstraint.php |
|
| EntityTestUniqueConstraint::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUniqueConstraint.php |
Provides base field definitions for an entity type. |
| EntityTestUpdate |
class |
core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php |
Defines the test entity class for testing definition and schema updates. |
| EntityTestUpdate.php |
file |
core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php |
|
| EntityTestUpdate::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php |
Provides base field definitions for an entity type. |
| EntityTestUpdate::bundleFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php |
Provides field definitions for a specific bundle. |
| EntityTestUpdate::preCreate |
function |
core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php |
Changes the values of an entity before it is created. |
| EntityTestUpdateHooks |
class |
core/modules/system/tests/modules/entity_test_update/src/Hook/EntityTestUpdateHooks.php |
Hook implementations for entity_test_update. |
| EntityTestUpdateHooks.php |
file |
core/modules/system/tests/modules/entity_test_update/src/Hook/EntityTestUpdateHooks.php |
|
| EntityTestUpdateHooks::entityBaseFieldInfo |
function |
core/modules/system/tests/modules/entity_test_update/src/Hook/EntityTestUpdateHooks.php |
Implements hook_entity_base_field_info(). |
| EntityTestUpdateHooks::entityFieldStorageInfo |
function |
core/modules/system/tests/modules/entity_test_update/src/Hook/EntityTestUpdateHooks.php |
Implements hook_entity_field_storage_info(). |
| EntityTestUpdateHooks::entityTypeAlter |
function |
core/modules/system/tests/modules/entity_test_update/src/Hook/EntityTestUpdateHooks.php |
Implements hook_entity_type_alter(). |
| EntityTestUpdateHooks::viewPresave |
function |
core/modules/system/tests/modules/entity_test_update/src/Hook/EntityTestUpdateHooks.php |
Implements hook_ENTITY_TYPE_presave() for the 'view' entity type. |
| EntityTestUpdateStorage |
class |
core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorage.php |
Helper class for entity update testing. |
| EntityTestUpdateStorage.php |
file |
core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorage.php |
|
| EntityTestUpdateStorage::saveToDedicatedTables |
function |
core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorage.php |
Saves values of fields that use dedicated tables. |
| EntityTestUpdateStorageSchema |
class |
core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php |
Defines the entity_test_update storage_schema handler. |
| EntityTestUpdateStorageSchema.php |
file |
core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php |
|
| EntityTestUpdateStorageSchema::getEntitySchema |
function |
core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php |
Gets the entity schema for the specified entity type. |
| EntityTestUpdateStorageSchema::getSharedTableFieldSchema |
function |
core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php |
Gets the schema for a single field definition. |
| EntityTestUserClass |
class |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestUserClass.php |
A custom bundle class for the User entity. |
| EntityTestUserClass.php |
file |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestUserClass.php |
|
| EntityTestUuidId |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUuidId.php |
Defines a test entity class with UUIDs as IDs. |
| EntityTestUuidId.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUuidId.php |
|
| EntityTestUuidId::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUuidId.php |
Provides base field definitions for an entity type. |
| EntityTestUuidId::generateUuid |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUuidId.php |
Statically generates a UUID. |
| EntityTestVariant |
class |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestVariant.php |
Defines a custom class to use for EntityTest. |
| EntityTestVariant.php |
file |
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestVariant.php |
|
| EntityTestViewBuilder |
class |
core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilder.php |
Defines an entity view builder for a test entity. |
| EntityTestViewBuilder |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestViewBuilder.php |
Test entity class for testing a view builder. |
| EntityTestViewBuilder.php |
file |
core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilder.php |
|