| ConfigHandler::submitForm |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandler.php |
Form submission handler. |
| ConfigHandler::validateForm |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandler.php |
Form validation handler. |
| ConfigHandler::__construct |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandler.php |
Constructs a new ConfigHandler object. |
| ConfigHandlerExtra |
class |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php |
Provides a form for configuring extra information for a Views UI item. |
| ConfigHandlerExtra.php |
file |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php |
|
| ConfigHandlerExtra::buildForm |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php |
Form constructor. |
| ConfigHandlerExtra::getForm |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php |
Creates a new instance of this form. |
| ConfigHandlerExtra::getFormId |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php |
Returns a unique string identifying the form. |
| ConfigHandlerExtra::getFormKey |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php |
Returns the key that represents this form. |
| ConfigHandlerExtra::submitForm |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php |
Form submission handler. |
| ConfigHandlerExtra::validateForm |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php |
Form validation handler. |
| ConfigHandlerExtra::__construct |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php |
Constructs a new ConfigHandlerExtra object. |
| ConfigHandlerGroup |
class |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php |
Provides a form for configuring grouping information for a Views UI handler. |
| ConfigHandlerGroup.php |
file |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php |
|
| ConfigHandlerGroup::buildForm |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php |
Form constructor. |
| ConfigHandlerGroup::getForm |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php |
Creates a new instance of this form. |
| ConfigHandlerGroup::getFormId |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php |
Returns a unique string identifying the form. |
| ConfigHandlerGroup::getFormKey |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php |
Returns the key that represents this form. |
| ConfigHandlerGroup::submitForm |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php |
Form submission handler. |
| ConfigHandlerGroup::__construct |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php |
Constructs a new ConfigHandlerGroup object. |
| ConfigImportAllTest |
class |
core/modules/config/tests/src/Functional/ConfigImportAllTest.php |
Tests the largest configuration import possible with all available modules. |
| ConfigImportAllTest.php |
file |
core/modules/config/tests/src/Functional/ConfigImportAllTest.php |
|
| ConfigImportAllTest::$profile |
property |
core/modules/config/tests/src/Functional/ConfigImportAllTest.php |
The profile to install as a basis for testing. |
| ConfigImportAllTest::$webUser |
property |
core/modules/config/tests/src/Functional/ConfigImportAllTest.php |
A user with the 'synchronize configuration' permission. |
| ConfigImportAllTest::setUp |
function |
core/modules/config/tests/src/Functional/ConfigImportAllTest.php |
|
| ConfigImportAllTest::testInstallUninstall |
function |
core/modules/config/tests/src/Functional/ConfigImportAllTest.php |
Tests that a fixed set of modules can be installed and uninstalled. |
| ConfigImporter |
class |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Defines a configuration importer. |
| ConfigImporter.php |
file |
core/lib/Drupal/Core/Config/ConfigImporter.php |
|
| ConfigImporter::$configManager |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The configuration manager. |
| ConfigImporter::$errors |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
A log of any errors encountered. |
| ConfigImporter::$eventDispatcher |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The event dispatcher used to notify subscribers. |
| ConfigImporter::$extensionChangelist |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
List of extension changes to be processed by the import(). |
| ConfigImporter::$lock |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The used lock backend instance. |
| ConfigImporter::$moduleExtensionList |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The module extension list. |
| ConfigImporter::$moduleHandler |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The module handler. |
| ConfigImporter::$moduleInstaller |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The module installer. |
| ConfigImporter::$processedConfiguration |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
List of configuration file changes processed by the import(). |
| ConfigImporter::$processedExtensions |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
List of extension changes processed by the import(). |
| ConfigImporter::$processedSystemTheme |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Flag set to import system.theme during processing theme install and uninstalls. |
| ConfigImporter::$storageComparer |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The storage comparer used to discover configuration changes. |
| ConfigImporter::$themeHandler |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The theme handler. |
| ConfigImporter::$totalConfigurationToProcess |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The total number of configuration objects to process. |
| ConfigImporter::$totalExtensionsToProcess |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The total number of extensions to process. |
| ConfigImporter::$typedConfigManager |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
The typed config manager. |
| ConfigImporter::$validated |
property |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Indicates changes to import have been validated. |
| ConfigImporter::alreadyImporting |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Determines if a import is already running. |
| ConfigImporter::checkOp |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Checks that the operation is still valid. |
| ConfigImporter::createExtensionChangelist |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Populates the extension change list. |
| ConfigImporter::doSyncStep |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Calls a config import step. |
| ConfigImporter::finish |
function |
core/lib/Drupal/Core/Config/ConfigImporter.php |
Finishes the batch. |