You are here

public function FlagTypeBase::getConfiguration in Flag 8.4

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

src/FlagType/FlagTypeBase.php, line 71

Class

FlagTypeBase
Provides a base class for flag type plugins.

Namespace

Drupal\flag\FlagType

Code

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