You are here

public static function ContactTypeInterface::getNames in CRM Core 8.3

Same name and namespace in other branches
  1. 8 modules/crm_core_contact/src/ContactTypeInterface.php \Drupal\crm_core_contact\ContactTypeInterface::getNames()
  2. 8.2 modules/crm_core_contact/src/ContactTypeInterface.php \Drupal\crm_core_contact\ContactTypeInterface::getNames()

Returns the human readable name of any or all contact types.

Return value

array An array containing all human readable names keyed on the machine type.

2 methods override ContactTypeInterface::getNames()
IndividualType::getNames in modules/crm_core_contact/src/Entity/IndividualType.php
Returns the human readable name of any or all contact types.
OrganizationType::getNames in modules/crm_core_contact/src/Entity/OrganizationType.php
Returns the human readable name of any or all contact types.

File

modules/crm_core_contact/src/ContactTypeInterface.php, line 16

Class

ContactTypeInterface
Defines methods for CRM Contact Type entities.

Namespace

Drupal\crm_core_contact

Code

public static function getNames();