function BlockPluginInterface::build
Same name in other branches
- 9 core/lib/Drupal/Core/Block/BlockPluginInterface.php \Drupal\Core\Block\BlockPluginInterface::build()
- 10 core/lib/Drupal/Core/Block/BlockPluginInterface.php \Drupal\Core\Block\BlockPluginInterface::build()
- 11.x core/lib/Drupal/Core/Block/BlockPluginInterface.php \Drupal\Core\Block\BlockPluginInterface::build()
Builds and returns the renderable array for this block plugin.
If a block should not be rendered because it has no content, then this method must also ensure to return no content: it must then only return an empty array, or an empty array with #cache set (with cacheability metadata indicating the circumstances for it being empty).
Return value
array A renderable array representing the content of the block.
See also
\Drupal\block\BlockViewBuilder
3 methods override BlockPluginInterface::build()
- Broken::build in core/
lib/ Drupal/ Core/ Block/ Plugin/ Block/ Broken.php - Builds and returns the renderable array for this block plugin.
- PageTitleBlock::build in core/
lib/ Drupal/ Core/ Block/ Plugin/ Block/ PageTitleBlock.php - Builds and returns the renderable array for this block plugin.
- SystemMainBlock::build in core/
modules/ system/ src/ Plugin/ Block/ SystemMainBlock.php - Builds and returns the renderable array for this block plugin.
File
-
core/
lib/ Drupal/ Core/ Block/ BlockPluginInterface.php, line 78
Class
- BlockPluginInterface
- Defines the required interface for all block plugins.
Namespace
Drupal\Core\BlockCode
public function build();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.