| EntityRevisionTest::testUntranslatable |
function |
core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php |
Tests that translation destination fails for untranslatable entities. |
| EntityRow::$base_table |
property |
core/modules/views/src/Plugin/views/row/EntityRow.php |
The table the entity is using for storage. |
| EntitySchemaTest::testModifyingTranslatableColumnSchema |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php |
Tests that modifying the UUID field for a translatable entity works. |
| EntityTest::$executable |
property |
core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php |
The view executable. |
| EntityTest::$executable |
property |
core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php |
The mocked view executable. |
| 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. |
| 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 |
|
| EntityTestUpdateStorage::saveToDedicatedTables |
function |
core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorage.php |
Saves values of fields that use dedicated tables. |
| EntityTestUpdateStorageSchema::getSharedTableFieldSchema |
function |
core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php |
Gets the schema for a single field definition. |
| EntityType::$base_table |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The name of the entity type's base table. |
| EntityType::$data_table |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The name of the entity type's data table. |
| EntityType::$revision_data_table |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The name of the entity type's revision data table. |
| EntityType::$revision_table |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The name of the entity type's revision table. |
| EntityType::$translatable |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates whether entities of this type have multilingual support. |
| EntityType::getBaseTable |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the name of the entity's base table. |
| EntityType::getDataTable |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the name of the entity's data table. |
| EntityType::getRevisionDataTable |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the name of the entity's revision data table. |
| EntityType::getRevisionTable |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the name of the entity's revision table. |
| EntityType::isTranslatable |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates whether entities of this type have multilingual support. |
| EntityTypeInterface::getBaseTable |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets the name of the entity's base table. |
| EntityTypeInterface::getDataTable |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets the name of the entity's data table. |
| EntityTypeInterface::getRevisionDataTable |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets the name of the entity's revision data table. |
| EntityTypeInterface::getRevisionTable |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets the name of the entity's revision table. |
| EntityTypeInterface::isTranslatable |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Indicates whether entities of this type have multilingual support. |
| EntityUntranslatableFieldsConstraint |
class |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php |
Validation constraint for the entity changed timestamp. |
| EntityUntranslatableFieldsConstraint.php |
file |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php |
|
| EntityUntranslatableFieldsConstraint::$defaultRevisionMessage |
property |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php |
|
| EntityUntranslatableFieldsConstraint::$defaultTranslationMessage |
property |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php |
|
| EntityUntranslatableFieldsConstraintValidator |
class |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php |
Validates the EntityChanged constraint. |
| EntityUntranslatableFieldsConstraintValidator.php |
file |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php |
|
| EntityUntranslatableFieldsConstraintValidator::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php |
The entity type manager. |
| EntityUntranslatableFieldsConstraintValidator::create |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php |
Instantiates a new instance of this class. |
| EntityUntranslatableFieldsConstraintValidator::hasUntranslatableFieldsChanges |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php |
Checks whether an entity has untranslatable field changes. |
| EntityUntranslatableFieldsConstraintValidator::validate |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php |
|
| EntityUntranslatableFieldsConstraintValidator::__construct |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php |
Constructs an EntityUntranslatableFieldsConstraintValidator object. |
| EntityUrlLanguageTest::createTranslatableEntity |
function |
core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php |
Creates a translated entity. |
| EntityViewDisplayEditForm::getTableHeader |
function |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
Returns an array containing the table headers. |
| EntityViewsData::getViewsTableForEntityType |
function |
core/modules/views/src/EntityViewsData.php |
Gets the table of an entity type to be used as base table in views. |
| EntityViewsDataInterface::getViewsTableForEntityType |
function |
core/modules/views/src/EntityViewsDataInterface.php |
Gets the table of an entity type to be used as base table in views. |
| EntityViewsDataTest::testBaseTableFields |
function |
core/modules/views/tests/src/Unit/EntityViewsDataTest.php |
Tests fields on the base table. |
| EntityViewsDataTest::testBaseTables |
function |
core/modules/views/tests/src/Unit/EntityViewsDataTest.php |
Tests base tables. |
| EntityViewsDataTest::testDataTable |
function |
core/modules/views/tests/src/Unit/EntityViewsDataTest.php |
Tests data_table support. |
| EntityViewsDataTest::testDataTableFields |
function |
core/modules/views/tests/src/Unit/EntityViewsDataTest.php |
Tests fields on the data table. |
| EntityViewsDataTest::testRevisionTableFields |
function |
core/modules/views/tests/src/Unit/EntityViewsDataTest.php |
Tests fields on the revision table. |
| EntityViewsDataTest::testRevisionTableWithoutDataTable |
function |
core/modules/views/tests/src/Unit/EntityViewsDataTest.php |
Tests revision table without data table support. |
| EntityViewsDataTest::testRevisionTableWithRevisionDataTable |
function |
core/modules/views/tests/src/Unit/EntityViewsDataTest.php |
Tests revision table with data table support. |
| EntityViewsDataTest::testRevisionTableWithRevisionDataTableAndDataTable |
function |
core/modules/views/tests/src/Unit/EntityViewsDataTest.php |
Tests revision table with data table support. |