Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| block.page_display_variant_subscriber | service | core/ |
Drupal\block\EventSubscriber\BlockPageDisplayVariantSubscriber |
| block.permissions.yml | file | core/ |
core/modules/block/block.permissions.yml |
| Block.php | file | core/ |
|
| Block.php | file | core/ |
|
| Block.php | file | core/ |
|
| Block.php | file | core/ |
|
| block.place.html.twig | file | core/ |
--- label: 'Placing a block' related: - block.overview - block.configure --- {% set layout_url = render_var(url('block.admin_display')) %} {% set configure = render_var(url('help.help_topic', {'id':… |
| block.post_update.php | file | core/ |
Post update functions for Block. |
| block.repository | service | core/ |
Drupal\block\BlockRepository |
| block.routing.yml | file | core/ |
core/modules/block/block.routing.yml |
| block.schema.yml | file | core/ |
core/modules/block/config/schema/block.schema.yml |
| block.services.yml | file | core/ |
core/modules/block/block.services.yml |
| Block::$adminTheme | property | core/ |
The admin theme name. |
| Block::$admin_label | property | core/ |
The administrative label of the block. |
| Block::$blockManager | property | core/ |
The block manager. |
| Block::$blockRoleTable | property | core/ |
Table mapping blocks to user roles. |
| Block::$blockTable | property | core/ |
Table containing block configuration. |
| Block::$category | property | core/ |
The category in the admin UI where the block will be listed. |
| Block::$conditionPluginManager | property | core/ |
The condition plugin manager. |
| Block::$context | property | core/ |
An array of context definitions describing the context used by the plugin. |
| Block::$contexts | property | core/ |
The available contexts for this block and its visibility conditions. |
| Block::$context_definitions | property | core/ |
An array of context definitions describing the context used by the plugin. |
| Block::$defaultTheme | property | core/ |
The default theme name. |
| Block::$deprecatedProperties | property | core/ |
|
| Block::$entityTypeManager | property | core/ |
The entity type manager. |
| Block::$id | property | core/ |
The plugin ID. |
| Block::$id | property | core/ |
The ID of the block. |
| Block::$plugin | property | core/ |
The plugin instance ID. |
| Block::$pluginCollection | property | core/ |
The plugin collection that holds the block plugin for this entity. |
| Block::$region | property | core/ |
The region this block is placed in. |
| Block::$settings | property | core/ |
The plugin instance settings. |
| Block::$theme | property | core/ |
The theme that includes the block plugin for this entity. |
| Block::$userRoleTable | property | core/ |
Table listing user roles. |
| Block::$usesAttachments | property | core/ |
Whether the display allows attachments. |
| Block::$visibility | property | core/ |
The visibility settings for this block. |
| Block::$visibilityCollection | property | core/ |
The visibility collection. |
| Block::$weight | property | core/ |
The block weight. |
| Block::blockForm | function | core/ |
Adds the configuration form elements specific to this views block plugin. |
| Block::blockSettings | function | core/ |
Returns plugin-specific settings for the block. |
| Block::blockSubmit | function | core/ |
Handles form submission for the views block configuration form. |
| Block::blockValidate | function | core/ |
Handles form validation for the views block configuration form. |
| Block::buildOptionsForm | function | core/ |
Provide the default form for setting options. |
| Block::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
| Block::conditionPluginManager | function | core/ |
Gets the condition plugin manager. |
| Block::create | function | core/ |
Creates an instance of the plugin. |
| Block::createDuplicateBlock | function | core/ |
Creates a duplicate of the block entity. |
| Block::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| Block::execute | function | core/ |
The display block handler returns the structure necessary for a block. |
| Block::fields | function | core/ |
Returns available fields on the source. |
| Block::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
Pagination
- Previous page
- Page 85
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.