You are here

public function ManageExport::importAll in Content Export YAML 8

File

src/ManageExport.php, line 156

Class

ManageExport

Namespace

Drupal\content_export_yaml

Code

public function importAll($entity, $bundle, $options = []) {
  return $this
    ->importFrom($entity, $bundle, [], $options);
}