You are here

function hook_crm_core_contact_CONTACT_BUNDLE_label in CRM Core 8.3

Same name and namespace in other branches
  1. 8 crm_core.api.php \hook_crm_core_contact_CONTACT_BUNDLE_label()

Use a custom label for a contact of bundle CONTACT_BUNDLE.

File

./crm_core.api.php, line 11
Hooks provided by the CRM Core module.

Code

function hook_crm_core_contact_CONTACT_BUNDLE_label($entity) {

  // No example.
}