You are here

public function PostImportEvent::getLoadedContent in YAML Content 8.2

Gets the list of imported content entities.

Return value

array An associative array of imported content entities keyed by file name.

File

src/Event/PostImportEvent.php, line 58

Class

PostImportEvent
Wraps a yaml content post-import event for event listeners.

Namespace

Drupal\yaml_content\Event

Code

public function getLoadedContent() {
  return $this->loadedContent;
}