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