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
Definition::isPublic()
  • References/PHP/Symfony/Component/DependencyInjection

bool isPublic() Whether this service is public facing.

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

setPublic(bool $boolean) Sets if this Alias is public.

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

setAfterRemovingPasses(array $passes) Sets the AfterRemoving passes.

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

setBeforeOptimizationPasses(array $passes) Sets the BeforeOptimization passes.

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

class Reference Reference represents a service reference. Methods

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
ServiceReferenceGraph::getNodes()
  • References/PHP/Symfony/Component/DependencyInjection/Compiler

ServiceReferenceGraphNode[] getNodes() Returns all nodes. Return Value ServiceReferenceGraphNode[] An array of all ServiceReferenceGraphNode objects

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

bool isFrozen() Returns true if the container parameter bag are frozen.

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

mixed unescapeValue(mixed $value) Unescape parameter placeholders %.

2025-01-10 15:47:30