You are here

protected function BlockBase::blockPluginId in Display Suite 8.2

Same name and namespace in other branches
  1. 8.4 src/Plugin/DsField/BlockBase.php \Drupal\ds\Plugin\DsField\BlockBase::blockPluginId()
  2. 8.3 src/Plugin/DsField/BlockBase.php \Drupal\ds\Plugin\DsField\BlockBase::blockPluginId()

Returns the plugin ID of the block.

1 call to BlockBase::blockPluginId()
BlockBase::getBlock in src/Plugin/DsField/BlockBase.php
Return the block entity.
1 method overrides BlockBase::blockPluginId()
DynamicBlockField::blockPluginId in src/Plugin/DsField/DynamicBlockField.php
Returns the plugin ID of the block.

File

src/Plugin/DsField/BlockBase.php, line 119

Class

BlockBase
The base plugin to create DS block fields.

Namespace

Drupal\ds\Plugin\DsField

Code

protected function blockPluginId() {
  return '';
}