diff --git a/src/Application/Model/ExportBase.php b/src/Application/Model/ExportBase.php index ef2a0e8..a9357ff 100644 --- a/src/Application/Model/ExportBase.php +++ b/src/Application/Model/ExportBase.php @@ -98,6 +98,14 @@ abstract class ExportBase implements QueryBase return $renderer->getContent($rows, $fieldnames); } + /** + * @return string + */ + public function getExportFilenameBase() : string + { + return $this->getTitle(); + } + /** * @param $format *