| ConfigSchemaTest::testLangcodeRequiredIfTranslatableValuesConstraintError |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php |
Tests exception is thrown for the root object. |
| 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. |
| ConfigSchemaTestHooks |
class |
core/modules/config/tests/config_schema_test/src/Hook/ConfigSchemaTestHooks.php |
Hook implementations for config_schema_test. |
| ConfigSchemaTestHooks.php |
file |
core/modules/config/tests/config_schema_test/src/Hook/ConfigSchemaTestHooks.php |
|
| ConfigSchemaTestHooks::configSchemaInfoAlter |
function |
core/modules/config/tests/config_schema_test/src/Hook/ConfigSchemaTestHooks.php |
Implements hook_config_schema_info_alter(). |
| 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 |
|
| ConfigSingleExportForm::create |
function |
core/modules/config/src/Form/ConfigSingleExportForm.php |
|
| 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 |
|
| ConfigSingleExportForm::submitForm |
function |
core/modules/config/src/Form/ConfigSingleExportForm.php |
|
| 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 |
|
| ConfigSingleImportExportTest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php |
|
| 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. |
| ConfigSingleImportForm::$data |
property |
core/modules/config/src/Form/ConfigSingleImportForm.php |
The submitted data needing to be confirmed. |
| ConfigSingleImportForm::buildForm |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
|
| ConfigSingleImportForm::create |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
|
| ConfigSingleImportForm::getCancelUrl |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
|
| ConfigSingleImportForm::getFormId |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
|
| ConfigSingleImportForm::getQuestion |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
|
| ConfigSingleImportForm::submitForm |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
|
| ConfigSingleImportForm::validateForm |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
|
| ConfigSingleImportForm::__construct |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Constructs a new ConfigSingleImportForm. |
| ConfigSnapshotSubscriber |
class |
core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php |
Create a snapshot when config is imported. |
| ConfigSnapshotSubscriber.php |
file |
core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php |
|
| ConfigSnapshotSubscriber::$configManager |
property |
core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php |
The configuration manager. |
| ConfigSnapshotSubscriber::$snapshotStorage |
property |
core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php |
The snapshot storage used to write configuration changes. |
| ConfigSnapshotSubscriber::$sourceStorage |
property |
core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php |
The source storage used to discover configuration changes. |
| ConfigSnapshotSubscriber::getSubscribedEvents |
function |
core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php |
Registers the methods in this class that should be listeners. |
| ConfigSnapshotSubscriber::onConfigImporterImport |
function |
core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php |
Creates a config snapshot. |
| ConfigSnapshotSubscriber::__construct |
function |
core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php |
Constructs the ConfigSnapshotSubscriber object. |
| ConfigSnapshotTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php |
Tests config snapshot creation and updating. |