Builds and returns the renderable array for this block plugin.
array A renderable array representing the content of the block.
Overrides BlockPluginInterface::build
\Drupal\block\BlockRenderController
public function build() {
return array(
shortcut_renderable_links(shortcut_current_displayed_set()),
);
}