ServiceReferenceGraphNode::addInEdge()
  • References/PHP/Symfony/Component/DependencyInjection/Compiler

addInEdge(

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

bool isDefinition() Checks if the value of this node is a Definition.

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

Definition setPublic(bool

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

bool isSynthetic() Whether this definition is synthetic, that is not constructed by the container

2025-01-10 15:47:30
TaggedContainerInterface
  • References/PHP/Symfony/Component/DependencyInjection

interface TaggedContainerInterface implements

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

ExtensionInterface[] getExtensions() Returns all registered extensions. Return Value ExtensionInterface[] An array of ExtensionInterface

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

array getTags() Returns all tags. Return

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

Definition addMethodCall(string

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

setAliases(array $aliases) Sets the service aliases.

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

bool hasMethodCall(string $method) Check if the current definition has a given method to call

2025-01-10 15:47:30