function BlockInterface::getPluginId

Same name and namespace in other branches
  1. 9 core/modules/block/src/BlockInterface.php \Drupal\block\BlockInterface::getPluginId()
  2. 10 core/modules/block/src/BlockInterface.php \Drupal\block\BlockInterface::getPluginId()
  3. 11.x 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 44

Class

BlockInterface
Provides an interface defining a block entity.

Namespace

Drupal\block

Code

public function getPluginId();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.