get export filename base from profile title

Cette révision appartient à :
2021-04-22 11:30:48 +02:00
Parent 4739255992
révision 9847ae5edf

Voir le fichier

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