You are here

public function CrmCoreMatchEngine::getSettings in CRM Core 7

Returns engine settings.

Return value

array

File

modules/crm_core_match/includes/crm_core_match.inc, line 179
Contains the matching engine.

Class

CrmCoreMatchEngine
Default implementation of CrmCoreMatchEngineInterface

Code

public function getSettings() {
  return $this->settings;
}