You are here

public function FieldHandlerInterface::getPropertyNames in CRM Core 8.2

Same name and namespace in other branches
  1. 8.3 modules/crm_core_match/src/Plugin/crm_core_match/field/FieldHandlerInterface.php \Drupal\crm_core_match\Plugin\crm_core_match\field\FieldHandlerInterface::getPropertyNames()
  2. 8 modules/crm_core_match/src/Plugin/crm_core_match/field/FieldHandlerInterface.php \Drupal\crm_core_match\Plugin\crm_core_match\field\FieldHandlerInterface::getPropertyNames()

Returns the names of the field's subproperties.

Return value

string[] The property names.

1 method overrides FieldHandlerInterface::getPropertyNames()
FieldHandlerBase::getPropertyNames in modules/crm_core_match/src/Plugin/crm_core_match/field/FieldHandlerBase.php
Returns the names of the field's subproperties.

File

modules/crm_core_match/src/Plugin/crm_core_match/field/FieldHandlerInterface.php, line 19

Class

FieldHandlerInterface
Interface for defining the logical operators and query criteria used to identify duplicate contacts based on different field types in DefaultMatchingEngine.

Namespace

Drupal\crm_core_match\Plugin\crm_core_match\field

Code

public function getPropertyNames();