You are here

public function Exporter::setEntityIds in Default Content Deploy 8

Set entity IDs for export.

Parameters

array $entity_ids: The IDs of entity.

Return value

\Drupal\default_content_deploy\Exporter

File

src/Exporter.php, line 199

Class

Exporter
A service for handling export of default content.

Namespace

Drupal\default_content_deploy

Code

public function setEntityIds(array $entity_ids) {
  $this->entityIds = $entity_ids;
  return $this;
}