EditorConfigEntityUnitTest::testCalculateDependencies |
function |
core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php |
@covers ::calculateDependencies |
EditorConfigTranslationSubscriber |
class |
core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php |
Adds configuration names to configuration mapper on POPULATE_MAPPER event. |
EditorConfigTranslationSubscriber.php |
file |
core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php |
|
EditorConfigTranslationSubscriber::$configFactory |
property |
core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php |
The config factory. |
EditorConfigTranslationSubscriber::addConfigNames |
function |
core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php |
Reacts to the populating of a configuration mapper. |
EditorConfigTranslationSubscriber::getSubscribedEvents |
function |
core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php |
|
EditorConfigTranslationSubscriber::__construct |
function |
core/modules/editor/src/EventSubscriber/EditorConfigTranslationSubscriber.php |
EditorConfigTranslationSubscriber constructor. |
editor_form_filter_admin_format_editor_configure |
function |
core/modules/editor/editor.module |
Button submit handler for filter_format_form()'s 'editor_configure' button. |
ElementInterface::setConfig |
function |
core/modules/config_translation/src/FormElement/ElementInterface.php |
Sets configuration based on a nested form value array. |
EmailAction::buildConfigurationForm |
function |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
Form constructor. |
EmailAction::defaultConfiguration |
function |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
Gets default configuration for this plugin. |
EmailAction::submitConfigurationForm |
function |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
Form submission handler. |
EmailAction::validateConfigurationForm |
function |
core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php |
Form validation handler. |
EmptyBlockForm::buildConfigurationForm |
function |
core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php |
Form constructor. |
EmptyBlockForm::submitConfigurationForm |
function |
core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php |
Form submission handler. |
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. |
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 |
Creates an instance of the plugin. |
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 |
class |
core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
Deprecated. Destination with Drupal specific config dependencies. |
EntityFieldStorageConfig.php |
file |
core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
|
EntityFieldStorageConfig.php |
file |
core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
|
EntityFieldStorageConfig::$fieldTypePluginManager |
property |
core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
The field type plugin manager. |
EntityFieldStorageConfig::calculateDependencies |
function |
core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
Calculates dependencies for the configured plugin. |
EntityFieldStorageConfig::create |
function |
core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
Creates an instance of the plugin. |
EntityFieldStorageConfig::getEntityTypeId |
function |
core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
Finds the entity type from configuration or plugin ID. |
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. |
EntityFieldStorageConfig::__construct |
function |
core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
Construct a new plugin. |
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. |