You are here

public function FreelinkingPluginBase::getConfiguration in Freelinking 8.3

Same name and namespace in other branches
  1. 4.0.x src/Plugin/FreelinkingPluginBase.php \Drupal\freelinking\Plugin\FreelinkingPluginBase::getConfiguration()

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

1 call to FreelinkingPluginBase::getConfiguration()
FreelinkingPrepopulate::getConfiguration in modules/freelinking_prepopulate/src/Plugin/freelinking/FreelinkingPrepopulate.php
Gets this plugin's configuration.
1 method overrides FreelinkingPluginBase::getConfiguration()
FreelinkingPrepopulate::getConfiguration in modules/freelinking_prepopulate/src/Plugin/freelinking/FreelinkingPrepopulate.php
Gets this plugin's configuration.

File

src/Plugin/FreelinkingPluginBase.php, line 23

Class

FreelinkingPluginBase
Freelinking plugin base class.

Namespace

Drupal\freelinking\Plugin

Code

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