You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use attributes to have autowiring between ServiceLocator and tagged services, by key that can be either FQCN (default) or allow users to define it. Upgrade of implementation: #29203
Example of FQCN index, along with psalm annotation use:
Description
Use attributes to have autowiring between ServiceLocator and tagged services, by key that can be either FQCN (default) or allow users to define it. Upgrade of implementation: #29203
Example of FQCN index, along with psalm annotation use:
If users want different index (like #29203), optional parameter would be the name of static method used:
If of any relevance, stub for ServiceLocator can be this: