You are here

public function ActionLinkTypeBase::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/ActionLink/ActionLinkTypeBase.php, line 222

Class

ActionLinkTypeBase
Provides a base class for all link types.

Namespace

Drupal\flag\ActionLink

Code

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