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

bool hasAlias(string $id) Returns true if an alias exists under the given identifier.

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

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

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

array getOutEdges() Returns the out edges.

2025-01-10 15:47:30
ScopeInterface deprecated::getParentName()
  • References/PHP/Symfony/Component/DependencyInjection

getParentName()

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

bool hasNode(string $id) Checks if the graph has a specific node.

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

static string camelize(string $id) Camelizes a string.

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

bool isPublic() Whether this service is public facing.

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

merge(ContainerBuilder

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

array getTag(string $name) Gets a tag by name.

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

bool hasParameter(string $name) Checks if a parameter exists.

2025-01-10 15:47:30