You are here

public function ProcessEvent::getItem in Feeds 8.3

Returns the parser result.

Return value

\Drupal\feeds\Feeds\Item\ItemInterface The item to process.

File

src/Event/ProcessEvent.php, line 39

Class

ProcessEvent
Fired to begin processing.

Namespace

Drupal\feeds\Event

Code

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