You are here

public function MatchEngineInterface::getConfigurationItem in CRM Core 8

Same name and namespace in other branches
  1. 8.3 modules/crm_core_match/src/Plugin/crm_core_match/engine/MatchEngineInterface.php \Drupal\crm_core_match\Plugin\crm_core_match\engine\MatchEngineInterface::getConfigurationItem()
  2. 8.2 modules/crm_core_match/src/Plugin/crm_core_match/engine/MatchEngineInterface.php \Drupal\crm_core_match\Plugin\crm_core_match\engine\MatchEngineInterface::getConfigurationItem()

Returns a specific item of this plugin's configuration.

Parameters

string|array $key: The key of the item to get, or an array of nested keys.

Return value

mixed An item of this plugin's configuration.

1 method overrides MatchEngineInterface::getConfigurationItem()
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/MatchEngineInterface.php, line 37

Class

MatchEngineInterface
Interface for matching engines.

Namespace

Drupal\crm_core_match\Plugin\crm_core_match\engine

Code

public function getConfigurationItem($key);