| BlockEntitySettingTrayForm::successfulAjaxSubmit |
function |
core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php |
Allows the form to respond to a successful AJAX submission. |
| BlockEntitySettingTrayForm::title |
function |
core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php |
Provides a title callback to get the block's admin label. |
| BlockEntitySettingTrayForm::validateVisibility |
function |
core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php |
Helper function to independently validate the visibility UI. |
| BlockExposedFilterAJAXTest |
class |
core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php |
Tests the exposed filter ajax functionality in a block. |
| BlockExposedFilterAJAXTest.php |
file |
core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php |
|
| BlockExposedFilterAJAXTest::$defaultTheme |
property |
core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php |
|
| BlockExposedFilterAJAXTest::$modules |
property |
core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php |
|
| BlockExposedFilterAJAXTest::$testViews |
property |
core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php |
The views to use for testing. |
| BlockExposedFilterAJAXTest::setUp |
function |
core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php |
|
| BlockExposedFilterAJAXTest::testExposedFilteringAndReset |
function |
core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php |
Tests if exposed filtering and reset works with a views block and ajax. |
| BlockFilterTest |
class |
core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php |
Tests the JavaScript functionality of the block add filter. |
| BlockFilterTest |
class |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php |
Tests the JavaScript functionality of the block add filter. |
| BlockFilterTest.php |
file |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php |
|
| BlockFilterTest.php |
file |
core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php |
|
| BlockFilterTest::$defaultTheme |
property |
core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php |
|
| BlockFilterTest::$defaultTheme |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php |
|
| BlockFilterTest::$modules |
property |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php |
|
| BlockFilterTest::$modules |
property |
core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php |
|
| BlockFilterTest::assertAnnounceContains |
function |
core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php |
Checks for inclusion of text in #drupal-live-announce. |
| BlockFilterTest::assertAnnounceContains |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php |
Checks for inclusion of text in #drupal-live-announce. |
| BlockFilterTest::filterVisibleElements |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php |
Removes any non-visible elements from the passed array. |
| BlockFilterTest::filterVisibleElements |
function |
core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php |
Removes any non-visible elements from the passed array. |
| BlockFilterTest::setUp |
function |
core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php |
|
| BlockFilterTest::setUp |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php |
|
| BlockFilterTest::testBlockFilter |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php |
Tests block filter. |
| BlockFilterTest::testBlockFilter |
function |
core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php |
Tests block filter. |
| BlockForm |
class |
core/modules/block/src/BlockForm.php |
Provides form for block instance forms. |
| BlockForm.php |
file |
core/modules/block/src/BlockForm.php |
|
| BlockForm::$contextRepository |
property |
core/modules/block/src/BlockForm.php |
The context repository service. |
| BlockForm::$entity |
property |
core/modules/block/src/BlockForm.php |
The block entity. |
| BlockForm::$language |
property |
core/modules/block/src/BlockForm.php |
The language manager service. |
| BlockForm::$manager |
property |
core/modules/block/src/BlockForm.php |
The condition plugin manager. |
| BlockForm::$pluginFormFactory |
property |
core/modules/block/src/BlockForm.php |
The plugin form manager. |
| BlockForm::$storage |
property |
core/modules/block/src/BlockForm.php |
The block storage. |
| BlockForm::$themeHandler |
property |
core/modules/block/src/BlockForm.php |
The theme handler. |
| BlockForm::actions |
function |
core/modules/block/src/BlockForm.php |
|
| BlockForm::buildVisibilityInterface |
function |
core/modules/block/src/BlockForm.php |
Helper function for building the visibility UI form. |
| BlockForm::create |
function |
core/modules/block/src/BlockForm.php |
|
| BlockForm::form |
function |
core/modules/block/src/BlockForm.php |
|
| BlockForm::getPluginForm |
function |
core/modules/block/src/BlockForm.php |
Retrieves the plugin form for a given block and operation. |
| BlockForm::getUniqueMachineName |
function |
core/modules/block/src/BlockForm.php |
Generates a unique machine name for a block based on a suggested string. |
| BlockForm::save |
function |
core/modules/block/src/BlockForm.php |
|
| BlockForm::submitForm |
function |
core/modules/block/src/BlockForm.php |
|
| BlockForm::submitVisibility |
function |
core/modules/block/src/BlockForm.php |
Helper function to independently submit the visibility UI. |
| BlockForm::themeSwitch |
function |
core/modules/block/src/BlockForm.php |
Handles switching the available regions based on the selected theme. |
| BlockForm::validateForm |
function |
core/modules/block/src/BlockForm.php |
|
| 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 |
|