| BlockForm::validateVisibility |
function |
core/modules/block/src/BlockForm.php |
Helper function to independently validate the visibility UI. |
| BlockForm::__construct |
function |
core/modules/block/src/BlockForm.php |
Constructs a BlockForm object. |
| BlockFormInBlockTest |
class |
core/modules/block/tests/src/Functional/BlockFormInBlockTest.php |
Tests form in block caching. |
| BlockFormInBlockTest.php |
file |
core/modules/block/tests/src/Functional/BlockFormInBlockTest.php |
|
| BlockFormInBlockTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockFormInBlockTest.php |
The theme to install as the default for testing. |
| BlockFormInBlockTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockFormInBlockTest.php |
Modules to install. |
| BlockFormInBlockTest::setUp |
function |
core/modules/block/tests/src/Functional/BlockFormInBlockTest.php |
|
| BlockFormInBlockTest::testCachePerPage |
function |
core/modules/block/tests/src/Functional/BlockFormInBlockTest.php |
Tests to see if form in block's redirect isn't cached. |
| BlockFormInBlockTest::testPlaceholders |
function |
core/modules/block/tests/src/Functional/BlockFormInBlockTest.php |
Tests the actual placeholders. |
| BlockFormMessagesTest |
class |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php |
Tests that messages appear in the off-canvas dialog with configuring blocks. |
| BlockFormMessagesTest.php |
file |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php |
|
| BlockFormMessagesTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php |
The theme to install as the default for testing. |
| BlockFormMessagesTest::$modules |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php |
Modules to install. |
| BlockFormMessagesTest::assertMessagesDisplayed |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php |
Asserts that the validation messages are shown correctly. |
| BlockFormMessagesTest::setUp |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php |
|
| BlockFormMessagesTest::testValidationMessage |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFormMessagesTest.php |
Tests that validation messages are shown on the block form. |
| BlockFormTest |
class |
core/modules/block/tests/src/Unit/BlockFormTest.php |
Tests Drupal\block\BlockForm. |
| BlockFormTest.php |
file |
core/modules/block/tests/src/Unit/BlockFormTest.php |
|
| BlockFormTest::$blockRepository |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The block repository. |
| BlockFormTest::$conditionManager |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The condition plugin manager. |
| BlockFormTest::$contextHandler |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The mocked context handler. |
| BlockFormTest::$contextRepository |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The mocked context repository. |
| BlockFormTest::$entityTypeManager |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The entity type manager. |
| BlockFormTest::$language |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The language manager service. |
| BlockFormTest::$pluginFormFactory |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The plugin form manager. |
| BlockFormTest::$storage |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The block storage. |
| BlockFormTest::$themeHandler |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The theme handler. |
| BlockFormTest::$themeManager |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The theme manager service. |
| BlockFormTest::getBlockMockWithMachineName |
function |
core/modules/block/tests/src/Unit/BlockFormTest.php |
Mocks a block with a block plugin. |
| BlockFormTest::setUp |
function |
core/modules/block/tests/src/Unit/BlockFormTest.php |
|
| BlockFormTest::testGetUniqueMachineName |
function |
core/modules/block/tests/src/Unit/BlockFormTest.php |
Tests the unique machine name generator. |
| BlockJsonAnonTest::$format |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php |
The format to use in this test. |
| BlockJsonBasicAuthTest::$format |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php |
The format to use in this test. |
| BlockJsonCookieTest::$format |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonCookieTest.php |
The format to use in this test. |
| BlockListBuilder::$formBuilder |
property |
core/modules/block/src/BlockListBuilder.php |
The form builder. |
| BlockListBuilder::buildBlocksForm |
function |
core/modules/block/src/BlockListBuilder.php |
Builds the main "Blocks" portion of the form. |
| BlockListBuilder::buildForm |
function |
core/modules/block/src/BlockListBuilder.php |
Form constructor. |
| BlockListBuilder::getFormId |
function |
core/modules/block/src/BlockListBuilder.php |
Returns a unique string identifying the form. |
| BlockListBuilder::submitForm |
function |
core/modules/block/src/BlockListBuilder.php |
Form submission handler. |
| BlockListBuilder::validateForm |
function |
core/modules/block/src/BlockListBuilder.php |
Form validation handler. |
| BlockPluginHasSettingsTrayFormAccessCheck |
class |
core/modules/settings_tray/src/Access/BlockPluginHasSettingsTrayFormAccessCheck.php |
Determines whether the requested block has a 'settings_tray' form. |
| BlockPluginHasSettingsTrayFormAccessCheck.php |
file |
core/modules/settings_tray/src/Access/BlockPluginHasSettingsTrayFormAccessCheck.php |
|
| BlockPluginHasSettingsTrayFormAccessCheck::access |
function |
core/modules/settings_tray/src/Access/BlockPluginHasSettingsTrayFormAccessCheck.php |
Checks access for accessing a block's 'settings_tray' form. |
| BlockPluginHasSettingsTrayFormAccessCheck::accessBlockPlugin |
function |
core/modules/settings_tray/src/Access/BlockPluginHasSettingsTrayFormAccessCheck.php |
Checks access for accessing a block plugin's 'settings_tray' form. |
| BlockPluginHasSettingsTrayFormAccessCheckTest |
class |
core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php |
Tests Drupal\settings_tray\Access\BlockPluginHasSettingsTrayFormAccessCheck. |
| BlockPluginHasSettingsTrayFormAccessCheckTest.php |
file |
core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php |
|
| BlockPluginHasSettingsTrayFormAccessCheckTest::providerTestAccess |
function |
core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php |
Provides test data for ::testAccess(). |
| BlockPluginHasSettingsTrayFormAccessCheckTest::testAccess |
function |
core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php |
Tests access. |
| BlockPluginId::transform |
function |
core/modules/block/src/Plugin/migrate/process/BlockPluginId.php |
Set the block plugin id. |
| BlockPluginInterface::blockForm |
function |
core/lib/Drupal/Core/Block/BlockPluginInterface.php |
Returns the configuration form elements specific to this block plugin. |