Copied!

Adds extractors to the property_info.constructor_extractor service.

CloneableFinalInstantiable
Methods
public process(Symfony\Component\DependencyInjection\ContainerBuilder $container) : void
Methods
private findAndSortTaggedServices(Symfony\Component\DependencyInjection\Argument\TaggedIteratorArgument|string $tagName, Symfony\Component\DependencyInjection\ContainerBuilder $container, array $exclude = []) : array
 

Finds all services with the given tag name and order them by their priority.

The order of additions must be respected for services having the same priority,
and knowing that the \SplPriorityQueue class does not respect the FIFO method,
we should not use that class.

  • see https://bugs.php.net/53710
  • see https://bugs.php.net/60926
  • return \Reference[]
© 2023 Bruce Wells
Search Namespaces \ Classes
Configuration