| ContentEntityStorageInterface |
interface |
core/lib/Drupal/Core/Entity/ContentEntityStorageInterface.php |
A storage that supports content entity types. |
| ContentEntityStorageInterface.php |
file |
core/lib/Drupal/Core/Entity/ContentEntityStorageInterface.php |
|
| ContentEntityStorageInterface::createWithSampleValues |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageInterface.php |
Creates an entity with sample field values. |
| ContentEntityTest |
class |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
Tests the entity content source plugin. |
| ContentEntityTest.php |
file |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
|
| ContentEntityTest::$bundle |
property |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
The bundle used in this test. |
| ContentEntityTest::$fieldName |
property |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
The name of the field used in this test. |
| ContentEntityTest::$migrationPluginManager |
property |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
The migration plugin manager. |
| ContentEntityTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
Modules to install. |
| ContentEntityTest::$user |
property |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
The test user. |
| ContentEntityTest::$vocabulary |
property |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
The vocabulary ID. |
| ContentEntityTest::assertIds |
function |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
Helper to assert IDs structure. |
| ContentEntityTest::migrationConfigurationProvider |
function |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
Data provider for several test methods. |
| ContentEntityTest::migrationDefinition |
function |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
Get a migration definition. |
| ContentEntityTest::setUp |
function |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
|
| ContentEntityTest::testFileSource |
function |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
Tests file source plugin. |
| ContentEntityTest::testMediaSource |
function |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
Tests media source plugin. |
| ContentEntityTest::testNodeSource |
function |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
Tests node source plugin. |
| ContentEntityTest::testTermSource |
function |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
Tests term source plugin. |
| ContentEntityTest::testUserSource |
function |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
Tests user source plugin. |
| ContentEntityType |
class |
core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php |
Defines a content entity type annotation object. |
| ContentEntityType |
class |
core/lib/Drupal/Core/Entity/ContentEntityType.php |
Provides an implementation of a content entity type and its metadata. |
| ContentEntityType |
class |
core/lib/Drupal/Core/Entity/Attribute/ContentEntityType.php |
Defines a content entity type for plugin discovery. |
| ContentEntityType.php |
file |
core/lib/Drupal/Core/Entity/ContentEntityType.php |
|
| ContentEntityType.php |
file |
core/lib/Drupal/Core/Entity/Attribute/ContentEntityType.php |
|
| ContentEntityType.php |
file |
core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php |
|
| ContentEntityType::$entity_type_class |
property |
core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php |
The class used to represent the entity type. |
| ContentEntityType::$group |
property |
core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php |
The group machine name. |
| ContentEntityType::$revision_metadata_keys |
property |
core/lib/Drupal/Core/Entity/ContentEntityType.php |
An array of entity revision metadata keys. |
| ContentEntityType::checkStorageClass |
function |
core/lib/Drupal/Core/Entity/ContentEntityType.php |
|
| ContentEntityType::get |
function |
core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php |
Gets the value of an annotation. |
| ContentEntityType::getConfigDependencyKey |
function |
core/lib/Drupal/Core/Entity/ContentEntityType.php |
Gets the key that is used to store configuration dependencies. |
| ContentEntityType::getRevisionMetadataKey |
function |
core/lib/Drupal/Core/Entity/ContentEntityType.php |
Gets a specific entity revision metadata key. |
| ContentEntityType::getRevisionMetadataKeys |
function |
core/lib/Drupal/Core/Entity/ContentEntityType.php |
Gets an array of entity revision metadata keys. |
| ContentEntityType::hasIntegerId |
function |
core/lib/Drupal/Core/Entity/ContentEntityType.php |
Checks if this entity type has an integer ID. |
| ContentEntityType::hasRevisionMetadataKey |
function |
core/lib/Drupal/Core/Entity/ContentEntityType.php |
Indicates if a given entity revision metadata key exists. |
| ContentEntityType::setRevisionMetadataKey |
function |
core/lib/Drupal/Core/Entity/ContentEntityType.php |
Sets a revision metadata key. |
| ContentEntityType::__construct |
function |
core/lib/Drupal/Core/Entity/ContentEntityType.php |
Constructs a new EntityType. |
| ContentEntityType::__construct |
function |
core/lib/Drupal/Core/Entity/Attribute/ContentEntityType.php |
Constructs a plugin attribute object. |
| ContentEntityTypeInterface |
interface |
core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php |
Provides an interface for a content entity type and its metadata. |
| ContentEntityTypeInterface.php |
file |
core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php |
|
| ContentEntityTypeInterface::getRevisionMetadataKey |
function |
core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php |
Gets a specific entity revision metadata key. |
| ContentEntityTypeInterface::getRevisionMetadataKeys |
function |
core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php |
Gets an array of entity revision metadata keys. |
| ContentEntityTypeInterface::hasRevisionMetadataKey |
function |
core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php |
Indicates if a given entity revision metadata key exists. |
| ContentEntityTypeInterface::setRevisionMetadataKey |
function |
core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php |
Sets a revision metadata key. |
| ContentExportTest::doTestExportFileEntityWithMissingPhysicalFile |
function |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php |
Tests exporting file entities without an accompanying physical file. |
| ContentExportTest::doTestExportSingleEntityToDirectory |
function |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php |
Tests exporting a single entity to a directory with attachments. |
| ContentExportTest::testEntityExportScenarios |
function |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php |
Tests various entity export scenarios. |
| ContentImportAlreadyExistsTest::providerImportEntityThatAlreadyExists |
function |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php |
|
| ContentImportAlreadyExistsTest::testImportEntityThatAlreadyExists |
function |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php |
Tests import entity that already exists. |