class YamlDumper extends Dumper
YamlDumper dumps a service container as a YAML string.
protected | $container | from Dumper |
__construct(ContainerBuilder $container) | from Dumper | |
string | dump(array $options = array()) Dumps the service container as an YAML string. |
ContainerBuilder | $container |
Dumps the service container as an YAML string.
array | $options | An array of options |
string | The representation of the service container |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/DependencyInjection/Dumper/YamlDumper.html