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

1
2
3
public function getConfiguration() {
  return $this->configuration;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.