You are here

public function ManageExport::importTermAll in Content Export YAML 8

File

src/ManageExport.php, line 147

Class

ManageExport

Namespace

Drupal\content_export_yaml

Code

public function importTermAll($bundle, $options = []) {
  return $this
    ->importFrom('taxonomy_term', $bundle, [], $options);
}