public function ManageExport::importAll in Content Export YAML 8
File
- src/
ManageExport.php, line 156
Class
Namespace
Drupal\content_export_yamlCode
public function importAll($entity, $bundle, $options = []) {
return $this
->importFrom($entity, $bundle, [], $options);
}