You are here

public function BlockStyleBase::getConfiguration in Block Style Plugins 8

Same name and namespace in other branches
  1. 8.2 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::getStyles in src/Plugin/BlockStyleBase.php
Gets this plugin's style configuration.

File

src/Plugin/BlockStyleBase.php, line 266

Class

BlockStyleBase
Base class for Block style plugins.

Namespace

Drupal\block_style_plugins\Plugin

Code

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