ConfigFormBaseTraitTest::testConfigFactoryException |
function |
core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php |
@covers ::config |
ConfigFormBaseTraitTest::testConfigFactoryExceptionInvalidProperty |
function |
core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php |
@covers ::config |
ConfigFormOverrideTest |
class |
core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php |
Tests config overrides do not appear on forms that extend ConfigFormBase. |
ConfigFormOverrideTest.php |
file |
core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php |
|
ConfigFormOverrideTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php |
The theme to install as the default for testing. |
ConfigFormOverrideTest::testFormsWithOverrides |
function |
core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php |
Tests that overrides do not affect forms. |
ConfigFormTestBase |
class |
core/tests/Drupal/KernelTests/ConfigFormTestBase.php |
Full generic test suite for any form that data with the configuration system. |
ConfigFormTestBase.php |
file |
core/tests/Drupal/KernelTests/ConfigFormTestBase.php |
|
ConfigFormTestBase::$form |
property |
core/tests/Drupal/KernelTests/ConfigFormTestBase.php |
Form ID to use for testing. |
ConfigFormTestBase::$values |
property |
core/tests/Drupal/KernelTests/ConfigFormTestBase.php |
Values to use for testing. |
ConfigFormTestBase::testConfigForm |
function |
core/tests/Drupal/KernelTests/ConfigFormTestBase.php |
Submit the system_config_form ensure the configuration has expected values. |
ConfigHandler |
class |
core/modules/views_ui/src/Form/Ajax/ConfigHandler.php |
Provides a form for configuring an item in the Views UI. |
ConfigHandler.php |
file |
core/modules/views_ui/src/Form/Ajax/ConfigHandler.php |
|
ConfigHandler::buildForm |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandler.php |
Form constructor. |
ConfigHandler::getForm |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandler.php |
Creates a new instance of this form. |
ConfigHandler::getFormId |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandler.php |
Returns a unique string identifying the form. |
ConfigHandler::getFormKey |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandler.php |
Returns the key that represents this form. |
ConfigHandler::remove |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandler.php |
Submit handler for removing an item from a view. |
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(). |