class UnsupportedFieldMatchField in CRM Core 7
Hierarchy
- class \DefaultMatchingEngineFieldType implements DefaultMatchingEngineFieldTypeInterface
- class \UnsupportedFieldMatchField
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
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DefaultMatchingEngineFieldType:: |
public | function |
Field query to search matches. Overrides DefaultMatchingEngineFieldTypeInterface:: |
2 |
DefaultMatchingEngineFieldType:: |
public | function |
Template used to render fields matching rules configuration form. Overrides DefaultMatchingEngineFieldTypeInterface:: |
4 |
DefaultMatchingEngineFieldType:: |
constant | |||
UnsupportedFieldMatchField:: |
public | function |
Each field handler MUST implement this method. Overrides DefaultMatchingEngineFieldType:: |