BlockBase::getConfiguration

public BlockBase::getConfiguration()

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurablePluginInterface::getConfiguration

File

core/lib/Drupal/Core/Block/BlockBase.php, line 64

Class

BlockBase
Defines a base block implementation that most blocks plugins will extend.

Namespace

Drupal\Core\Block

Code

public function getConfiguration() {
  return $this->configuration;
}
doc_Drupal
2016-10-29 08:46:36
Comments
Leave a Comment

Please login to continue.