You are here

public function MatchEngineBase::getConfiguration in CRM Core 8.2

Same name and namespace in other branches
  1. 8.3 modules/crm_core_match/src/Plugin/crm_core_match/engine/MatchEngineBase.php \Drupal\crm_core_match\Plugin\crm_core_match\engine\MatchEngineBase::getConfiguration()
  2. 8 modules/crm_core_match/src/Plugin/crm_core_match/engine/MatchEngineBase.php \Drupal\crm_core_match\Plugin\crm_core_match\engine\MatchEngineBase::getConfiguration()

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurablePluginInterface::getConfiguration

1 call to MatchEngineBase::getConfiguration()
MatchEngineBase::getConfigurationItem in modules/crm_core_match/src/Plugin/crm_core_match/engine/MatchEngineBase.php
Returns a specific item of this plugin's configuration.

File

modules/crm_core_match/src/Plugin/crm_core_match/engine/MatchEngineBase.php, line 67
Contains \Drupal\crm_core_match\Plugin\crm_core_match\engine\MatchEngineBase.

Class

MatchEngineBase
Default implementation of MatchEngineInterface.

Namespace

Drupal\crm_core_match\Plugin\crm_core_match\engine

Code

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