You are here

class UnsupportedFieldMatchField in CRM Core 7

Hierarchy

Expanded class hierarchy of UnsupportedFieldMatchField

1 string reference to 'UnsupportedFieldMatchField'
DefaultMatchingEngineFieldType::fieldRender in modules/crm_core_default_matching_engine/includes/DefaultMatchingEngine.inc
Template used to render fields matching rules configuration form.

File

modules/crm_core_default_matching_engine/includes/DefaultMatchingEngine.inc, line 256

View source
class UnsupportedFieldMatchField extends DefaultMatchingEngineFieldType {
  public function operators() {
    return array();
  }

}

Members

Namesort descending Modifiers Type Description Overrides
DefaultMatchingEngineFieldType::fieldQuery public function Field query to search matches. Overrides DefaultMatchingEngineFieldTypeInterface::fieldQuery 2
DefaultMatchingEngineFieldType::fieldRender public function Template used to render fields matching rules configuration form. Overrides DefaultMatchingEngineFieldTypeInterface::fieldRender 4
DefaultMatchingEngineFieldType::WEIGHT_DELTA constant
UnsupportedFieldMatchField::operators public function Each field handler MUST implement this method. Overrides DefaultMatchingEngineFieldType::operators