get export filename base from profile title
This commit is contained in:
parent
4739255992
commit
9847ae5edf
@ -98,6 +98,14 @@ abstract class ExportBase implements QueryBase
|
|||||||
return $renderer->getContent($rows, $fieldnames);
|
return $renderer->getContent($rows, $fieldnames);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getExportFilenameBase() : string
|
||||||
|
{
|
||||||
|
return $this->getTitle();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $format
|
* @param $format
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user