Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| Block::$id | property | core/ |
The plugin ID. |
| 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::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. |
| Block::getPlugin | function | core/ |
Returns the plugin instance. |
| Block::getPluginCollection | function | core/ |
Encapsulates the creation of the block's LazyPluginCollection. |
| Block::getPluginCollections | function | core/ |
Gets the plugin collections used by this object. |
| Block::getPluginId | function | core/ |
Returns the plugin ID. |
| Block::getRegion | function | core/ |
Returns the region this block is placed in. |
| Block::getTheme | function | core/ |
Returns the theme ID. |
| Block::getVisibility | function | core/ |
Returns an array of visibility condition configurations. |
| Block::getVisibilityCondition | function | core/ |
Gets a visibility condition plugin instance. |
| Block::getVisibilityConditions | function | core/ |
Gets conditions for this block. |
| Block::getWeight | function | core/ |
Returns the weight of this block (used for sorting). |
| Block::initializeIterator | function | core/ |
Initializes the iterator with the source data. |
| Block::label | function | core/ |
Gets the label of the entity. |
| Block::optionsSummary | function | core/ |
Provide the summary for page options in the views UI. |
| Block::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| Block::preBlockBuild | function | core/ |
Allows to change the display settings right before executing the block. |
| Block::prepareRow | function | core/ |
Adds additional data to the row. |
| Block::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| Block::query | function | core/ |
Prepares query object to retrieve data from the source database. |
| Block::remove | function | core/ |
Reacts on deleting a display. |
| Block::setRegion | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set block region'), pluralize: FALSE)] |
| Block::setVisibilityConfig | function | core/ |
Sets the visibility condition configuration. |
| Block::setWeight | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set block weight'), pluralize: FALSE)] |
| Block::sort | function | core/ |
Sorts active blocks by weight; sorts inactive blocks by name. |
| Block::submitOptionsForm | function | core/ |
Perform any necessary changes to the form values prior to storage. |
| Block::usesExposedFormInBlock | function | core/ |
Checks to see if the display can put the exposed form in a block. |
| Block::validateRegion | function | core/ |
Validates that a region exists in the active theme. |
| Block::__construct | function | core/ |
Constructs a new Block instance. |
Pagination
- Previous page
- Page 93
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.