| SourceEditing::defaultConfiguration |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/SourceEditing.php |
Gets default configuration for this plugin. |
| SourceEditing::getDynamicPluginConfig |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/SourceEditing.php |
Allows a plugin to modify its static configuration. |
| SourceEditing::submitConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/SourceEditing.php |
Form submission handler. |
| SourceEditing::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/SourceEditing.php |
Form validation handler. |
| SourceEditingPluginTest::providerGetDynamicPluginConfig |
function |
core/modules/ckeditor5/tests/src/Unit/SourceEditingPluginTest.php |
Provides a list of configs to test. |
| SourceEditingPluginTest::testGetDynamicPluginConfig |
function |
core/modules/ckeditor5/tests/src/Unit/SourceEditingPluginTest.php |
Tests get dynamic plugin config. |
| StandardHooks::formInstallConfigureFormAlter |
function |
core/profiles/standard/src/Hook/StandardHooks.php |
Implements hook_form_FORM_ID_alter() for install_configure_form(). |
| StandardHooks::installConfigureSubmit |
function |
core/profiles/standard/src/Hook/StandardHooks.php |
Submission handler to sync the contact.form.feedback recipient. |
| StandardInstallerTest::testStandardConfig |
function |
core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php |
Ensures that the exported standard configuration is up to date. |
| StaticMenuLinkOverrides::$config |
property |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
The menu link overrides config object. |
| StaticMenuLinkOverrides::$configFactory |
property |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
The config factory object. |
| StaticMenuLinkOverrides::$configName |
property |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
The config name used to store the overrides. |
| StaticMenuLinkOverrides::getConfig |
function |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
Gets the configuration object when needed. |
| StorableConfigBase |
class |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
Provides a base class for configuration objects with storage support. |
| StorableConfigBase.php |
file |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
|
| StorableConfigBase::$isNew |
property |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
Whether the configuration object is new or has been saved to the storage. |
| StorableConfigBase::$originalData |
property |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
The data of the configuration object. |
| StorableConfigBase::$schemaWrapper |
property |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
The config schema wrapper object for this configuration object. |
| StorableConfigBase::$storage |
property |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
The storage used to load and save this configuration object. |
| StorableConfigBase::$typedConfigManager |
property |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
The typed config manager. |
| StorableConfigBase::castValue |
function |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
Casts the value to correct data type using the configuration schema. |
| StorableConfigBase::delete |
function |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
Deletes the configuration object. |
| StorableConfigBase::getOriginal |
function |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
Gets original data from this configuration object. |
| StorableConfigBase::getRawData |
function |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
Gets the raw data without any manipulations. |
| StorableConfigBase::getSchemaWrapper |
function |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
Gets the schema wrapper for the whole configuration object. |
| StorableConfigBase::getStorage |
function |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
Retrieves the storage used to load and save this configuration object. |
| StorableConfigBase::initWithData |
function |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
Initializes a configuration object with pre-loaded data. |
| StorableConfigBase::isNew |
function |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
Returns whether this configuration object is new. |
| StorableConfigBase::save |
function |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
Saves the configuration object. |
| StorableConfigBase::validateValue |
function |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
Validate the values are allowed data types. |
| StorageComparer::getAndSortConfigData |
function |
core/lib/Drupal/Core/Config/StorageComparer.php |
Gets and sorts configuration data from the source and target storages. |
| StorageComparerTest::$configData |
property |
core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php |
An array of test configuration data keyed by configuration name. |
| StorageComparerTest::getConfigData |
function |
core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php |
|
| StorageCopyTraitTest::testWithInvalidConfiguration |
function |
core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php |
Tests replaceStorageContents() with config with an invalid configuration. |
| StubConfigEntity |
class |
core/tests/Drupal/Tests/Core/Config/Entity/StubConfigEntity.php |
A stub extending ConfigEntityBase for testing purposes. |
| StubConfigEntity.php |
file |
core/tests/Drupal/Tests/Core/Config/Entity/StubConfigEntity.php |
|
| Style::buildConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php |
Form constructor. |
| Style::defaultConfiguration |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php |
Gets default configuration for this plugin. |
| Style::getDynamicPluginConfig |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php |
Allows a plugin to modify its static configuration. |
| Style::submitConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php |
Form submission handler. |
| Style::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php |
Form validation handler. |
| StylePluginTest::providerGetDynamicPluginConfig |
function |
core/modules/ckeditor5/tests/src/Unit/StylePluginTest.php |
Provides a list of configs to test. |
| StylePluginTest::testGetDynamicPluginConfig |
function |
core/modules/ckeditor5/tests/src/Unit/StylePluginTest.php |
Tests get dynamic plugin config. |
| StyleSerializerEntityTest::testResponseFormatConfiguration |
function |
core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php |
Tests the response format configuration. |
| SubProcessTest::$migrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/process/SubProcessTest.php |
The default migration configuration. |
| SyndicateBlock::$configFactory |
property |
core/modules/node/src/Plugin/Block/SyndicateBlock.php |
The config factory. |
| SyndicateBlock::defaultConfiguration |
function |
core/modules/node/src/Plugin/Block/SyndicateBlock.php |
|
| SysLog::$config |
property |
core/modules/syslog/src/Logger/SysLog.php |
A configuration object containing syslog settings. |
| system-config-form.html.twig |
file |
core/modules/system/templates/system-config-form.html.twig |
Default theme implementation for a system settings form. |
| system-config-form.html.twig |
file |
core/themes/stable9/templates/admin/system-config-form.html.twig |
Theme override for a system settings form. |