Services can be declared as non public in their definition. A service marked like this cannot be accessed with $container->get('service-id');
, rather it can only be referenced from other services. Also note that...
If you use a private service as an argument to only one other service, this will result in an inlined instantiation (e.g.
new PrivateFooBar())
inside this other service, making it publicly unavailable at runtime.
Active
11.0 π₯
base system
It affects performance. It is often combined with the Needs profiling tag.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.