class GraphvizDumper extends Dumper
GraphvizDumper dumps a service container as a graphviz file.
You can convert the generated dot file with the dot utility (http://www.graphviz.org/):
dot -Tpng container.dot > foo.png
protected | $container | from Dumper |
__construct(ContainerBuilder $container) | from Dumper | |
string | dump(array $options = array()) Dumps the service container as a graphviz graph. |
ContainerBuilder | $container |
Dumps the service container as a graphviz graph.
Available options:
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/GraphvizDumper.html