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. |
ConfigTestXmlAnonTest::$format |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php |
The format to use in this test. |
ConfigTestXmlBasicAuthTest::$format |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php |
The format to use in this test. |
ConfigTestXmlCookieTest::$format |
property |
core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlCookieTest.php |
The format to use in this test. |
ConfigTranslationAddForm |
class |
core/modules/config_translation/src/Form/ConfigTranslationAddForm.php |
Defines a form for adding configuration translations. |
ConfigTranslationAddForm.php |
file |
core/modules/config_translation/src/Form/ConfigTranslationAddForm.php |
|
ConfigTranslationAddForm::buildForm |
function |
core/modules/config_translation/src/Form/ConfigTranslationAddForm.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
ConfigTranslationAddForm::getFormId |
function |
core/modules/config_translation/src/Form/ConfigTranslationAddForm.php |
Returns a unique string identifying the form. |
ConfigTranslationDateFormatUiTest |
class |
core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php |
Tests the content translation behaviors on date formats. |
ConfigTranslationDateFormatUiTest.php |
file |
core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php |
|
ConfigTranslationDateFormatUiTest::$defaultTheme |
property |
core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php |
The theme to install as the default for testing. |
ConfigTranslationDateFormatUiTest::$modules |
property |
core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php |
Modules to install. |