| ConfigBase::getName |
function |
core/lib/Drupal/Core/Config/ConfigBase.php |
Returns the name of this configuration object. |
| ConfigBase::MAX_NAME_LENGTH |
constant |
core/lib/Drupal/Core/Config/ConfigBase.php |
The maximum length of a configuration object name. |
| ConfigBase::setName |
function |
core/lib/Drupal/Core/Config/ConfigBase.php |
Sets the name of this configuration object. |
| ConfigBase::validateName |
function |
core/lib/Drupal/Core/Config/ConfigBase.php |
Validates the configuration object name. |
| ConfigCollectionEvents::RENAME_IN_COLLECTION |
constant |
core/lib/Drupal/Core/Config/ConfigCollectionEvents.php |
Event dispatched when renaming configuration not in the default collection. |
| ConfigCollectionInfo::getCollectionNames |
function |
core/lib/Drupal/Core/Config/ConfigCollectionInfo.php |
Gets the list of possible collection names. |
| ConfigCRUDTest::testNameValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php |
Tests the validation of configuration object names. |
| ConfigEntityBase::getConfigDependencyName |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Gets the configuration dependency name. |
| ConfigEntityDependency::$name |
property |
core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php |
The configuration entity's configuration object name. |
| ConfigEntityDependency::getConfigDependencyName |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php |
Gets the configuration entity's configuration dependency name. |
| ConfigEntityMapper::getOverviewRouteName |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
|
| ConfigEntityMapper::getTypeName |
function |
core/modules/config_translation/src/ConfigEntityMapper.php |
|
| ConfigEntityMapperTest::testGetTypeName |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::getTypeName(). |
| ConfigEntityStorage::getIDFromConfigName |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Extracts the configuration entity ID from the full configuration name. |
| ConfigEntityStorage::getQueryServiceName |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Gets the name of the service for the query for this entity storage. |
| ConfigEntityStorage::importRename |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php |
Renames entities upon synchronizing configuration changes. |
| ConfigEntityStorageInterface::getIDFromConfigName |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php |
Extracts the configuration entity ID from the full configuration name. |
| ConfigEntityStorageTest::testSaveRename |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php |
Tests save rename. |
| ConfigEntityValidationTestBase::getMachineNameConstraints |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php |
Returns the validation constraints applied to the entity's ID. |
| ConfigEntityValidationTestBase::providerInvalidMachineNameCharacters |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php |
Data provider for ::testInvalidMachineNameCharacters(). |
| ConfigEntityValidationTestBase::testInvalidMachineNameCharacters |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php |
Tests that the entity's ID is tested for invalid characters. |
| ConfigEntityValidationTestBase::testMachineNameLength |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php |
Tests that the entity ID's length is validated if it is a machine name. |
| ConfigEvents::RENAME |
constant |
core/lib/Drupal/Core/Config/ConfigEvents.php |
Name of the event fired when renaming a configuration object. |
| ConfigEventsTest::testConfigRenameEvent |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php |
Tests configuration rename event that is fired from the ConfigFactory. |
| ConfigExportImportUITest::$fieldName |
property |
core/modules/config/tests/src/Functional/ConfigExportImportUITest.php |
Holds the randomly-generated name of a field. |
| ConfigExportTest::$blockNamePrefix |
property |
core/modules/config/tests/src/FunctionalJavascript/ConfigExportTest.php |
A prefix string used in naming the test blocks. |
| ConfigFactory::rename |
function |
core/lib/Drupal/Core/Config/ConfigFactory.php |
Renames a configuration object using the storage. |
| ConfigFactoryInterface::rename |
function |
core/lib/Drupal/Core/Config/ConfigFactoryInterface.php |
Renames a configuration object using the storage. |
| ConfigFactoryOverrideBase::onConfigRename |
function |
core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php |
Actions to be performed to configuration override on configuration rename. |
| ConfigFactoryTest::testRename |
function |
core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php |
Tests rename. |
| ConfigFieldMapper::getOverviewRouteName |
function |
core/modules/config_translation/src/ConfigFieldMapper.php |
|
| ConfigFormBaseTrait::getEditableConfigNames |
function |
core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php |
Gets the configuration names that will be editable. |
| ConfigImporter::importInvokeRename |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Imports a configuration entity rename. |
| ConfigImporter::LOCK_NAME |
constant |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The name used to identify the lock. |
| ConfigImportRenameValidationTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php |
Tests validating renamed configuration in a configuration import. |
| ConfigImportRenameValidationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php |
|
| ConfigImportRenameValidationTest::$configImporter |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php |
Config Importer object used for testing. |
| ConfigImportRenameValidationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php |
Modules to install. |
| ConfigImportRenameValidationTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php |
|
| ConfigImportRenameValidationTest::testRenameSimpleConfigValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php |
Tests configuration renaming validation for simple configuration. |
| ConfigImportRenameValidationTest::testRenameValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php |
Tests configuration renaming validation. |
| ConfigImportSubscriber::getNames |
function |
core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php |
Gets human readable extension names. |
| ConfigImportUITest::prepareSiteNameUpdate |
function |
core/modules/config/tests/src/Functional/ConfigImportUITest.php |
Prepares a site name update by modifying the synchronized configuration. |
| ConfigLanguageOverrideWebTest::testSiteNameTranslation |
function |
core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php |
Tests translating the site name. |
| ConfigManager::getEntityTypeIdByName |
function |
core/lib/Drupal/Core/Config/ConfigManager.php |
Returns the entity type of a configuration object. |
| ConfigManager::loadConfigEntityByName |
function |
core/lib/Drupal/Core/Config/ConfigManager.php |
Loads a configuration entity using the configuration name. |
| ConfigManagerInterface::getEntityTypeIdByName |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Returns the entity type of a configuration object. |
| ConfigManagerInterface::loadConfigEntityByName |
function |
core/lib/Drupal/Core/Config/ConfigManagerInterface.php |
Loads a configuration entity using the configuration name. |
| ConfigMapperInterface::addConfigName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Adds the given configuration name to the list of names. |
| ConfigMapperInterface::getAddRouteName |
function |
core/modules/config_translation/src/ConfigMapperInterface.php |
Returns route name for the translation add form route. |