| 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::testExportFileEntityWithMissingPhysicalFile |
function |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php |
Tests exporting file entities without an accompanying physical file. |
| ContentExportTest::testExportSingleEntityToDirectory |
function |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php |
Tests exporting a single entity to a directory with attachments. |
| ContentImportTest::providerImportEntityThatAlreadyExists |
function |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php |
|
| ContentImportTest::testEntityValidationIsTriggered |
function |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php |
Tests that the importer validates entities before saving them. |
| ContentImportTest::testImportEntityThatAlreadyExists |
function |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php |
Tests import entity that already exists. |
| ContentLanguageSettings::$target_entity_type_id |
property |
core/modules/language/src/Entity/ContentLanguageSettings.php |
The entity type ID (machine name). |
| ContentLanguageSettings::getTargetEntityTypeId |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Gets the entity type ID this config applies to. |
| ContentLanguageSettings::loadByEntityTypeBundle |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Loads a content language config entity based on the entity type and bundle. |
| ContentLanguageSettingsForm::$entityTypeBundleInfo |
property |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
The entity bundle info. |
| ContentLanguageSettingsForm::$entityTypeManager |
property |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
The entity type manager. |
| ContentLanguageSettingsInterface::getTargetEntityTypeId |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Gets the entity type ID this config applies to. |
| ContentLanguageSettingsResourceTestBase::$entity |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
|
| ContentLanguageSettingsResourceTestBase::$entityTypeId |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
The tested entity type. |
| ContentLanguageSettingsResourceTestBase::createEntity |
function |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
Creates the entity to be tested. |
| ContentLanguageSettingsResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
Returns the expected normalization of the entity. |
| ContentLanguageSettingsResourceTestBase::getNormalizedPostEntity |
function |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
Returns the normalized POST entity. |
| ContentLanguageSettingsTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
|
| ContentLanguageSettingsTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
The tested entity type. |
| ContentLanguageSettingsTest::createAnotherEntity |
function |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
Creates another entity to be tested. |
| ContentLanguageSettingsTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
Creates the entity to be tested. |
| ContentLanguageSettingsUnitTest::$configEntityStorageInterface |
property |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
The typed configuration manager used for testing. |
| ContentLanguageSettingsUnitTest::$entityType |
property |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
The entity type used for testing. |
| ContentLanguageSettingsUnitTest::$entityTypeId |
property |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
The ID of the type of the entity under test. |
| ContentLanguageSettingsUnitTest::$entityTypeManager |
property |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
The entity type manager used for testing. |
| ContentLanguageSettingsUnitTest::providerLoadByEntityTypeBundle |
function |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
Provides data to testLoadByEntityTypeBundle(). |
| ContentLanguageSettingsUnitTest::testLoadByEntityTypeBundle |
function |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
Tests load by entity type bundle. |
| ContentLanguageSettingsUnitTest::testTargetEntityTypeId |
function |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
Tests target entity type id. |
| ContentModeration::$entityTypeBundleInfo |
property |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php |
The entity type bundle info service. |
| ContentModeration::$entityTypeManager |
property |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php |
The entity type manager. |
| ContentModeration::addEntityTypeAndBundle |
function |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php |
Add an entity type ID / bundle ID to the workflow. |
| ContentModeration::appliesToEntityTypeAndBundle |
function |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php |
Checks if the workflow applies to the supplied entity type and bundle. |
| ContentModeration::getBundlesForEntityType |
function |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php |
Gets any bundles the workflow is applied to for the given entity type. |
| ContentModeration::getEntityTypes |
function |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php |
Gets the entity types the workflow is applied to. |
| ContentModeration::removeEntityTypeAndBundle |
function |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php |
Removes an entity type ID / bundle ID from the workflow. |
| ContentModerationAdminPathEntityConverterLanguageTest |
class |
core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php |
Test administration path based entity conversion when moderation enabled. |
| ContentModerationAdminPathEntityConverterLanguageTest.php |
file |
core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php |
|
| ContentModerationAdminPathEntityConverterLanguageTest::$defaultTheme |
property |
core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php |
The theme to install as the default for testing. |
| ContentModerationAdminPathEntityConverterLanguageTest::$modules |
property |
core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php |
Modules to install. |
| ContentModerationConfigureEntityTypesForm |
class |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The form for editing entity types associated with a workflow. |
| ContentModerationConfigureEntityTypesForm.php |
file |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
|
| ContentModerationConfigureEntityTypesForm::$bundleInfo |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The entity type bundle information service. |
| ContentModerationConfigureEntityTypesForm::$entityType |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The entity type definition object. |
| ContentModerationConfigureEntityTypesForm::$entityTypeManager |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The entity type manager service. |
| ContentModerationConfigureEntityTypesForm::$messenger |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The Messenger service. |