DefinitionDecorator::getParent()
  • References/PHP/Symfony/Component/DependencyInjection

string getParent() Returns the Definition being decorated.

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

Classes

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

formatInlineService(

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

Definition setSynthetic(bool

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

setDefinitions(array $definitions) Sets the service definitions.

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

string|null getClass() Gets the service class.

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

string[] getAutowiringTypes() Gets autowiring types that will default to this definition.

2025-01-10 15:47:30
XmlDumper::phpToXml()
  • References/PHP/Symfony/Component/DependencyInjection/Dumper

static string phpToXml(mixed $value) Converts php types to xml types.

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

array findTaggedServiceIds(string $name) Returns service ids for a given tag. Example:

2025-01-10 15:47:30