| PlaceBlockDeriver::getDerivativeDefinitions |
function |
core/modules/block/src/Plugin/ConfigAction/PlaceBlockDeriver.php |
Gets the definition of all derivatives of a base plugin. |
| plugin.manager.block |
service |
core/core.services.yml |
Drupal\Core\Block\BlockManager |
| PluginTestBase::$mockBlockExpectedDefinitions |
property |
core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php |
The expected plugin definitions for the mock block plugin. |
| PluginTestBase::$mockBlockManager |
property |
core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php |
The mock plugin manager used by Plugin API derivative unit tests. |
| powered-by-block.css |
file |
core/themes/olivero/css/components/powered-by-block.css |
Powered by block specific styles. |
| powered-by-block.pcss.css |
file |
core/themes/olivero/css/components/powered-by-block.pcss.css |
Powered by block specific styles. |
| PreviewAwareBlock |
class |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/PreviewAwareBlock.php |
Defines a class for a context-aware block. |
| PreviewAwareBlock.php |
file |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/PreviewAwareBlock.php |
|
| PreviewAwareBlock::build |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/PreviewAwareBlock.php |
Builds and returns the renderable array for this block plugin. |
| RedirectBlockForm |
class |
core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php |
Builds a simple form that redirects on submit. |
| RedirectBlockForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php |
|
| RedirectBlockForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php |
Form constructor. |
| RedirectBlockForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php |
Returns a unique string identifying the form. |
| RedirectBlockForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php |
Form submission handler. |
| RedirectFormBlock |
class |
core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php |
Provides a block containing a simple redirect form. |
| RedirectFormBlock.php |
file |
core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php |
|
| RedirectFormBlock::$formBuilder |
property |
core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php |
The form builder. |
| RedirectFormBlock::build |
function |
core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php |
Builds and returns the renderable array for this block plugin. |
| RedirectFormBlock::create |
function |
core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php |
Instantiates a new instance of the implementing class using autowiring. |
| RedirectFormBlock::__construct |
function |
core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php |
Constructs a new RedirectFormBlock. |
| RemoveBlockForm |
class |
core/modules/layout_builder/src/Form/RemoveBlockForm.php |
Provides a form to confirm the removal of a block. |
| RemoveBlockForm.php |
file |
core/modules/layout_builder/src/Form/RemoveBlockForm.php |
|
| RemoveBlockForm::$region |
property |
core/modules/layout_builder/src/Form/RemoveBlockForm.php |
The current region. |
| RemoveBlockForm::$uuid |
property |
core/modules/layout_builder/src/Form/RemoveBlockForm.php |
The UUID of the block being removed. |
| RemoveBlockForm::buildForm |
function |
core/modules/layout_builder/src/Form/RemoveBlockForm.php |
Form constructor. |
| RemoveBlockForm::getConfirmText |
function |
core/modules/layout_builder/src/Form/RemoveBlockForm.php |
Returns a caption for the button that confirms the action. |
| RemoveBlockForm::getFormId |
function |
core/modules/layout_builder/src/Form/RemoveBlockForm.php |
Returns a unique string identifying the form. |
| RemoveBlockForm::getQuestion |
function |
core/modules/layout_builder/src/Form/RemoveBlockForm.php |
Returns the question to ask the user. |
| RemoveBlockForm::handleSectionStorage |
function |
core/modules/layout_builder/src/Form/RemoveBlockForm.php |
Performs any actions on the section storage before saving. |
| RevisionRelationshipsTest::testBlockContentRevisionRelationship |
function |
core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php |
Create a block_content with revision and rest result count for both views. |
| RouteBuilderTest::testRebuildBlockingLock |
function |
core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php |
Tests route rebuilding with a blocking lock. |
| SearchBlock |
class |
core/modules/search/src/Plugin/Block/SearchBlock.php |
Provides a 'Search form' block. |
| SearchBlock.php |
file |
core/modules/search/src/Plugin/Block/SearchBlock.php |
|
| SearchBlock::$formBuilder |
property |
core/modules/search/src/Plugin/Block/SearchBlock.php |
The form builder. |
| SearchBlock::$searchPageRepository |
property |
core/modules/search/src/Plugin/Block/SearchBlock.php |
The search page repository. |
| SearchBlock::blockAccess |
function |
core/modules/search/src/Plugin/Block/SearchBlock.php |
Indicates whether the block should be shown. |
| SearchBlock::blockForm |
function |
core/modules/search/src/Plugin/Block/SearchBlock.php |
|
| SearchBlock::blockSubmit |
function |
core/modules/search/src/Plugin/Block/SearchBlock.php |
|
| SearchBlock::build |
function |
core/modules/search/src/Plugin/Block/SearchBlock.php |
Builds and returns the renderable array for this block plugin. |
| SearchBlock::create |
function |
core/modules/search/src/Plugin/Block/SearchBlock.php |
Instantiates a new instance of the implementing class using autowiring. |
| SearchBlock::defaultConfiguration |
function |
core/modules/search/src/Plugin/Block/SearchBlock.php |
|
| SearchBlock::__construct |
function |
core/modules/search/src/Plugin/Block/SearchBlock.php |
Constructs a new SearchLocalTask. |
| SearchBlockForm |
class |
core/modules/search/src/Form/SearchBlockForm.php |
Builds the search form for the search block. |
| SearchBlockForm.php |
file |
core/modules/search/src/Form/SearchBlockForm.php |
|
| SearchBlockForm::$configFactory |
property |
core/modules/search/src/Form/SearchBlockForm.php |
The config factory. |
| SearchBlockForm::$renderer |
property |
core/modules/search/src/Form/SearchBlockForm.php |
The renderer. |
| SearchBlockForm::$searchPageRepository |
property |
core/modules/search/src/Form/SearchBlockForm.php |
The search page repository. |
| SearchBlockForm::buildForm |
function |
core/modules/search/src/Form/SearchBlockForm.php |
Form constructor. |
| SearchBlockForm::create |
function |
core/modules/search/src/Form/SearchBlockForm.php |
Instantiates a new instance of this class. |
| SearchBlockForm::getFormId |
function |
core/modules/search/src/Form/SearchBlockForm.php |
Returns a unique string identifying the form. |