public function Block::getPluginId in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/block/src/Entity/Block.php \Drupal\block\Entity\Block::getPluginId()
Returns the plugin ID.
Return value
string The plugin ID for this block.
Overrides BlockInterface::getPluginId
File
- core/
modules/ block/ src/ Entity/ Block.php, line 169 - Contains \Drupal\block\Entity\Block.
Class
- Block
- Defines a Block configuration entity class.
Namespace
Drupal\block\EntityCode
public function getPluginId() {
return $this->plugin;
}