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; }
Please login to continue.