You are here

public function ManageExport::exportBlockAll in Content Export YAML 8

File

src/ManageExport.php, line 71

Class

ManageExport

Namespace

Drupal\content_export_yaml

Code

public function exportBlockAll($bundle, $options = []) {
  return $this
    ->exportFrom('block_content', $bundle, $options);
}