You are here

protected function LogProcessor::entityInfo in Log entity 7

Implements parent::entityInfo().

File

includes/feeds/plugins/LogProcessor.inc, line 22
Class definition of LogProcessor.

Class

LogProcessor
Creates logs from feed items.

Code

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