CKEditor::buildConfigurationForm |
function |
core/modules/ckeditor/src/Plugin/Editor/CKEditor.php |
|
CKEditor::submitConfigurationForm |
function |
core/modules/ckeditor/src/Plugin/Editor/CKEditor.php |
|
CKEditor::validateConfigurationForm |
function |
core/modules/ckeditor/src/Plugin/Editor/CKEditor.php |
|
ComplexTestType::defaultConfiguration |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/ComplexTestType.php |
|
ComplexTestTypeConfigureForm::buildConfigurationForm |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeConfigureForm.php |
|
ComplexTestTypeConfigureForm::submitConfigurationForm |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeConfigureForm.php |
|
ComplexTestTypeStateForm::buildConfigurationForm |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeStateForm.php |
|
ComplexTestTypeTransitionForm::buildConfigurationForm |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeTransitionForm.php |
|
ConditionPluginBase::buildConfigurationForm |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
|
ConditionPluginBase::defaultConfiguration |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
|
ConditionPluginBase::getConfiguration |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
|
ConditionPluginBase::setConfiguration |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
|
ConditionPluginBase::submitConfigurationForm |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
|
ConditionPluginBase::validateConfigurationForm |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
|
ConditionPluginCollection::getConfiguration |
function |
core/lib/Drupal/Core/Condition/ConditionPluginCollection.php |
|
ConfigDependencyManagerTest::testNoConfiguration |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigDependencyManagerTest.php |
|
ConfigImporter::$processedConfiguration |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
List of configuration file changes processed by the import(). |
ConfigImporter::$totalConfigurationToProcess |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The total number of configuration objects to process. |
ConfigImporter::getNextConfigurationOperation |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Gets the next configuration operation to perform. |
ConfigImporter::getProcessedConfiguration |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Gets list of processed changes. |
ConfigImporter::getUnprocessedConfiguration |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Gets a list of unprocessed changes for a given operation. |
ConfigImporter::hasUnprocessedConfigurationChanges |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Checks if there are any unprocessed configuration changes. |
ConfigImporter::processConfiguration |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Processes a configuration change. |
ConfigImporter::processConfigurations |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Processes configuration as a batch operation. |
ConfigImporter::setProcessedConfiguration |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Sets a change as processed. |
ConfigInstaller::checkConfigurationToInstall |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
|
ConfigInstaller::checkConfigurationToInstall |
function |
core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php |
|
ConfigInstaller::createConfiguration |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Creates configuration in a collection based on the provided list. |
ConfigInstaller::findPreExistingConfiguration |
function |
core/lib/Drupal/Core/Config/ConfigInstaller.php |
Finds pre-existing configuration objects for the provided extension. |
ConfigInstallerInterface::checkConfigurationToInstall |
function |
core/lib/Drupal/Core/Config/ConfigInstallerInterface.php |
Checks the configuration that will be installed for an extension. |
ConfigSingleExportForm::findConfiguration |
function |
core/modules/config/src/Form/ConfigSingleExportForm.php |
Handles switching the configuration type selector. |
ConfigSingleExportForm::updateConfigurationType |
function |
core/modules/config/src/Form/ConfigSingleExportForm.php |
Handles switching the configuration type selector. |
ConfigSingleImportExportTest::testImportSimpleConfiguration |
function |
core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php |
Tests importing a simple configuration file. |
ConfigTest::testFileConfigurationPage |
function |
core/modules/system/tests/src/Functional/File/ConfigTest.php |
Tests file configuration page. |
ConfigTranslationUiTest::testAccountSettingsConfigurationTranslation |
function |
core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php |
Tests the account settings translation interface. |
ConfigurableActionBase::defaultConfiguration |
function |
core/lib/Drupal/Core/Action/ConfigurableActionBase.php |
|
ConfigurableActionBase::getConfiguration |
function |
core/lib/Drupal/Core/Action/ConfigurableActionBase.php |
|
ConfigurableActionBase::setConfiguration |
function |
core/lib/Drupal/Core/Action/ConfigurableActionBase.php |
|
ConfigurableActionBase::validateConfigurationForm |
function |
core/lib/Drupal/Core/Action/ConfigurableActionBase.php |
|
ConfigurableImageEffectBase::submitConfigurationForm |
function |
core/modules/image/src/ConfigurableImageEffectBase.php |
|
ConfigurableImageEffectBase::validateConfigurationForm |
function |
core/modules/image/src/ConfigurableImageEffectBase.php |
|
ConfigurableInterface::defaultConfiguration |
function |
core/lib/Drupal/Component/Plugin/ConfigurableInterface.php |
Gets default configuration for this plugin. |
ConfigurableInterface::getConfiguration |
function |
core/lib/Drupal/Component/Plugin/ConfigurableInterface.php |
Gets this plugin's configuration. |
ConfigurableInterface::setConfiguration |
function |
core/lib/Drupal/Component/Plugin/ConfigurableInterface.php |
Sets the configuration for this plugin instance. |
ConfigurableLanguageManager::loadLanguageTypesConfiguration |
function |
core/modules/language/src/ConfigurableLanguageManager.php |
Retrieves language types from the configuration storage. |
ConfigurableLanguageManager::saveLanguageTypesConfiguration |
function |
core/modules/language/src/ConfigurableLanguageManager.php |
Stores language types configuration. |
ConfigurableLanguageManagerInterface::saveLanguageTypesConfiguration |
function |
core/modules/language/src/ConfigurableLanguageManagerInterface.php |
Stores language types configuration. |
ConfigurablePlugin::defaultConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
|
ConfigurablePlugin::getConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
|
ConfigurablePlugin::setConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
|