You are here

public function NodeContactDataDestinationHandler::__construct in CRM Core 7

Default construct.

File

modules/crm_core_data_import/plugins/destination/NodeDestinationHandler.inc, line 18

Class

NodeContactDataDestinationHandler

Code

public function __construct() {
  $this->entityType = 'node';
}