You are here

public function Exporter::getResult in Default Content Deploy 8

Array with entity types for display result.

Return value

array Array with entity types.

File

src/Exporter.php, line 284

Class

Exporter
A service for handling export of default content.

Namespace

Drupal\default_content_deploy

Code

public function getResult() {
  return $this->exportedEntities;
}