You are here

public function CrmCoreMatchEngine::getMachineName in CRM Core 7

Returns engine machine readable name.

Return value

string

File

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

Class

CrmCoreMatchEngine
Default implementation of CrmCoreMatchEngineInterface

Code

public function getMachineName() {
  return $this->machineName;
}