-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
DependencyInjectionactionableClear and specific issues ready for anyone to take them.Clear and specific issues ready for anyone to take them.good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)
Description
I just discovered that we haven't any docs about synthetic services.
Synthetic services are services which are injected later on. For instance, the kernel
service is synthetic, because it's injected later on:
<service id="kernel" synthetic="true" />
class Kernel
{
// ...
pubic function initializeContainer()
{
// ...
$container->set('kernel', $this);
}
}
It should get documented in an article under components/dependency_injection
Metadata
Metadata
Assignees
Labels
DependencyInjectionactionableClear and specific issues ready for anyone to take them.Clear and specific issues ready for anyone to take them.good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)