| EnabledConfigurablePluginsConstraint::$message |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraint.php |
The default violation message. |
| EnabledConfigurablePluginsConstraintValidator |
class |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php |
Enabled configurable plugin settings validator. |
| EnabledConfigurablePluginsConstraintValidator.php |
file |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php |
|
| EnabledConfigurablePluginsConstraintValidator::getConfigurableEnabledDefinitions |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php |
Gets all configurable CKEditor 5 plugin definitions that are enabled. |
| EnabledConfigurablePluginsConstraintValidator::validate |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php |
|
| entity.bundle_config_import_validator |
service |
core/core.services.yml |
Drupal\Core\Entity\Event\BundleConfigImportValidate |
| entity.query.config |
service |
core/core.services.yml |
Drupal\Core\Config\Entity\Query\QueryFactory |
| EntityBase::getConfigDependencyKey |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the key that is used to store configuration dependencies. |
| EntityBase::getConfigDependencyName |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the configuration dependency name. |
| EntityBase::getConfigTarget |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets the configuration target identifier for the entity. |
| EntityBundle::buildConfigurationForm |
function |
core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php |
Form constructor. |
| EntityBundle::defaultConfiguration |
function |
core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php |
Gets default configuration for this plugin. |
| EntityBundle::submitConfigurationForm |
function |
core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php |
Form submission handler. |
| EntityBundleEntityTest::testWithConfigBundleEntity |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityBundleEntityTest.php |
Tests an entity type with config entities for bundles. |
| EntityCloneConfigActionTest |
class |
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php |
Tests Entity Clone Config Action. |
| EntityCloneConfigActionTest.php |
file |
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php |
|
| EntityCloneConfigActionTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php |
Modules to install. |
| EntityCloneConfigActionTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php |
|
| EntityCloneConfigActionTest::testCloneWithWildcards |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php |
Tests wildcard support, which allows positional tokens in the clone's ID. |
| EntityCloneConfigActionTest::testErrorIfOriginalDoesNotExist |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php |
Tests error if original entity does not exist. |
| EntityCloneConfigActionTest::testFailIfEntityExists |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php |
Tests that the action can be configured to fail if the clone exists. |
| EntityCloneConfigActionTest::testNoErrorWithExistingEntity |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php |
Tests no error is thrown when an entity with the same ID already exists. |
| EntityCloneConfigActionTest::testSuccessfulClone |
function |
core/tests/Drupal/KernelTests/Core/Recipe/EntityCloneConfigActionTest.php |
Tests successful clone. |
| EntityConfigBase |
class |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Base destination class for importing configuration entities. |
| EntityConfigBase.php |
file |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
|
| EntityConfigBase::$configFactory |
property |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
The configuration factory. |
| EntityConfigBase::$languageManager |
property |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
The language manager. |
| EntityConfigBase::create |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Instantiates a new instance of the implementing class using autowiring. |
| EntityConfigBase::generateId |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Generates an entity ID. |
| EntityConfigBase::getIds |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Gets the destination IDs. |
| EntityConfigBase::import |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Import the row. |
| EntityConfigBase::isTranslationDestination |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Get whether this destination is for translations. |
| EntityConfigBase::rollback |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Delete the specified destination object from the target Drupal. |
| EntityConfigBase::updateEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Updates an entity with the contents of a row. |
| EntityConfigBase::updateEntityProperty |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Updates a (possible nested) entity property with a value. |
| EntityConfigBase::__construct |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php |
Construct a new entity. |
| EntityContextTypedDataTest::testValidateConfigEntityContext |
function |
core/tests/Drupal/KernelTests/Core/Plugin/EntityContextTypedDataTest.php |
Tests that entity contexts wrapping a config entity can be validated. |
| EntityDeleteForm::getConfigManager |
function |
core/lib/Drupal/Core/Entity/EntityDeleteForm.php |
Gets the configuration manager. |
| EntityDeleteForm::getConfigNamesToDelete |
function |
core/lib/Drupal/Core/Entity/EntityDeleteForm.php |
Returns config names to delete for the deletion confirmation form. |
| EntityDisplayTest::testExtraFieldComponentInitialInvalidConfig |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests the behavior of an extra field component with initial invalid values. |
| EntityFieldStorageConfig |
class |
core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
Provides destination plugin for field_storage_config configuration entities. |
| EntityFieldStorageConfig.php |
file |
core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
|
| EntityFieldStorageConfig::getIds |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
Gets the destination IDs. |
| EntityFieldStorageConfig::rollback |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
Delete the specified destination object from the target Drupal. |
| EntityInterface::getConfigDependencyKey |
function |
core/lib/Drupal/Core/Entity/EntityInterface.php |
Gets the key that is used to store configuration dependencies. |
| EntityInterface::getConfigDependencyName |
function |
core/lib/Drupal/Core/Entity/EntityInterface.php |
Gets the configuration dependency name. |
| EntityInterface::getConfigTarget |
function |
core/lib/Drupal/Core/Entity/EntityInterface.php |
Gets the configuration target identifier for the entity. |
| EntityLinkSuggestions::buildConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/EntityLinkSuggestions.php |
Form constructor. |
| EntityLinkSuggestions::defaultConfiguration |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/EntityLinkSuggestions.php |
Gets default configuration for this plugin. |
| EntityLinkSuggestions::getDynamicPluginConfig |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/EntityLinkSuggestions.php |
Allows a plugin to modify its static configuration. |