ContainerBuilder::findTags()
  • References/PHP/Symfony/Component/DependencyInjection

array findTags() Returns all tags the defined services use.

2025-01-10 15:47:30
ServiceReferenceGraphNode::getInEdges()
  • References/PHP/Symfony/Component/DependencyInjection/Compiler

array getInEdges() Returns the in edges.

2025-01-10 15:47:30
ContainerBuilder::removeAlias()
  • References/PHP/Symfony/Component/DependencyInjection

removeAlias(string $alias) Removes an alias.

2025-01-10 15:47:30
ServiceReferenceGraph::getNode()
  • References/PHP/Symfony/Component/DependencyInjection/Compiler

ServiceReferenceGraphNode getNode(string $id) Gets a node by identifier. Parameters string $id The id to retrieve Return Value ServiceReferenceGraphNode The node matching the supplied identifier Exceptions InvalidArgumentException if no node matches the supplied identifier

2025-01-10 15:47:30
ContainerBuilder::registerExtension()
  • References/PHP/Symfony/Component/DependencyInjection

registerExtension(

2025-01-10 15:47:30
ContainerBuilder::getCompiler()
  • References/PHP/Symfony/Component/DependencyInjection

Compiler getCompiler()

2025-01-10 15:47:30
ContainerBuilder::getResources()
  • References/PHP/Symfony/Component/DependencyInjection

ResourceInterface[]

2025-01-10 15:47:30
ContainerInterface::getParameter()
  • References/PHP/Symfony/Component/DependencyInjection

mixed getParameter(string $name) Gets a parameter.

2025-01-10 15:47:30
Definition::setAutowiringTypes()
  • References/PHP/Symfony/Component/DependencyInjection

Definition setAutowiringTypes(array

2025-01-10 15:47:30
Container::has()
  • References/PHP/Symfony/Component/DependencyInjection

bool has(string $id) Returns true if the given service is defined.

2025-01-10 15:47:30