You are here

public function RenderBlock::getName in Twig Blocks 8

File

src/Twig/RenderBlock.php, line 18
Contains \Drupal\twig_blocks\Twig\RenderBlock.

Class

RenderBlock
Adds extension to render a block.

Namespace

Drupal\twig_blocks\Twig

Code

public function getName() {
  return 'render_block';
}