You are here

public function BlockFieldSelectionBase::getConfiguration in Block field 8

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

src/BlockFieldSelectionBase.php, line 59

Class

BlockFieldSelectionBase
Base class for Block field selection plugins.

Namespace

Drupal\block_field

Code

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