You are here

protected property BlockStyleBase::$pluginId in Block Style Plugins 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/BlockStyleBase.php \Drupal\block_style_plugins\Plugin\BlockStyleBase::pluginId

Plugin ID for the Block being configured.

Type: string

Overrides PluginBase::$pluginId

File

src/Plugin/BlockStyleBase.php, line 23

Class

BlockStyleBase
Base class for Block style plugins.

Namespace

Drupal\block_style_plugins\Plugin

Code

protected $pluginId;