ConfigEntityUpdater |
class |
core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php |
A utility class to make updating configuration entities simple. |
ConfigEntityUpdater.php |
file |
core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php |
|
ConfigEntityUpdater::$batchSize |
property |
core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php |
The number of entities to process in each batch. |
ConfigEntityUpdater::$entityTypeManager |
property |
core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php |
The entity type manager. |
ConfigEntityUpdater::create |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php |
Instantiates a new instance of this class. |
ConfigEntityUpdater::SANDBOX_KEY |
constant |
core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php |
The key used to store information in the update sandbox. |
ConfigEntityUpdater::update |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php |
Updates configuration entities as part of a Drupal update. |
ConfigEntityUpdater::__construct |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php |
ConfigEntityUpdater constructor. |
ConfigEntityUpdaterTest |
class |
core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php |
Tests \Drupal\Core\Config\Entity\ConfigEntityUpdater. |
ConfigEntityUpdaterTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php |
|
ConfigEntityUpdaterTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php |
Modules to enable. |
ConfigEntityUpdaterTest::testUpdate |
function |
core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php |
@covers ::update |
ConfigEntityUpdaterTest::testUpdateDefaultCallback |
function |
core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php |
@covers ::update |
ConfigEntityUpdaterTest::testUpdateException |
function |
core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php |
@covers ::update |
ConfigEntityUpdaterTest::testUpdateOncePerUpdateException |
function |
core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php |
@covers ::update |
ConfigFieldDefinitionTest::$entityType |
property |
core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php |
|
ConfigFieldMapper::$entity |
property |
core/modules/config_translation/src/ConfigFieldMapper.php |
Loaded entity instance to help produce the translation interface. |
ConfigFieldMapper::setEntity |
function |
core/modules/config_translation/src/ConfigFieldMapper.php |
Sets the entity instance for this mapper. |
ConfigFieldMapperTest::$entity |
property |
core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php |
The field config instance used for testing. |
ConfigFieldMapperTest::$entityTypeManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php |
The entity type manager used for testing. |
ConfigFieldMapperTest::testSetEntity |
function |
core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php |
Tests ConfigFieldMapper::setEntity(). |
ConfigImportRecreateTest::testRecreateEntity |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php |
|
ConfigImportSubscriber::$entityTypeManager |
property |
core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php |
The entity type manager. |
ConfigImportUITest::testEntityBundleDelete |
function |
core/modules/config/tests/src/Functional/ConfigImportUITest.php |
Tests the config importer cannot delete bundles with existing entities. |
ConfigInstallTest::testCollectionInstallationCollectionConfigEntity |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
Tests collections which do not support config entities install correctly. |
ConfigManager::$entityRepository |
property |
core/lib/Drupal/Core/Config/ConfigManager.php |
The entity repository. |
ConfigManager::$entityTypeManager |
property |
core/lib/Drupal/Core/Config/ConfigManager.php |
The entity type manager. |
ConfigManager::findConfigEntityDependents |
function |
core/lib/Drupal/Core/Config/ConfigManager.php |
Finds config entities that are dependent on extensions or entities. |
ConfigManager::findConfigEntityDependentsAsEntities |
function |
core/lib/Drupal/Core/Config/ConfigManager.php |
Finds config entities that are dependent on extensions or entities. |
ConfigManager::getEntityManager |
function |
core/lib/Drupal/Core/Config/ConfigManager.php |
Gets the entity manager. |
ConfigManager::getEntityTypeIdByName |
function |
core/lib/Drupal/Core/Config/ConfigManager.php |
Returns the entity type of a configuration object. |
ConfigManager::getEntityTypeManager |
function |
core/lib/Drupal/Core/Config/ConfigManager.php |
Gets the entity type manager. |
ConfigManager::loadConfigEntityByName |
function |
core/lib/Drupal/Core/Config/ConfigManager.php |
Loads a configuration entity using the configuration name. |
ConfigManagerInterface::findConfigEntityDependents |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Finds config entities that are dependent on extensions or entities. |
ConfigManagerInterface::findConfigEntityDependentsAsEntities |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Finds config entities that are dependent on extensions or entities. |
ConfigManagerInterface::getEntityManager |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Gets the entity manager. |
ConfigManagerInterface::getEntityTypeIdByName |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Returns the entity type of a configuration object. |
ConfigManagerInterface::getEntityTypeManager |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Gets the entity type manager. |
ConfigManagerInterface::loadConfigEntityByName |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Loads a configuration entity using the configuration name. |
ConfigOtherModuleTest::testInstallConfigEntityModuleFirst |
function |
core/modules/config/tests/src/Functional/ConfigOtherModuleTest.php |
Tests enabling the provider of the config entity type first. |
ConfigSingleExportForm::$entityTypeManager |
property |
core/modules/config/src/Form/ConfigSingleExportForm.php |
The entity type manager. |
ConfigSingleImportForm::$entityTypeManager |
property |
core/modules/config/src/Form/ConfigSingleImportForm.php |
The entity type manager. |
ConfigTestResourceTestBase::$entity |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
|
ConfigTestResourceTestBase::$entityTypeId |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
The tested entity type. |
ConfigTestResourceTestBase::createEntity |
function |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
Creates the entity to be tested. |
ConfigTestResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
Returns the expected normalization of the entity. |
ConfigTestResourceTestBase::getNormalizedPostEntity |
function |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php |
Returns the normalized POST entity. |
ConfigTestTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
|
ConfigTestTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
The tested entity type. |
ConfigTestTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
Creates the entity to be tested. |