You are here

protected function FeedsCommerceCustomerProfileProcessor::entityInfo in Commerce Feeds 7

Implements parent::entityInfo().

File

plugins/FeedsCommerceCustomerProfileProcessor.inc, line 23
Class definition of FeedsCommerceCustomerProfileProcessor.

Class

FeedsCommerceCustomerProfileProcessor
Creates profiles from feed items.

Code

protected function entityInfo() {
  $info = parent::entityInfo();
  $info['label plural'] = t('Commerce customer profiles');
  return $info;
}