You are here

public function DumperInterface::dump in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/translation/Dumper/DumperInterface.php \Symfony\Component\Translation\Dumper\DumperInterface::dump()
  2. 8 vendor/symfony/dependency-injection/Dumper/DumperInterface.php \Symfony\Component\DependencyInjection\Dumper\DumperInterface::dump()
Same name and namespace in other branches
  1. 8.0 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\Dumper

Code

public function dump(MessageCatalogue $messages, $options = array());