| Block::getPluginCollection |
function |
core/modules/block/src/Entity/Block.php |
Encapsulates the creation of the block's LazyPluginCollection. |
| Block::getPluginCollections |
function |
core/modules/block/src/Entity/Block.php |
Gets the plugin collections used by this object. |
| Block::getPluginId |
function |
core/modules/block/src/Entity/Block.php |
Returns the plugin ID. |
| Block::getRegion |
function |
core/modules/block/src/Entity/Block.php |
Returns the region this block is placed in. |
| Block::getTheme |
function |
core/modules/block/src/Entity/Block.php |
Returns the theme ID. |
| Block::getVisibility |
function |
core/modules/block/src/Entity/Block.php |
Returns an array of visibility condition configurations. |
| Block::getVisibilityCondition |
function |
core/modules/block/src/Entity/Block.php |
Gets a visibility condition plugin instance. |
| Block::getVisibilityConditions |
function |
core/modules/block/src/Entity/Block.php |
Gets conditions for this block. |
| Block::getWeight |
function |
core/modules/block/src/Entity/Block.php |
Returns the weight of this block (used for sorting). |
| Block::initializeIterator |
function |
core/modules/block/src/Plugin/migrate/source/Block.php |
Initializes the iterator with the source data. |
| Block::label |
function |
core/modules/block/src/Entity/Block.php |
Gets the label of the entity. |
| Block::optionsSummary |
function |
core/modules/views/src/Plugin/views/display/Block.php |
Provide the summary for page options in the views UI. |
| Block::preBlockBuild |
function |
core/modules/views/src/Plugin/views/display/Block.php |
Allows to change the display settings right before executing the block. |
| Block::prepareRow |
function |
core/modules/block/src/Plugin/migrate/source/Block.php |
Adds additional data to the row. |
| Block::preSave |
function |
core/modules/block/src/Entity/Block.php |
Acts on an entity before the presave hook is invoked. |
| Block::query |
function |
core/modules/block/src/Plugin/migrate/source/Block.php |
Prepares query object to retrieve data from the source database. |
| Block::remove |
function |
core/modules/views/src/Plugin/views/display/Block.php |
Reacts on deleting a display. |
| Block::setRegion |
function |
core/modules/block/src/Entity/Block.php |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set block region'), pluralize: FALSE)] |
| Block::setVisibilityConfig |
function |
core/modules/block/src/Entity/Block.php |
Sets the visibility condition configuration. |
| Block::setWeight |
function |
core/modules/block/src/Entity/Block.php |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set block weight'), pluralize: FALSE)] |
| Block::sort |
function |
core/modules/block/src/Entity/Block.php |
Sorts active blocks by weight; sorts inactive blocks by name. |
| Block::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/display/Block.php |
Perform any necessary changes to the form values prior to storage. |
| Block::usesExposedFormInBlock |
function |
core/modules/views/src/Plugin/views/display/Block.php |
Checks to see if the display can put the exposed form in a block. |
| Block::validateRegion |
function |
core/modules/block/src/Entity/Block.php |
Validates that a region exists in the active theme. |
| Block::__construct |
function |
core/modules/views/src/Plugin/views/display/Block.php |
Constructs a new Block instance. |
| Block::__construct |
function |
core/lib/Drupal/Core/Block/Attribute/Block.php |
Constructs a Block attribute. |
| BlockAccessControlHandler |
class |
core/modules/block/src/BlockAccessControlHandler.php |
Defines the access control handler for the content block entity type. |
| BlockAccessControlHandler.php |
file |
core/modules/block/src/BlockAccessControlHandler.php |
|
| BlockAccessControlHandler::$contextHandler |
property |
core/modules/block/src/BlockAccessControlHandler.php |
The plugin context handler. |
| BlockAccessControlHandler::$contextRepository |
property |
core/modules/block/src/BlockAccessControlHandler.php |
The context manager service. |
| BlockAccessControlHandler::checkAccess |
function |
core/modules/block/src/BlockAccessControlHandler.php |
Performs access checks. |
| BlockAccessControlHandler::createInstance |
function |
core/modules/block/src/BlockAccessControlHandler.php |
Instantiates a new instance of this entity handler. |
| BlockAccessControlHandler::mergeCacheabilityFromConditions |
function |
core/modules/block/src/BlockAccessControlHandler.php |
Merges cacheable metadata from conditions onto the access result object. |
| BlockAccessControlHandler::__construct |
function |
core/modules/block/src/BlockAccessControlHandler.php |
Constructs the block access control handler instance. |
| BlockAddController |
class |
core/modules/block/src/Controller/BlockAddController.php |
Controller for building the block instance add form. |
| BlockAddController.php |
file |
core/modules/block/src/Controller/BlockAddController.php |
|
| BlockAddController::blockAddConfigureForm |
function |
core/modules/block/src/Controller/BlockAddController.php |
Build the block instance add form. |
| BlockAddTest |
class |
core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php |
Tests the JS functionality in the block add form. |
| BlockAddTest.php |
file |
core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php |
|
| BlockAddTest::$defaultTheme |
property |
core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php |
The theme to install as the default for testing. |
| BlockAddTest::$modules |
property |
core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php |
Modules to install. |
| BlockAddTest::testBlockAddThemeSelector |
function |
core/modules/block/tests/src/FunctionalJavascript/BlockAddTest.php |
Tests the AJAX for the theme selector. |
| BlockAdminThemeTest |
class |
core/modules/block/tests/src/Functional/BlockAdminThemeTest.php |
Tests the block system with admin themes. |
| BlockAdminThemeTest.php |
file |
core/modules/block/tests/src/Functional/BlockAdminThemeTest.php |
|
| BlockAdminThemeTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockAdminThemeTest.php |
The theme to install as the default for testing. |
| BlockAdminThemeTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockAdminThemeTest.php |
Modules to install. |
| BlockAdminThemeTest::testAdminTheme |
function |
core/modules/block/tests/src/Functional/BlockAdminThemeTest.php |
Check for the accessibility of the admin theme on the block admin page. |
| BlockAdminThemeTest::testClaroAdminTheme |
function |
core/modules/block/tests/src/Functional/BlockAdminThemeTest.php |
Ensure contextual links are disabled in Claro theme. |
| BlockBase |
class |
core/lib/Drupal/Core/Block/BlockBase.php |
Defines a base block implementation that most blocks plugins will extend. |
| BlockBase.php |
file |
core/lib/Drupal/Core/Block/BlockBase.php |
|