You are here

public function EntityEvent::getItem in Feeds 8.3

Returns the item.

Return value

\Drupal\feeds\Feeds\Item\ItemInterface The item that is being processed.

File

src/Event/EntityEvent.php, line 60

Class

EntityEvent
Fired at various phases during the process stage.

Namespace

Drupal\feeds\Event

Code

public function getItem() {
  return $this->item;
}