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/Compiler
2011-04-26 12:36:25 +02:00
..
AnalyzeServiceReferencesPass.php [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
CheckCircularReferencesPass.php removed unused variable 2011-03-21 11:34:06 +01:00
CheckDefinitionValidityPass.php removed support for interface injection as well as all relevant tests 2011-04-23 11:42:31 +02:00
CheckExceptionOnInvalidReferenceBehaviorPass.php [DependencyInjection] also check references of inlined services 2011-04-15 08:47:28 +02:00
CheckReferenceValidityPass.php [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
Compiler.php [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
CompilerPassInterface.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
InlineServiceDefinitionsPass.php [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
LoggingFormatter.php [DependencyInjection] removed pass time 2011-04-15 08:19:28 +02:00
MergeExtensionConfigurationPass.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
PassConfig.php removed support for interface injection as well as all relevant tests 2011-04-23 11:42:31 +02:00
RemoveAbstractDefinitionsPass.php [DependencyInjection] renamed ContainerBuilder::remove() as removeDefinition() to be more consistent with other definition-related methods 2011-04-20 04:48:19 -07:00
RemovePrivateAliasesPass.php [DependencyInjection] refactored code a bit, added some more logging messages 2011-04-14 21:01:37 +02:00
RemoveUnusedDefinitionsPass.php [DependencyInjection] renamed ContainerBuilder::remove() as removeDefinition() to be more consistent with other definition-related methods 2011-04-20 04:48:19 -07:00
RepeatablePassInterface.php removed empty lines/trailing spaces 2011-04-15 21:12:02 +02:00
RepeatedPass.php removed empty lines/trailing spaces 2011-04-15 21:12:02 +02:00
ReplaceAliasByActualDefinitionPass.php [DependencyInjection] renamed ContainerBuilder::remove() as removeDefinition() to be more consistent with other definition-related methods 2011-04-20 04:48:19 -07:00
ResolveDefinitionTemplatesPass.php [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
ResolveInvalidReferencesPass.php use synthetic services instead of special exceptions 2011-04-12 10:07:46 +02:00
ResolveParameterPlaceHoldersPass.php [DependencyInjection] added NonExistentParameterException that indicates where a non-existent parameter is being used 2011-04-26 12:36:25 +02:00
ResolveReferencesToAliasesPass.php [DependencyInjection] moved most protected things to private 2011-03-11 14:50:46 +01:00
ServiceReferenceGraph.php removed empty lines/trailing spaces 2011-04-15 21:12:02 +02:00
ServiceReferenceGraphEdge.php removed empty lines/trailing spaces 2011-04-15 21:12:02 +02:00
ServiceReferenceGraphNode.php removed empty lines/trailing spaces 2011-04-15 21:12:02 +02:00