ConfigHandler::validateForm |
function |
core/modules/views_ui/src/Form/Ajax/ConfigHandler.php |
Form validation handler. |
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. |
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. |
ConfigImportForm |
class |
core/modules/config/src/Form/ConfigImportForm.php |
Defines the configuration import form. |
ConfigImportForm.php |
file |
core/modules/config/src/Form/ConfigImportForm.php |
|
ConfigImportForm::$configStorage |
property |
core/modules/config/src/Form/ConfigImportForm.php |
The configuration storage. |
ConfigImportForm::$fileSystem |
property |
core/modules/config/src/Form/ConfigImportForm.php |
The file system service. |
ConfigImportForm::$settings |
property |
core/modules/config/src/Form/ConfigImportForm.php |
The settings object. |
ConfigImportForm::buildForm |
function |
core/modules/config/src/Form/ConfigImportForm.php |
Form constructor. |
ConfigImportForm::create |
function |
core/modules/config/src/Form/ConfigImportForm.php |
Instantiates a new instance of this class. |
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. |