You are here

protected property MergeContactsAction::$entityTypeManager in CRM Core 8.3

Same name and namespace in other branches
  1. 8 modules/crm_core_contact/src/Plugin/Action/MergeContactsAction.php \Drupal\crm_core_contact\Plugin\Action\MergeContactsAction::entityTypeManager
  2. 8.2 modules/crm_core_contact/src/Plugin/Action/MergeContactsAction.php \Drupal\crm_core_contact\Plugin\Action\MergeContactsAction::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManager

File

modules/crm_core_contact/src/Plugin/Action/MergeContactsAction.php, line 59

Class

MergeContactsAction
Merges 2 or more contacts.

Namespace

Drupal\crm_core_contact\Plugin\Action

Code

protected $entityTypeManager;