BundleConfigImportValidate |
class |
core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php |
Entity config importer validation event subscriber. |
BundleConfigImportValidate.php |
file |
core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php |
|
BundleConfigImportValidate::$configManager |
property |
core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php |
The config manager. |
BundleConfigImportValidate::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php |
The entity type manager service. |
BundleConfigImportValidate::onConfigImporterValidate |
function |
core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php |
Ensures bundles that will be deleted are not in use. |
BundleConfigImportValidate::__construct |
function |
core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php |
Constructs the event subscriber. |
cache.config |
service |
core/core.services.yml |
Drupal\Core\Cache\CacheBackendInterface |
CacheabilityMetadataConfigOverride |
class |
core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php |
Test implementation of a config override that provides cacheability metadata. |
CacheabilityMetadataConfigOverride.php |
file |
core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php |
|
CacheabilityMetadataConfigOverride::createConfigObject |
function |
core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php |
Creates a configuration object for use during install and synchronization. |
CacheabilityMetadataConfigOverride::getCacheableMetadata |
function |
core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php |
Gets the cacheability metadata associated with the config factory override. |
CacheabilityMetadataConfigOverride::getCacheSuffix |
function |
core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php |
The string to append to the configuration static cache name. |
CacheabilityMetadataConfigOverride::loadOverrides |
function |
core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php |
Returns config overrides. |
CacheabilityMetadataConfigOverrideIntegrationTest |
class |
core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php |
Tests if configuration overrides correctly affect cacheability metadata. |
CacheabilityMetadataConfigOverrideIntegrationTest.php |
file |
core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php |
|
CacheabilityMetadataConfigOverrideIntegrationTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php |
The theme to install as the default for testing. |
CacheabilityMetadataConfigOverrideIntegrationTest::$modules |
property |
core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php |
Modules to install. |
CacheabilityMetadataConfigOverrideIntegrationTest::setUp |
function |
core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php |
|
CacheabilityMetadataConfigOverrideIntegrationTest::testConfigOverride |
function |
core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php |
Tests if config overrides correctly set cacheability metadata. |
CacheabilityMetadataConfigOverrideTest |
class |
core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php |
Tests if configuration overrides correctly affect cacheability metadata. |
CacheabilityMetadataConfigOverrideTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php |
|
CacheabilityMetadataConfigOverrideTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php |
Modules to install. |
CacheabilityMetadataConfigOverrideTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php |
|
CacheabilityMetadataConfigOverrideTest::testConfigEntityOverride |
function |
core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php |
Tests if config overrides set cacheability metadata on config entities. |
CacheabilityMetadataConfigOverrideTest::testConfigOverride |
function |
core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php |
Tests if config overrides correctly set cacheability metadata. |
cache_context.config_override_integration_test |
service |
core/modules/config/tests/config_override_integration_test/config_override_integration_test.services.yml |
Drupal\config_override_integration_test\Cache\ConfigOverrideIntegrationTestCacheContext |
ChangeUserRoleBase::buildConfigurationForm |
function |
core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php |
Form constructor. |
ChangeUserRoleBase::defaultConfiguration |
function |
core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php |
Gets default configuration for this plugin. |
ChangeUserRoleBase::submitConfigurationForm |
function |
core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php |
Form submission handler. |
CheckpointStorage::CONFIG_COLLECTION_KEY |
constant |
core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php |
Used to store the list of collections in each checkpoint. |
CheckpointStorage::getOriginalConfig |
function |
core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php |
Gets the original data from the configuration. |
CheckpointStorage::onConfigRename |
function |
core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php |
Updates checkpoint when configuration is saved. |
CheckpointStorage::onConfigSaveAndDelete |
function |
core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php |
Updates checkpoint when configuration is saved. |
CheckpointStorageTest::getConfigImporter |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php |
Gets the configuration importer. |
CheckpointStorageTest::setRandomFixtureConfig |
function |
core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php |
Generate random config in the memory storage. |
CheckpointStorageTest::testConfigCreate |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php |
Tests the create operation of checkpoint storage. |
CheckpointStorageTest::testConfigDelete |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php |
Tests the delete operation of checkpoint storage. |
CheckpointStorageTest::testConfigRename |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php |
Tests the rename operation of checkpoint storage. |
CheckpointStorageTest::testConfigSaveAndRead |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php |
Tests the save and read operations of checkpoint storage. |
CKEditor4To5Upgrade::$cke5_plugin_elements_subset_configuration |
property |
core/modules/ckeditor5/src/Annotation/CKEditor4To5Upgrade.php |
The CKEditor 5 plugins with configurable subset with upgrade path provided. |
CKEditor4To5UpgradePluginInterface::computeCKEditor5PluginSubsetConfiguration |
function |
core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php |
Computes elements subset configuration for CKEditor 5 plugin. |
CKEditor4To5UpgradePluginInterface::mapCKEditor4SettingsToCKEditor5Configuration |
function |
core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php |
Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed. |
CKEditor4To5UpgradePluginManager::$cke5SubsetConfigurationMap |
property |
core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php |
A map of CKEditor 5 plugins with configurable subset to upgrade plugin ID. |
CKEditor4To5UpgradePluginManager::computeCKEditor5PluginSubsetConfiguration |
function |
core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php |
Computes elements subset configuration for CKEditor 5 plugin. |
CKEditor4To5UpgradePluginManager::mapCKEditor4SettingsToCKEditor5Configuration |
function |
core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php |
Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed. |
CKEditor5::buildConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php |
Form constructor. |
CKEditor5::submitConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php |
Form submission handler. |
CKEditor5::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php |
Form validation handler. |
CKEditor5AspectsOfCKEditor5Plugin::$config |
property |
core/modules/ckeditor5/src/Annotation/CKEditor5AspectsOfCKEditor5Plugin.php |
A keyed array of additional values for the CKEditor 5 configuration. |
Ckeditor5Hooks::configSchemaInfoAlter |
function |
core/modules/ckeditor5/src/Hook/Ckeditor5Hooks.php |
Implements hook_config_schema_info_alter(). |