You are here

public function BlockStyleBase::getConfiguration 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::getConfiguration()

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

1 call to BlockStyleBase::getConfiguration()
BlockStyleBase::getStylesFromVariables in src/Plugin/BlockStyleBase.php
Get styles for a block set in a preprocess $variables array.

File

src/Plugin/BlockStyleBase.php, line 140

Class

BlockStyleBase
Base class for Block style plugins.

Namespace

Drupal\block_style_plugins\Plugin

Code

public function getConfiguration() {
  return $this->configuration;
}