public function BlockInterface::getPlugin in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 33 - Contains \Drupal\block\BlockInterface.
Class
- BlockInterface
- Provides an interface defining a block entity.
Namespace
Drupal\blockCode
public function getPlugin();