public function BlockInterface::getPluginId in Drupal 9
Same name and namespace in other branches
- 8 core/modules/block/src/BlockInterface.php \Drupal\block\BlockInterface::getPluginId()
Returns the plugin ID.
Return value
string The plugin ID for this block.
1 method overrides BlockInterface::getPluginId()
- Block::getPluginId in core/
modules/ block/ src/ Entity/ Block.php - Returns the plugin ID.
File
- core/
modules/ block/ src/ BlockInterface.php, line 26
Class
- BlockInterface
- Provides an interface defining a block entity.
Namespace
Drupal\blockCode
public function getPluginId();