Search for block
- Search 7.x for block
- Search 9.5.x for block
- Search 10.3.x for block
- Search 11.x for block
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Block | class | core/ |
The plugin that handles a block. |
| Block | class | core/ |
Defines a Block configuration entity class. |
| Block | class | core/ |
Drupal block source from database. |
| Block | class | core/ |
Defines a Block annotation object. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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/ |
|
| Block::remove | function | core/ |
Reacts on deleting a display. |
| Block::setRegion | function | core/ |
Sets the region this block is placed in. |
| Block::setVisibilityConfig | function | core/ |
Sets the visibility condition configuration. |
| Block::setWeight | function | core/ |
Sets the block weight. |
| 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. There is no need for this function to actually store the data. |
| Block::usesExposed | function | core/ |
Block views use exposed widgets only if AJAX is set. |
| Block::__construct | function | core/ |
Constructs a new Block instance. |
| BlockAccessControlHandler | class | core/ |
Defines the access control handler for the block entity type. |
| BlockAccessControlHandler.php | file | core/ |
|
| BlockAccessControlHandler::$contextHandler | property | core/ |
The plugin context handler. |
| BlockAccessControlHandler::$contextRepository | property | core/ |
The context manager service. |
| BlockAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| BlockAccessControlHandler::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| BlockAccessControlHandler::mergeCacheabilityFromConditions | function | core/ |
Merges cacheable metadata from conditions onto the access result object. |
| BlockAccessControlHandler::__construct | function | core/ |
Constructs the block access control handler instance |
| BlockAddController | class | core/ |
Controller for building the block instance add form. |
| BlockAddController.php | file | core/ |
|
| BlockAddController::blockAddConfigureForm | function | core/ |
Build the block instance add form. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.