| ConfigureBlockFormBase::successfulAjaxSubmit |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Allows the form to respond to a successful AJAX submission. |
| ConfigureBlockFormBase::validateForm |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Form validation handler. |
| ConfigureBlockFormBase::__construct |
function |
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php |
Constructs a new block form. |
| ConfigureSectionForm |
class |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
Provides a form for configuring a layout section. |
| ConfigureSectionForm.php |
file |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
|
| ConfigureSectionForm::$delta |
property |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
The field delta. |
| ConfigureSectionForm::$isUpdate |
property |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
Indicates whether the section is being added or updated. |
| ConfigureSectionForm::$layout |
property |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
The plugin being configured. |
| ConfigureSectionForm::$layoutTempstoreRepository |
property |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
The layout tempstore repository. |
| ConfigureSectionForm::$pluginFormFactory |
property |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
The plugin form manager. |
| ConfigureSectionForm::$pluginId |
property |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
The plugin ID. |
| ConfigureSectionForm::$section |
property |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
The section being configured. |
| ConfigureSectionForm::$sectionStorage |
property |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
The section storage. |
| ConfigureSectionForm::buildForm |
function |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
Form constructor. |
| ConfigureSectionForm::create |
function |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
Instantiates a new instance of this class. |
| ConfigureSectionForm::getCurrentLayout |
function |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
Retrieves the layout being modified by the form. |
| ConfigureSectionForm::getCurrentSection |
function |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
Retrieves the section being modified by the form. |
| ConfigureSectionForm::getFormId |
function |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
Returns a unique string identifying the form. |
| ConfigureSectionForm::getPluginForm |
function |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
Retrieves the plugin form for a given layout. |
| ConfigureSectionForm::getSectionStorage |
function |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
Retrieves the section storage property. |
| ConfigureSectionForm::submitForm |
function |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
Form submission handler. |
| ConfigureSectionForm::successfulAjaxSubmit |
function |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
Allows the form to respond to a successful AJAX submission. |
| ConfigureSectionForm::validateForm |
function |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
Form validation handler. |
| ConfigureSectionForm::__construct |
function |
core/modules/layout_builder/src/Form/ConfigureSectionForm.php |
Constructs a new ConfigureSectionForm. |
| config_transformer_test.event_subscriber |
service |
core/modules/config/tests/config_transformer_test/config_transformer_test.services.yml |
Drupal\config_transformer_test\EventSubscriber |
| config_transformer_test.info.yml |
file |
core/modules/config/tests/config_transformer_test/config_transformer_test.info.yml |
core/modules/config/tests/config_transformer_test/config_transformer_test.info.yml |
| config_transformer_test.services.yml |
file |
core/modules/config/tests/config_transformer_test/config_transformer_test.services.yml |
core/modules/config/tests/config_transformer_test/config_transformer_test.services.yml |
| config_translation.access.form |
service |
core/modules/config_translation/config_translation.services.yml |
Drupal\config_translation\Access\ConfigTranslationFormAccess |
| config_translation_manage_form_element.html.twig |
file |
core/modules/config_translation/templates/config_translation_manage_form_element.html.twig |
Default theme implementation for a form element in config_translation. |
| config_translation_manage_form_element.html.twig |
file |
core/themes/stable9/templates/admin/config_translation_manage_form_element.html.twig |
Theme override for a form element in config_translation. |
| config_translation_manage_form_element.html.twig |
file |
core/themes/claro/templates/admin/config_translation_manage_form_element.html.twig |
Theme override for a form element in config_translation. |
| confirm-form.html.twig |
file |
core/themes/stable9/templates/form/confirm-form.html.twig |
Theme override for confirm form. |
| confirm-form.html.twig |
file |
core/themes/starterkit_theme/templates/form/confirm-form.html.twig |
Theme override for confirm form. |
| confirm-form.html.twig |
file |
core/modules/system/templates/confirm-form.html.twig |
Default theme implementation for confirm form. |
| ConfirmFormArrayPathTestForm |
class |
core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php |
Provides a test confirmation form with a complex cancellation destination. |
| ConfirmFormArrayPathTestForm.php |
file |
core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php |
|
| ConfirmFormArrayPathTestForm::getCancelText |
function |
core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php |
Returns a caption for the link which cancels the action. |
| ConfirmFormArrayPathTestForm::getCancelUrl |
function |
core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php |
Returns the route to go to if the user cancels the action. |
| ConfirmFormArrayPathTestForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php |
Returns a unique string identifying the form. |
| ConfirmFormBase |
class |
core/lib/Drupal/Core/Form/ConfirmFormBase.php |
Provides a generic base class for a confirmation form. |
| ConfirmFormBase.php |
file |
core/lib/Drupal/Core/Form/ConfirmFormBase.php |
|
| ConfirmFormBase::buildForm |
function |
core/lib/Drupal/Core/Form/ConfirmFormBase.php |
Form constructor. |
| ConfirmFormBase::getCancelText |
function |
core/lib/Drupal/Core/Form/ConfirmFormBase.php |
Returns a caption for the link which cancels the action. |
| ConfirmFormBase::getConfirmText |
function |
core/lib/Drupal/Core/Form/ConfirmFormBase.php |
Returns a caption for the button that confirms the action. |
| ConfirmFormBase::getDescription |
function |
core/lib/Drupal/Core/Form/ConfirmFormBase.php |
Returns additional text to display as a description. |
| ConfirmFormBase::getFormName |
function |
core/lib/Drupal/Core/Form/ConfirmFormBase.php |
Returns the internal name used to refer to the confirmation item. |
| ConfirmFormHelper |
class |
core/lib/Drupal/Core/Form/ConfirmFormHelper.php |
Provides common functionality to confirmation forms. |
| ConfirmFormHelper.php |
file |
core/lib/Drupal/Core/Form/ConfirmFormHelper.php |
|
| ConfirmFormHelper::buildCancelLink |
function |
core/lib/Drupal/Core/Form/ConfirmFormHelper.php |
Builds the cancel link for a confirmation form. |
| ConfirmFormHelperTest |
class |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Tests Drupal\Core\Form\ConfirmFormHelper. |