This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/DependencyInjection/Loader
Fabien Potencier 7c1b42e81b [DependencyInjection] added a way to inject an anonymous service in an extension configuration
<foo:bar>
        <service class="Foo" />
        <service class="Bar" />
    </foo:bar>

In the foo:bar extension method, you can retrieve the services with:

    // always an array of services
    $config['_services']
2010-09-02 12:17:32 +02:00
..
schema/dic/services [DependencyInjection] added a way to ignore errors when importing a non-existent file (useful when you want to include an optional service file) 2010-08-24 16:37:41 +02:00
ClosureLoader.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
DelegatingLoader.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
FileLoader.php [DependencyInjection] added a way to ignore errors when importing a non-existent file (useful when you want to include an optional service file) 2010-08-24 16:37:41 +02:00
IniFileLoader.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
Loader.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
LoaderInterface.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
LoaderResolver.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
LoaderResolverInterface.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
PhpFileLoader.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
XmlFileLoader.php [DependencyInjection] added a way to inject an anonymous service in an extension configuration 2010-09-02 12:17:32 +02:00
YamlFileLoader.php [DependencyInjection] added a way to ignore errors when importing a non-existent file (useful when you want to include an optional service file) 2010-08-24 16:37:41 +02:00