Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / graphviz / services9.dot
1 digraph sc {
2   ratio="compress"
3   node [fontsize="11" fontname="Arial" shape="record"];
4   edge [fontsize="9" fontname="Arial" color="grey" arrowhead="open" arrowsize="0.5"];
5
6   node_service_container [label="service_container (Psr\Container\ContainerInterface, Symfony\Component\DependencyInjection\ContainerInterface)\nSymfony\\Component\\DependencyInjection\\ContainerInterface\n", shape=record, fillcolor="#eeeeee", style="filled"];
7   node_foo [label="foo (alias_for_foo)\nBar\\FooClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
8   node_foo_baz [label="foo.baz\nBazClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
9   node_bar [label="bar\nBar\\FooClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
10   node_foo_bar [label="foo_bar\nBar\\FooClass\n", shape=record, fillcolor="#eeeeee", style="dotted"];
11   node_method_call1 [label="method_call1\nBar\\FooClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
12   node_foo_with_inline [label="foo_with_inline\nFoo\n", shape=record, fillcolor="#eeeeee", style="filled"];
13   node_inlined [label="inlined\nBar\n", shape=record, fillcolor="#eeeeee", style="filled"];
14   node_baz [label="baz\nBaz\n", shape=record, fillcolor="#eeeeee", style="filled"];
15   node_request [label="request\nRequest\n", shape=record, fillcolor="#eeeeee", style="filled"];
16   node_configurator_service [label="configurator_service\nConfClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
17   node_configured_service [label="configured_service\nstdClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
18   node_configurator_service_simple [label="configurator_service_simple\nConfClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
19   node_configured_service_simple [label="configured_service_simple\nstdClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
20   node_decorated [label="decorated\nstdClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
21   node_decorator_service [label="decorator_service\nstdClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
22   node_decorator_service_with_name [label="decorator_service_with_name\nstdClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
23   node_deprecated_service [label="deprecated_service\nstdClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
24   node_new_factory [label="new_factory\nFactoryClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
25   node_factory_service [label="factory_service\nBar\n", shape=record, fillcolor="#eeeeee", style="filled"];
26   node_new_factory_service [label="new_factory_service\nFooBarBaz\n", shape=record, fillcolor="#eeeeee", style="filled"];
27   node_service_from_static_method [label="service_from_static_method\nBar\\FooClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
28   node_factory_simple [label="factory_simple\nSimpleFactoryClass\n", shape=record, fillcolor="#eeeeee", style="filled"];
29   node_factory_service_simple [label="factory_service_simple\nBar\n", shape=record, fillcolor="#eeeeee", style="filled"];
30   node_lazy_context [label="lazy_context\nLazyContext\n", shape=record, fillcolor="#eeeeee", style="filled"];
31   node_lazy_context_ignore_invalid_ref [label="lazy_context_ignore_invalid_ref\nLazyContext\n", shape=record, fillcolor="#eeeeee", style="filled"];
32   node_tagged_iterator_foo [label="tagged_iterator_foo\nBar\n", shape=record, fillcolor="#eeeeee", style="filled"];
33   node_tagged_iterator [label="tagged_iterator\nBar\n", shape=record, fillcolor="#eeeeee", style="filled"];
34   node_foo2 [label="foo2\n\n", shape=record, fillcolor="#ff9999", style="filled"];
35   node_foo3 [label="foo3\n\n", shape=record, fillcolor="#ff9999", style="filled"];
36   node_foobaz [label="foobaz\n\n", shape=record, fillcolor="#ff9999", style="filled"];
37   node_invalid [label="invalid\n\n", shape=record, fillcolor="#ff9999", style="filled"];
38   node_foo -> node_foo_baz [label="" style="filled"];
39   node_foo -> node_service_container [label="" style="filled"];
40   node_foo -> node_foo_baz [label="" style="dashed"];
41   node_foo -> node_bar [label="setBar()" style="dashed"];
42   node_bar -> node_foo_baz [label="" style="filled"];
43   node_foo_bar -> node_deprecated_service [label="" style="filled"];
44   node_method_call1 -> node_foo [label="setBar()" style="dashed"];
45   node_method_call1 -> node_foo2 [label="setBar()" style="dashed"];
46   node_method_call1 -> node_foo3 [label="setBar()" style="dashed"];
47   node_method_call1 -> node_foobaz [label="setBar()" style="dashed"];
48   node_foo_with_inline -> node_inlined [label="setBar()" style="dashed"];
49   node_inlined -> node_baz [label="setBaz()" style="dashed"];
50   node_baz -> node_foo_with_inline [label="setFoo()" style="dashed"];
51   node_configurator_service -> node_baz [label="setFoo()" style="dashed"];
52   node_lazy_context -> node_foo_baz [label="" style="filled" color="#9999ff"];
53   node_lazy_context -> node_service_container [label="" style="filled" color="#9999ff"];
54   node_lazy_context_ignore_invalid_ref -> node_foo_baz [label="" style="filled" color="#9999ff"];
55   node_lazy_context_ignore_invalid_ref -> node_invalid [label="" style="filled" color="#9999ff"];
56 }