| MoveBlockForm::$region |
property |
core/modules/layout_builder/src/Form/MoveBlockForm.php |
The region name. |
| MoveBlockForm::$sectionStorage |
property |
core/modules/layout_builder/src/Form/MoveBlockForm.php |
The section storage. |
| MoveBlockForm::$uuid |
property |
core/modules/layout_builder/src/Form/MoveBlockForm.php |
The component uuid. |
| MoveBlockForm::buildForm |
function |
core/modules/layout_builder/src/Form/MoveBlockForm.php |
Builds the move block form. |
| MoveBlockForm::create |
function |
core/modules/layout_builder/src/Form/MoveBlockForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| MoveBlockForm::getComponentsWrapper |
function |
core/modules/layout_builder/src/Form/MoveBlockForm.php |
Ajax callback for the region select element. |
| MoveBlockForm::getFormId |
function |
core/modules/layout_builder/src/Form/MoveBlockForm.php |
Returns a unique string identifying the form. |
| MoveBlockForm::getSelectedDelta |
function |
core/modules/layout_builder/src/Form/MoveBlockForm.php |
Gets the selected delta. |
| MoveBlockForm::getSelectedRegion |
function |
core/modules/layout_builder/src/Form/MoveBlockForm.php |
Gets the selected region. |
| MoveBlockForm::submitForm |
function |
core/modules/layout_builder/src/Form/MoveBlockForm.php |
Form submission handler. |
| MoveBlockForm::successfulAjaxSubmit |
function |
core/modules/layout_builder/src/Form/MoveBlockForm.php |
Allows the form to respond to a successful AJAX submission. |
| MoveBlockForm::title |
function |
core/modules/layout_builder/src/Form/MoveBlockForm.php |
Provides a title callback. |
| MoveBlockForm::__construct |
function |
core/modules/layout_builder/src/Form/MoveBlockForm.php |
Constructs a new MoveBlockForm. |
| MoveBlockFormTest |
class |
core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php |
Tests moving blocks via the form. |
| MoveBlockFormTest.php |
file |
core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php |
|
| MoveBlockFormTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php |
The theme to install as the default for testing. |
| MoveBlockFormTest::$modules |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php |
Modules to install. |
| MoveBlockFormTest::assertBlockTable |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php |
Asserts the correct block labels appear in the draggable tables. |
| MoveBlockFormTest::assertRegionBlocksOrder |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php |
Asserts that blocks are in the correct order for a region. |
| MoveBlockFormTest::findRowHandle |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php |
Finds the row handle for a block in the draggable table. |
| MoveBlockFormTest::moveBlockWithKeyboard |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php |
Moves a block in the draggable table. |
| MoveBlockFormTest::openBodyMoveForm |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php |
Open block for the body field. |
| MoveBlockFormTest::setUp |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php |
|
| MoveBlockFormTest::testMoveBlock |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php |
Tests moving a block. |
| MultiFormTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php |
Tests AJAX-enabled forms when multiple instances of the form are on a page. |
| MultiFormTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php |
|
| MultiFormTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php |
The theme to install as the default for testing. |
| MultiFormTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php |
Modules to install. |
| MultiFormTest::setUp |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php |
|
| MultiFormTest::testMultiForm |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/MultiFormTest.php |
Tests that pages with the 'node_page_form' included twice work correctly. |
| MultipleBlockFormTest |
class |
core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php |
Tests that blocks can have multiple forms. |
| MultipleBlockFormTest.php |
file |
core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php |
|
| MultipleBlockFormTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php |
Modules to install. |
| MultipleBlockFormTest::testMultipleForms |
function |
core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php |
Tests that blocks can have multiple forms. |
| MultipleWidgetFormTest |
class |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
Tests field form handling. |
| MultipleWidgetFormTest.php |
file |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
|
| MultipleWidgetFormTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
The theme to install as the default for testing. |
| MultipleWidgetFormTest::$field |
property |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
An array of values defining a field. |
| MultipleWidgetFormTest::$fieldStorageMultiple |
property |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
An array of values defining a field multiple. |
| MultipleWidgetFormTest::$modules |
property |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
Modules to install. |
| MultipleWidgetFormTest::setUp |
function |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
|
| MultipleWidgetFormTest::testFieldFormMultipleWidget |
function |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
Tests widgets handling multiple values. |
| MultipleWidgetFormTest::testFieldFormMultipleWidgetAlter |
function |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
Tests hook_field_widget_complete_form_alter(). |
| MultipleWidgetFormTest::testFieldFormMultipleWidgetAlterSingleValues |
function |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
Tests hook_field_widget_complete_form_alter() with single value elements. |
| MultipleWidgetFormTest::testFieldFormMultipleWidgetTypeAlter |
function |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
Tests hook_field_widget_complete_WIDGET_TYPE_form_alter(). |
| MultipleWidgetFormTest::testFieldFormMultipleWidgetTypeAlterSingleValues |
function |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
Tests hook_field_widget_complete_WIDGET_TYPE_form_alter() with single value elements. |
| MultipleWidgetFormTest::testLabelOnMultiValueFields |
function |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
Tests the form display of the label for multi-value fields. |
| MultipleWidgetFormTest::widgetAlterTest |
function |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
Tests widget alter hooks for a given hook name. |
| MultiplexErrorFormatter |
class |
core/tests/PHPStan/ErrorFormatter/MultiplexErrorFormatter.php |
Configurable error formatter that outputs to multiple formatters/files. |
| MultiplexErrorFormatter.php |
file |
core/tests/PHPStan/ErrorFormatter/MultiplexErrorFormatter.php |
|