You are here

public function FieldHandlerInterface::getType in CRM Core 8.3

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

Gets the field type.

Return value

string The name of the field type.

1 method overrides FieldHandlerInterface::getType()
FieldHandlerBase::getType in modules/crm_core_match/src/Plugin/crm_core_match/field/FieldHandlerBase.php
Gets the field type.

File

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

Class

FieldHandlerInterface
Field Handler Interface.

Namespace

Drupal\crm_core_match\Plugin\crm_core_match\field

Code

public function getType();