public function DumperInterface::dump in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/symfony/translation/Dumper/DumperInterface.php \Symfony\Component\Translation\Dumper\DumperInterface::dump()
- 8.0 vendor/symfony/dependency-injection/Dumper/DumperInterface.php \Symfony\Component\DependencyInjection\Dumper\DumperInterface::dump()
Same name and namespace in other branches
- 8 vendor/symfony/translation/Dumper/DumperInterface.php \Symfony\Component\Translation\Dumper\DumperInterface::dump()
Dumps the message catalogue.
Parameters
MessageCatalogue $messages The message catalogue:
array $options Options that are used by the dumper:
1 method overrides DumperInterface::dump()
- FileDumper::dump in vendor/
symfony/ translation/ Dumper/ FileDumper.php - Dumps the message catalogue.
File
- vendor/
symfony/ translation/ Dumper/ DumperInterface.php, line 30
Class
- DumperInterface
- DumperInterface is the interface implemented by all translation dumpers. There is no common option.
Namespace
Symfony\Component\Translation\DumperCode
public function dump(MessageCatalogue $messages, $options = array());