You are here

abstract protected function FileDumper::getExtension in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/translation/Dumper/FileDumper.php \Symfony\Component\Translation\Dumper\FileDumper::getExtension()

Gets the file extension of the dumper.

Return value

string file extension

1 call to FileDumper::getExtension()
FileDumper::getRelativePath in vendor/symfony/translation/Dumper/FileDumper.php
Gets the relative file path using the template.
11 methods override FileDumper::getExtension()
ConcreteFileDumper::getExtension in vendor/symfony/translation/Tests/Dumper/FileDumperTest.php
Gets the file extension of the dumper.
CsvFileDumper::getExtension in vendor/symfony/translation/Dumper/CsvFileDumper.php
Gets the file extension of the dumper.
IcuResFileDumper::getExtension in vendor/symfony/translation/Dumper/IcuResFileDumper.php
Gets the file extension of the dumper.
IniFileDumper::getExtension in vendor/symfony/translation/Dumper/IniFileDumper.php
Gets the file extension of the dumper.
JsonFileDumper::getExtension in vendor/symfony/translation/Dumper/JsonFileDumper.php
Gets the file extension of the dumper.

... See full list

File

vendor/symfony/translation/Dumper/FileDumper.php, line 104

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\Dumper

Code

protected abstract function getExtension();