Component\DomCrawler

Namespaces Symfony\Component\DomCrawler\Field Classes Crawler Crawler eases navigation of a list of \DOMNode objects. Form Form represents an HTML form. FormFieldRegistry This is an internal class that must not be used directly. Link Link represents an HTML link (an HTML a tag).

Component\DependencyInjection\ParameterBag

Classes FrozenParameterBag Holds read-only parameters. ParameterBag Holds parameters. Interfaces ParameterBagInterface ParameterBagInterface.

Component\DependencyInjection\Loader

Classes ClosureLoader ClosureLoader loads service definitions from a PHP closure. FileLoader FileLoader is the abstract class used by all built-in loaders that are file based. IniFileLoader IniFileLoader loads parameters from INI files. PhpFileLoader PhpFileLoader loads service definitions from a PHP file. XmlFileLoader XmlFileLoader loads XML files service definitions. YamlFileLoader YamlFileLoader loads YAML files service definitions.

Component\DependencyInjection\LazyProxy\PhpDumper

Classes NullDumper Null dumper, negates any proxy code generation for any given service definition. Interfaces DumperInterface Lazy proxy dumper capable of generating the instantiation logic PHP code for proxied services.

Component\DependencyInjection\LazyProxy\Instantiator

Classes RealServiceInstantiator {@inheritDoc} Interfaces InstantiatorInterface Lazy proxy instantiator, capable of instantiating a proxy given a container, the service definitions and a callback that produces the real service instance.

Component\DependencyInjection\LazyProxy

Namespaces Symfony\Component\DependencyInjection\LazyProxy\InstantiatorSymfony\Component\DependencyInjection\LazyProxy\PhpDumper

Component\DependencyInjection\Extension

Classes Extension Provides useful features shared by many extensions. Interfaces ConfigurationExtensionInterface ConfigurationExtensionInterface is the interface implemented by container extension classes. ExtensionInterface ExtensionInterface is the interface implemented by container extension classes. PrependExtensionInterface

Component\DependencyInjection\Exception

Classes BadMethodCallException Base BadMethodCallException for Dependency Injection component. InactiveScopeException This exception is thrown when you try to create a service of an inactive scope. InvalidArgumentException Base InvalidArgumentException for Dependency Injection component. LogicException Base LogicException for Dependency Injection component. OutOfBoundsException Base OutOfBoundsException for Dependency Injection component. ParameterCircularReferenceException

Component\DependencyInjection\Dumper

Classes Dumper Dumper is the abstract class for all built-in dumpers. GraphvizDumper GraphvizDumper dumps a service container as a graphviz file. PhpDumper PhpDumper dumps a service container as a PHP class. XmlDumper XmlDumper dumps a service container as an XML string. YamlDumper YamlDumper dumps a service container as a YAML string. Interfaces DumperInterface DumperInterface is the interface implemented by service container dumper classes.

Component\DependencyInjection\Config

Classes AutowireServiceResource