You are here

public function CivicrmContactEntityType::getDrupalTypes in CRM Core 7

Returns available Drupal entity types.

Overrides CivicrmEntityType::getDrupalTypes

File

modules/crm_core_data_import/plugins/source_plugins/civicrm/CivicrmContactEntityType.inc, line 32

Class

CivicrmContactEntityType

Code

public function getDrupalTypes() {
  return $this
    ->getBundles('crm_core_contact');
}