get export filename base from profile title

This commit is contained in:
Daniel Seifert 2021-04-22 11:30:48 +02:00
parent 4739255992
commit 9847ae5edf
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
1 changed files with 8 additions and 0 deletions

View File

@ -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
*