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