ConfigSchemaChecker::onConfigSave |
function |
core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php |
Checks that configuration complies with its schema on config save. |
ConfigSchemaChecker::__construct |
function |
core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php |
Constructs the ConfigSchemaChecker object. |
ConfigSchemaDeprecationTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaDeprecationTest.php |
Tests config schema deprecation. |
ConfigSchemaDeprecationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaDeprecationTest.php |
|
ConfigSchemaDeprecationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaDeprecationTest.php |
Modules to enable. |
ConfigSchemaDeprecationTest::testConfigSchemaDeprecation |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaDeprecationTest.php |
Tests config schema deprecation. |
ConfigSchemaDiscovery |
class |
core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php |
Allows YAML files to define config schema types. |
ConfigSchemaDiscovery.php |
file |
core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php |
|
ConfigSchemaDiscovery::$schemaStorage |
property |
core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php |
A storage instance for reading configuration schema data. |
ConfigSchemaDiscovery::getDefinitions |
function |
core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php |
Gets the definition of all plugins for this type. |
ConfigSchemaDiscovery::__construct |
function |
core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php |
Constructs a ConfigSchemaDiscovery object. |
ConfigSchemaTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests schema for configuration objects. |
ConfigSchemaTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
|
ConfigSchemaTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Modules to enable. |
ConfigSchemaTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
|
ConfigSchemaTest::testColonsInSchemaTypeDetermination |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests use of colons in schema type determination. |
ConfigSchemaTest::testConfigSaveMappingSort |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Test configuration value data type enforcement using schemas. |
ConfigSchemaTest::testConfigSaveWithSchema |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests configuration value data type enforcement using schemas. |
ConfigSchemaTest::testConfigSaveWithSequenceSorting |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests configuration sequence sorting using schemas. |
ConfigSchemaTest::testConfigSaveWithWrappingSchema |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests saving config when the type is wrapped by a dynamic type. |
ConfigSchemaTest::testConfigSaveWithWrappingSchemaDoubleBrackets |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests dynamic config schema type with multiple sub-key references. |
ConfigSchemaTest::testConfigSchemaInfoAlter |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests hook_config_schema_info_alter(). |
ConfigSchemaTest::testSchemaData |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests metadata applied to configuration objects. |
ConfigSchemaTest::testSchemaFallback |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests fallback to a greedy wildcard. |
ConfigSchemaTest::testSchemaMapping |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests the basic metadata retrieval layer. |
ConfigSchemaTest::testSchemaMappingWithParents |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests metadata retrieval with several levels of %parent indirection. |
ConfigSingleExportForm |
class |
core/modules/config/src/Form/ConfigSingleExportForm.php |
Provides a form for exporting a single configuration file. |
ConfigSingleExportForm.php |
file |
core/modules/config/src/Form/ConfigSingleExportForm.php |
|
ConfigSingleExportForm::$configStorage |
property |
core/modules/config/src/Form/ConfigSingleExportForm.php |
The config storage. |
ConfigSingleExportForm::$definitions |
property |
core/modules/config/src/Form/ConfigSingleExportForm.php |
Tracks the valid config entity type definitions. |
ConfigSingleExportForm::$entityTypeManager |
property |
core/modules/config/src/Form/ConfigSingleExportForm.php |
The entity type manager. |
ConfigSingleExportForm::buildForm |
function |
core/modules/config/src/Form/ConfigSingleExportForm.php |
Form constructor. |
ConfigSingleExportForm::create |
function |
core/modules/config/src/Form/ConfigSingleExportForm.php |
Instantiates a new instance of this class. |
ConfigSingleExportForm::findConfiguration |
function |
core/modules/config/src/Form/ConfigSingleExportForm.php |
Handles switching the configuration type selector. |
ConfigSingleExportForm::getFormId |
function |
core/modules/config/src/Form/ConfigSingleExportForm.php |
Returns a unique string identifying the form. |
ConfigSingleExportForm::submitForm |
function |
core/modules/config/src/Form/ConfigSingleExportForm.php |
Form submission handler. |
ConfigSingleExportForm::updateConfigurationType |
function |
core/modules/config/src/Form/ConfigSingleExportForm.php |
Handles switching the configuration type selector. |
ConfigSingleExportForm::updateExport |
function |
core/modules/config/src/Form/ConfigSingleExportForm.php |
Handles switching the export textarea. |
ConfigSingleExportForm::__construct |
function |
core/modules/config/src/Form/ConfigSingleExportForm.php |
Constructs a new ConfigSingleImportForm. |
ConfigSingleImportExportTest |
class |
core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php |
Tests the user interface for importing/exporting a single configuration. |
ConfigSingleImportExportTest.php |
file |
core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php |
|
ConfigSingleImportExportTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php |
The theme to install as the default for testing. |
ConfigSingleImportExportTest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php |
Modules to enable. |
ConfigSingleImportExportTest::setUp |
function |
core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php |
|
ConfigSingleImportExportTest::testExport |
function |
core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php |
Tests exporting a single configuration file. |
ConfigSingleImportExportTest::testImport |
function |
core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php |
Tests importing a single configuration file. |
ConfigSingleImportExportTest::testImportSimpleConfiguration |
function |
core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php |
Tests importing a simple configuration file. |
ConfigSingleImportForm |
class |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Provides a form for importing a single configuration file. |
ConfigSingleImportForm.php |
file |
core/modules/config/src/Form/ConfigSingleImportForm.php |
|
ConfigSingleImportForm::$configExists |
property |
core/modules/config/src/Form/ConfigSingleImportForm.php |
If the config exists, this is that object. Otherwise, FALSE. |