Kris Wallsmith
|
f33cf0ba5d
Removed replacement of parameter placeholders at load time since they're now replaced at compile time. Extensions should be written to expect parameter placeholders.
|
před 14 roky |
Kris Wallsmith
|
de6c353b40
[DependencyInjection] made compiler lazy again since there are many temporary ContainerBuilder objects that don't use it
|
před 14 roky |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
před 14 roky |
Kris Wallsmith
|
bf0553c23a
[DependencyInjection] extensions should only load if called during configuration
|
před 14 roky |
Fabien Potencier
|
a29a413c48
made DIC extensions members of the Container instead of static members
|
před 14 roky |
Fabien Potencier
|
62e3053769
refactored previous commit, fixed tests
|
před 14 roky |
Lukas Kahwe Smith
|
7f182bd877
implicitly load all registered bundles, all loading is now handled by load(), disable loading of an extension explcitly via setting the extension config to false (for now only Yaml is implemented)
|
před 14 roky |
Fabien Potencier
|
4972bf6350
[DependencyInjection] made getXsdValidationBasePath() and getNamespace() methods from DIC Extension class optional
|
před 14 roky |
Tim Nagel
|
7173764dc1
[Dependency Injection] PHPDoc
|
před 14 roky |
Fabien Potencier
|
5c905beb13
moved common configuration classes to a new Config component
|
před 14 roky |
Jordi Boggiano
|
98e035b963
[DepdenencyInjection] Prevent self-referencing aliases
|
před 14 roky |
Fabien Potencier
|
b91f082be5
Revert "moved Resource to the Config component"
|
před 14 roky |
Fabien Potencier
|
f53080860a
moved Resource to the Config component
|
před 14 roky |
Jeremy Mikola
|
743f25a287
[DependencyInjection] Create explicit factoryClass property for Definitions
|
před 14 roky |
Johannes M. Schmitt
|
f3c2e98b25
lazy-load the compiler, and related objects
|
před 14 roky |
Johannes M. Schmitt
|
1d5b6ed908
adds scope to the DI container
|
před 14 roky |
Ryan Weaver
|
17f9162b89
[Standards] Changing many instances of "boolean" to "Boolean".
|
před 14 roky |
Dominique Bongiraud
|
64fb94c725
normalized license messages in PHP files
|
před 14 roky |
Fabien Potencier
|
b7d2528384
added a way for any extension to add classes to the class cache
|
před 14 roky |
Fabien Potencier
|
612dce873b
[DependencyInjection] added the possibility to pass the type of compiler pass in ContainerBuilder::addCompilerPAss
|
před 14 roky |
Fabien Potencier
|
d5c9f37982
[DependencyInjection] added compiler passes as resources
|
před 14 roky |
Fabien Potencier
|
5c64ca8a30
renamed Container::freeze() to Container::compile()
|
před 14 roky |
Johannes Schmitt
|
d1a2a65d19
[DependencyInjection] performance improvement, better analysis tools
|
před 14 roky |
Johannes Schmitt
|
3785a99b94
adds visibility to aliases
|
před 14 roky |
Jeremy Mikola
|
554c86c589
[DependencyInjection] Add hasInterfaceInjectorForClass(), which is helpful for extension loader methods
|
před 14 roky |
Fabien Potencier
|
eb4788e98e
[DependencyInjection] made service keys and aliases case insensitive (as method names are case insensitive in PHP)
|
před 14 roky |
Victor Berchet
|
b7db5482d7
Container builder tweaks
|
před 14 roky |
Johannes Schmitt
|
db5e180d37
tweaked DI container
|
před 14 roky |
Johannes Schmitt
|
a2105d44aa
slight compiler refactoring (RFC)
|
před 14 roky |
Johannes Schmitt
|
e49cc36339
This commit fixes two bugs:
|
před 14 roky |