You are here

public function ManageExport::exportAll in Content Export YAML 8

File

src/ManageExport.php, line 77

Class

ManageExport

Namespace

Drupal\content_export_yaml

Code

public function exportAll($entity, $bundle, $options = []) {
  return $this
    ->exportFrom($entity, $bundle, $options);
}