You are here

services14.yml in Service Container 7.2

modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services14.yml

File

modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services14.yml
View source
  1. services:
  2. factory: { class: FooBarClass, factory: baz:getClass}
  3. factory_with_static_call: { class: FooBarClass, factory: FooBacFactory::createFooBar}