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