You are here

public function BlockInterface::getPlugin in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/block/src/BlockInterface.php \Drupal\block\BlockInterface::getPlugin()

Returns the plugin instance.

Return value

\Drupal\Core\Block\BlockPluginInterface The plugin instance for this block.

1 method overrides BlockInterface::getPlugin()
Block::getPlugin in core/modules/block/src/Entity/Block.php
Returns the plugin instance.

File

core/modules/block/src/BlockInterface.php, line 36

Class

BlockInterface
Provides an interface defining a block entity.

Namespace

Drupal\block

Code

public function getPlugin();