| SettingsTrayBlockFormTest::setUp |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php |
|
| SettingsTrayBlockFormTest::testBlocks |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php |
Tests opening off-canvas dialog by click blocks and elements in the blocks. |
| SettingsTrayBlockFormTest::testEditModeEnableDisable |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php |
Tests enabling and disabling Edit Mode. |
| SettingsTrayBlockFormTest::testValidationMessages |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php |
Tests that validation errors appear in the off-canvas dialog. |
| SettingsTrayFormAnnotationIsClassBlock |
class |
core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/SettingsTrayFormAnnotationIsClassBlock.php |
Block that explicitly provides a "settings_tray" form class. |
| SettingsTrayFormAnnotationIsClassBlock.php |
file |
core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/SettingsTrayFormAnnotationIsClassBlock.php |
|
| SettingsTrayFormAnnotationIsClassBlock::build |
function |
core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/SettingsTrayFormAnnotationIsClassBlock.php |
Builds and returns the renderable array for this block plugin. |
| SettingsTrayFormAnnotationIsClassBlockForm |
class |
core/modules/settings_tray/tests/modules/settings_tray_test/src/Form/SettingsTrayFormAnnotationIsClassBlockForm.php |
|
| SettingsTrayFormAnnotationIsClassBlockForm.php |
file |
core/modules/settings_tray/tests/modules/settings_tray_test/src/Form/SettingsTrayFormAnnotationIsClassBlockForm.php |
|
| SettingsTrayFormAnnotationIsClassBlockForm::$plugin |
property |
core/modules/settings_tray/tests/modules/settings_tray_test/src/Form/SettingsTrayFormAnnotationIsClassBlockForm.php |
The block plugin. |
| SettingsTrayFormAnnotationIsClassBlockForm::buildConfigurationForm |
function |
core/modules/settings_tray/tests/modules/settings_tray_test/src/Form/SettingsTrayFormAnnotationIsClassBlockForm.php |
Form constructor. |
| SettingsTrayFormAnnotationIsClassBlockForm::submitConfigurationForm |
function |
core/modules/settings_tray/tests/modules/settings_tray_test/src/Form/SettingsTrayFormAnnotationIsClassBlockForm.php |
Form submission handler. |
| SettingsTrayFormAnnotationIsFalseBlock |
class |
core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/SettingsTrayFormAnnotationIsFalseBlock.php |
Block that explicitly provides no "settings_tray" form, thus opting out. |
| SettingsTrayFormAnnotationIsFalseBlock.php |
file |
core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/SettingsTrayFormAnnotationIsFalseBlock.php |
|
| SettingsTrayFormAnnotationIsFalseBlock::build |
function |
core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/SettingsTrayFormAnnotationIsFalseBlock.php |
Builds and returns the renderable array for this block plugin. |
| SettingsTrayFormAnnotationNoneBlock |
class |
core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/SettingsTrayFormAnnotationNoneBlock.php |
Block that does nothing explicit for Settings Tray. |
| SettingsTrayFormAnnotationNoneBlock.php |
file |
core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/SettingsTrayFormAnnotationNoneBlock.php |
|
| SettingsTrayFormAnnotationNoneBlock::build |
function |
core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/SettingsTrayFormAnnotationNoneBlock.php |
Builds and returns the renderable array for this block plugin. |
| SettingsTrayTestBase::assertOffCanvasBlockFormIsValid |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php |
Asserts that Off-Canvas block form is valid. |
| SettingsTrayTestBase::openBlockForm |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php |
Open block form by clicking the element found with a css selector. |
| ShapeOnlyColorEditableWidget::formElement |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldWidget/ShapeOnlyColorEditableWidget.php |
Returns the form for a single field widget. |
| ShortcutController::addForm |
function |
core/modules/shortcut/src/Controller/ShortcutController.php |
Returns a form to add a new shortcut to a given set. |
| ShortcutDeleteForm |
class |
core/modules/shortcut/src/Form/ShortcutDeleteForm.php |
Builds the shortcut link deletion form. |
| ShortcutDeleteForm.php |
file |
core/modules/shortcut/src/Form/ShortcutDeleteForm.php |
|
| ShortcutDeleteForm::getCancelUrl |
function |
core/modules/shortcut/src/Form/ShortcutDeleteForm.php |
Returns the route to go to if the user cancels the action. |
| ShortcutDeleteForm::getFormId |
function |
core/modules/shortcut/src/Form/ShortcutDeleteForm.php |
Returns a unique string identifying the form. |
| ShortcutDeleteForm::getRedirectUrl |
function |
core/modules/shortcut/src/Form/ShortcutDeleteForm.php |
Returns the URL where the user should be redirected after deletion. |
| ShortcutForm |
class |
core/modules/shortcut/src/ShortcutForm.php |
Form handler for the shortcut entity forms. |
| ShortcutForm.php |
file |
core/modules/shortcut/src/ShortcutForm.php |
|
| ShortcutForm::$entity |
property |
core/modules/shortcut/src/ShortcutForm.php |
The entity being used by this form. |
| ShortcutForm::form |
function |
core/modules/shortcut/src/ShortcutForm.php |
Gets the actual form array to be built. |
| ShortcutForm::save |
function |
core/modules/shortcut/src/ShortcutForm.php |
Form submission handler for the 'save' action. |
| ShortcutJsonAnonTest::$format |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php |
The format to use in this test. |
| ShortcutJsonBasicAuthTest::$format |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php |
The format to use in this test. |
| ShortcutJsonCookieTest::$format |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonCookieTest.php |
The format to use in this test. |
| ShortcutSetDeleteForm |
class |
core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php |
Builds the shortcut set deletion form. |
| ShortcutSetDeleteForm.php |
file |
core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php |
|
| ShortcutSetDeleteForm::$database |
property |
core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php |
The database connection. |
| ShortcutSetDeleteForm::$storage |
property |
core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php |
The shortcut storage. |
| ShortcutSetDeleteForm::buildForm |
function |
core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php |
Form constructor. |
| ShortcutSetDeleteForm::create |
function |
core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php |
Instantiates a new instance of this class. |
| ShortcutSetDeleteForm::__construct |
function |
core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php |
Constructs a ShortcutSetDeleteForm object. |
| ShortcutSetForm |
class |
core/modules/shortcut/src/ShortcutSetForm.php |
Form handler for the shortcut set entity edit forms. |
| ShortcutSetForm.php |
file |
core/modules/shortcut/src/ShortcutSetForm.php |
|
| ShortcutSetForm::form |
function |
core/modules/shortcut/src/ShortcutSetForm.php |
Gets the actual form array to be built. |
| ShortcutSetForm::save |
function |
core/modules/shortcut/src/ShortcutSetForm.php |
Form submission handler for the 'save' action. |
| ShortcutSetJsonAnonTest::$format |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonAnonTest.php |
The format to use in this test. |
| ShortcutSetJsonBasicAuthTest::$format |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonBasicAuthTest.php |
The format to use in this test. |
| ShortcutSetJsonCookieTest::$format |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetJsonCookieTest.php |
The format to use in this test. |
| ShortcutSetXmlAnonTest::$format |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetXmlAnonTest.php |
The format to use in this test. |