You are here

public function Exporter::setEntityBundle in Default Content Deploy 8

Set type of a entity content.

Parameters

string $bundle: Bundle of the entity type.

Return value

\Drupal\default_content_deploy\Exporter

File

src/Exporter.php, line 186

Class

Exporter
A service for handling export of default content.

Namespace

Drupal\default_content_deploy

Code

public function setEntityBundle($bundle) {
  $this->bundle = $bundle;
  return $this;
}