abstract protected function FileDumper::getExtension in Plug 7
Gets the file extension of the dumper.
Return value
string file extension
1 call to FileDumper::getExtension()
- FileDumper::getRelativePath in lib/
Symfony/ translation/ Dumper/ FileDumper.php - Gets the relative file path using the template.
11 methods override FileDumper::getExtension()
- ConcreteFileDumper::getExtension in lib/
Symfony/ translation/ Tests/ Dumper/ FileDumperTest.php - Gets the file extension of the dumper.
- CsvFileDumper::getExtension in lib/
Symfony/ translation/ Dumper/ CsvFileDumper.php - Gets the file extension of the dumper.
- IcuResFileDumper::getExtension in lib/
Symfony/ translation/ Dumper/ IcuResFileDumper.php - Gets the file extension of the dumper.
- IniFileDumper::getExtension in lib/
Symfony/ translation/ Dumper/ IniFileDumper.php - Gets the file extension of the dumper.
- JsonFileDumper::getExtension in lib/
Symfony/ translation/ Dumper/ JsonFileDumper.php - Gets the file extension of the dumper.
File
- lib/
Symfony/ translation/ Dumper/ FileDumper.php, line 120
Class
- FileDumper
- FileDumper is an implementation of DumperInterface that dump a message catalogue to file(s). Performs backup of already existing files.
Namespace
Symfony\Component\Translation\DumperCode
protected abstract function getExtension();