public function BlockPluginInterface::build

Builds and returns the renderable array for this block plugin.

Return value

array A renderable array representing the content of the block.

See also

\Drupal\block\BlockRenderController

23 methods override BlockPluginInterface::build()

File

drupal/core/modules/block/lib/Drupal/block/BlockPluginInterface.php, line 103
Contains \Drupal\block\BlockPluginInterface.

Class

BlockPluginInterface
Defines the required interface for all block plugins.

Namespace

Drupal\block

Code

public function build();