ContentEntityFormInterface::setFormDisplay |
function |
core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php |
Sets the form display. |
ContentEntityHasChangesTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php |
|
ContentEntityNonRevisionableFieldTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php |
|
ContentEntityNormalizerTest::setUp |
function |
core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php |
|
ContentEntityStorageBase::resetCache |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Resets the entity cache. |
ContentEntityStorageBase::setPersistentCache |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Stores entities in the persistent cache backend. |
ContentEntityStorageBaseTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityStorageBaseTest.php |
@coversDefaultClass \Drupal\Core\Entity\ContentEntityStorageBase |
ContentEntityStorageBaseTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityStorageBaseTest.php |
|
ContentEntityStorageBaseTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityStorageBaseTest.php |
|
ContentEntityStorageBaseTest::providerTestCreate |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityStorageBaseTest.php |
Provides test data for testCreate(). |
ContentEntityStorageBaseTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityStorageBaseTest.php |
|
ContentEntityStorageBaseTest::testCreate |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityStorageBaseTest.php |
@covers ::create |
ContentEntityStorageBaseTest::testReCreate |
function |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityStorageBaseTest.php |
@covers ::create |
ContentEntityTest::setUp |
function |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php |
|
ContentEntityTest::setUp |
function |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
|
ContentEntityType::setRevisionMetadataKey |
function |
core/lib/Drupal/Core/Entity/ContentEntityType.php |
|
ContentEntityTypeInterface::setRevisionMetadataKey |
function |
core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php |
Sets a revision metadata key. |
ContentImportTest::setUp |
function |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php |
|
ContentLanguageSettings |
class |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Defines the ContentLanguageSettings entity. |
ContentLanguageSettings.php |
file |
core/modules/language/src/Entity/ContentLanguageSettings.php |
|
ContentLanguageSettings::$default_langcode |
property |
core/modules/language/src/Entity/ContentLanguageSettings.php |
The default language code. |
ContentLanguageSettings::$id |
property |
core/modules/language/src/Entity/ContentLanguageSettings.php |
The id. Combination of $target_entity_type_id.$target_bundle. |
ContentLanguageSettings::$language_alterable |
property |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Indicates if the language is alterable or not. |
ContentLanguageSettings::$target_bundle |
property |
core/modules/language/src/Entity/ContentLanguageSettings.php |
The bundle (machine name). |
ContentLanguageSettings::$target_entity_type_id |
property |
core/modules/language/src/Entity/ContentLanguageSettings.php |
The entity type ID (machine name). |
ContentLanguageSettings::calculateDependencies |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
|
ContentLanguageSettings::getAllValidDefaultLangcodes |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Returns all valid values for the `default_langcode` property. |
ContentLanguageSettings::getDefaultLangcode |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
|
ContentLanguageSettings::getTargetBundle |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
|
ContentLanguageSettings::getTargetEntityTypeId |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
|
ContentLanguageSettings::id |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
|
ContentLanguageSettings::isDefaultConfiguration |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
|
ContentLanguageSettings::isLanguageAlterable |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
|
ContentLanguageSettings::loadByEntityTypeBundle |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Loads a content language config entity based on the entity type and bundle. |
ContentLanguageSettings::preSave |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
|
ContentLanguageSettings::setDefaultLangcode |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
|
ContentLanguageSettings::setLanguageAlterable |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
|
ContentLanguageSettings::setTargetBundle |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
|
ContentLanguageSettings::__construct |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Constructs a ContentLanguageSettings object. |
ContentLanguageSettingsException |
class |
core/modules/language/src/ContentLanguageSettingsException.php |
Exception thrown by ContentLanguageSettings when target bundle is not set. |
ContentLanguageSettingsException.php |
file |
core/modules/language/src/ContentLanguageSettingsException.php |
|
ContentLanguageSettingsForm |
class |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
Configure the content language settings for this site. |
ContentLanguageSettingsForm.php |
file |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
|
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. |
ContentLanguageSettingsForm::$moduleHandler |
property |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
The module handler. |
ContentLanguageSettingsForm::$multipleCapable |
property |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
If this validator can handle multiple arguments. |
ContentLanguageSettingsForm::buildForm |
function |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
|
ContentLanguageSettingsForm::create |
function |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
|
ContentLanguageSettingsForm::getFormId |
function |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
|