| ConfigImportForm::getFormId |
function |
core/modules/config/src/Form/ConfigImportForm.php |
Returns a unique string identifying the form. |
| ConfigImportForm::submitForm |
function |
core/modules/config/src/Form/ConfigImportForm.php |
Form submission handler. |
| ConfigImportForm::validateForm |
function |
core/modules/config/src/Form/ConfigImportForm.php |
Form validation handler. |
| ConfigImportForm::__construct |
function |
core/modules/config/src/Form/ConfigImportForm.php |
Constructs a new ConfigImportForm. |
| ConfigOverrideMessageTestHooks::formSystemSiteInformationSettingsAlter |
function |
core/modules/config/tests/config_override_message_test/src/Hook/ConfigOverrideMessageTestHooks.php |
Implements hook_form_FORM_ID_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 |
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. |
| 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 |
Form constructor. |
| ConfigSingleImportForm::create |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Instantiates a new instance of this class. |
| ConfigSingleImportForm::getCancelUrl |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Returns the route to go to if the user cancels the action. |
| ConfigSingleImportForm::getFormId |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Returns a unique string identifying the form. |
| ConfigSingleImportForm::getQuestion |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Returns the question to ask the user. |
| ConfigSingleImportForm::submitForm |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Form submission handler. |
| ConfigSingleImportForm::validateForm |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Form validation handler. |
| ConfigSingleImportForm::__construct |
function |
core/modules/config/src/Form/ConfigSingleImportForm.php |
Constructs a new ConfigSingleImportForm. |
| ConfigSync::buildForm |
function |
core/modules/config/src/Form/ConfigSync.php |
Form constructor. |
| ConfigSync::getFormId |
function |
core/modules/config/src/Form/ConfigSync.php |
Returns a unique string identifying the form. |
| ConfigSync::submitForm |
function |
core/modules/config/src/Form/ConfigSync.php |
Form submission handler. |
| ConfigTarget::fromForm |
function |
core/lib/Drupal/Core/Form/ConfigTarget.php |
Gets the config target object for an element from a form array. |
| ConfigTargetTest::providerTestFormCacheable |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
|
| ConfigTargetTest::providerTestFromFormException |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
|
| ConfigTargetTest::testFormCacheable |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
Tests form cacheable. |
| ConfigTargetTest::testFromFormConfigTarget |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
Tests from form config target. |
| ConfigTargetTest::testFromFormException |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
Tests from form exception. |
| ConfigTargetTest::testFromFormString |
function |
core/tests/Drupal/Tests/Core/Form/ConfigTargetTest.php |
Tests from form string. |
| ConfigTestForm |
class |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Form controller for the test config edit forms. |
| ConfigTestForm.php |
file |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
|
| ConfigTestForm::changeSize |
function |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Element submit handler for non-JS testing. |
| ConfigTestForm::exists |
function |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Determines if the entity already exists. |
| ConfigTestForm::form |
function |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Gets the actual form array to be built. |
| ConfigTestForm::save |
function |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Form submission handler for the 'save' action. |
| ConfigTestForm::updateSize |
function |
core/modules/config/tests/config_test/src/ConfigTestForm.php |
Ajax callback for the size selection element. |
| ConfigTestJsonAnonTest::$format |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonAnonTest.php |
The format to use in this test. |
| ConfigTestJsonBasicAuthTest::$format |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonBasicAuthTest.php |
The format to use in this test. |
| ConfigTestJsonCookieTest::$format |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestJsonCookieTest.php |
The format to use in this test. |