You are here

public function ImportEvent::getImportedEntities in Default Content for D8 8

Same name and namespace in other branches
  1. 2.0.x src/Event/ImportEvent.php \Drupal\default_content\Event\ImportEvent::getImportedEntities()

Get the imported entities.

Return value

\Drupal\Core\Entity\ContentEntityInterface[] An array of content entities that were imported.

File

src/Event/ImportEvent.php, line 47

Class

ImportEvent
Defines event fired when content is imported.

Namespace

Drupal\default_content\Event

Code

public function getImportedEntities() {
  return $this->entities;
}