Component\DomCrawler\Field

Classes ChoiceFormField ChoiceFormField represents a choice form field. FileFormField FileFormField represents a file form field (an HTML file input tag). FormField FormField is the abstract class for all form fields. InputFormField InputFormField represents an input form field (an HTML input tag). TextareaFormField TextareaFormField represents a textarea form field (an HTML textarea tag).

Component\EventDispatcher\Debug

Interfaces TraceableEventDispatcherInterface

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\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\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

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

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\Config

Classes AutowireServiceResource

Component\DependencyInjection

Namespaces Symfony\Component\DependencyInjection\CompilerSymfony\Component\DependencyInjection\DumperSymfony\Component\DependencyInjection\ExceptionSymfony\Component\DependencyInjection\ExtensionSymfony\Component\DependencyInjection\LazyProxySymfony\Component\DependencyInjection\LoaderSymfony\Component\DependencyInjection\ParameterBag Classes Alias Container Container is a dependency injection container. ContainerAware A simple implementation of ContainerAwareInterface. Container