| EntitySchemaTest::findPrimaryKeys |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Finds the primary keys for a given entity type. |
| EntitySchemaTest::providerTestPrimaryKeyUpdate |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Provides test cases for EntitySchemaTest::testPrimaryKeyUpdate() |
| EntitySchemaTest::refreshServices |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Refresh services. |
| EntitySchemaTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
|
| EntitySchemaTest::testCleanUpStorageDefinition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Tests fields from an uninstalled module are removed from the schema. |
| EntitySchemaTest::testCustomFieldCreateDelete |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Tests the custom bundle field creation and deletion. |
| EntitySchemaTest::testEntitySchemaUpdate |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Tests that entity schema responds to changes in the entity type definition. |
| EntitySchemaTest::testIdentifierSchema |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Tests the installed storage schema for identifier fields. |
| EntitySchemaTest::testModifyingTranslatableColumnSchema |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Tests that modifying the UUID field for a translatable entity works. |
| EntitySchemaTest::testPrimaryKeyUpdate |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Tests deleting and creating a field that is part of a primary key. |
| EntitySchemaTest::updateEntityType |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Updates the entity type definition. |
| EntitySchemaTestHooks |
class |
core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php |
Hook implementations for entity_schema_test. |
| EntitySchemaTestHooks.php |
file |
core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php |
|
| EntitySchemaTestHooks::entityBaseFieldInfo |
function |
core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php |
Implements hook_entity_base_field_info(). |
| EntitySchemaTestHooks::entityBundleCreate |
function |
core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php |
Implements hook_entity_bundle_create(). |
| EntitySchemaTestHooks::entityBundleDelete |
function |
core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php |
Implements hook_entity_bundle_delete(). |
| EntitySchemaTestHooks::entityBundleFieldInfo |
function |
core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php |
Implements hook_entity_bundle_field_info(). |
| EntitySchemaTestHooks::entityFieldStorageInfo |
function |
core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php |
Implements hook_entity_field_storage_info(). |
| EntitySchemaTestHooks::entityTypeAlter |
function |
core/modules/system/tests/modules/entity_schema_test/src/Hook/EntitySchemaTestHooks.php |
Implements hook_entity_type_alter(). |
| EntitySearchPage |
class |
core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php |
Migrate destination for search page. |
| EntitySearchPage.php |
file |
core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php |
|
| EntitySearchPage::$moduleHandler |
property |
core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php |
The module handler. |
| EntitySearchPage::create |
function |
core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php |
Instantiates a new instance of the implementing class using autowiring. |
| EntitySearchPage::import |
function |
core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php |
|
| EntitySearchPage::updateEntity |
function |
core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php |
Updates an entity with the contents of a row. |
| EntitySearchPage::__construct |
function |
core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php |
Constructs a new EntitySearchPage. |
| EntitySerializationTest |
class |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
Tests that entities can be serialized to supported core formats. |
| EntitySerializationTest.php |
file |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
|
| EntitySerializationTest::$entity |
property |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
The test entity. |
| EntitySerializationTest::$entityClass |
property |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
The class name of the test class. |
| EntitySerializationTest::$modules |
property |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
Modules to install. |
| EntitySerializationTest::$serializer |
property |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
The serializer service. |
| EntitySerializationTest::$user |
property |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
The test user. |
| EntitySerializationTest::$values |
property |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
The test values. |
| EntitySerializationTest::setUp |
function |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
|
| EntitySerializationTest::testCacheableComputedField |
function |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
Tests normalizing cacheable computed field. |
| EntitySerializationTest::testDenormalize |
function |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
Tests denormalization of an entity. |
| EntitySerializationTest::testDenormalizeCustomSerializedItem |
function |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
Tests normalizing/denormalizing custom serialized columns. |
| EntitySerializationTest::testDenormalizeEmptyCustomSerializedField |
function |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
Tests normalizing/denormalizing empty custom serialized fields. |
| EntitySerializationTest::testDenormalizeInvalidCustomSerializedField |
function |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
Tests normalizing/denormalizing invalid custom serialized fields. |
| EntitySerializationTest::testDenormalizeSerializedItem |
function |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
Tests denormalizing serialized columns. |
| EntitySerializationTest::testDenormalizeStringValue |
function |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
Tests normalizing/denormalizing using string values. |
| EntitySerializationTest::testDenormalizeValidCustomSerializedField |
function |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
Tests normalizing/denormalizing valid custom serialized fields. |
| EntitySerializationTest::testNormalize |
function |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
Tests the normalize function. |
| EntitySerializationTest::testSerialize |
function |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
Tests entity serialization for core's formats by a registered Serializer. |
| EntitySerializationTest::testUserNormalize |
function |
core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php |
Tests user normalization with some default access controls overridden. |
| EntitySerializationTestHooks |
class |
core/modules/serialization/tests/modules/entity_serialization_test/src/Hook/EntitySerializationTestHooks.php |
Hook implementations for entity_serialization_test. |
| EntitySerializationTestHooks.php |
file |
core/modules/serialization/tests/modules/entity_serialization_test/src/Hook/EntitySerializationTestHooks.php |
|
| EntitySerializationTestHooks::entityFieldAccessAlter |
function |
core/modules/serialization/tests/modules/entity_serialization_test/src/Hook/EntitySerializationTestHooks.php |
Implements hook_entity_field_access_alter(). |
| EntitySerializedField |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntitySerializedField.php |
Defines a test class for testing fields with a serialized column. |