Component\Config\Definition\Exception

Classes DuplicateKeyException This exception is thrown whenever the key of an array is not unique. This can only be the case if the configuration is coming from an XML file. Exception Base exception for all configuration exceptions ForbiddenOverwriteException This exception is thrown when a configuration path is overwritten from a subsequent configuration file, but the entry node specifically forbids this. InvalidConfigurationException A very general exception which can be thrown

Component\Config\Definition\Dumper

Classes XmlReferenceDumper Dumps a XML reference configuration for the given configuration/node instance. YamlReferenceDumper Dumps a Yaml reference configuration for the given configuration/node instance.

Component\Config\Resource

Classes DirectoryResource DirectoryResource represents a resources stored in a subdirectory tree. FileResource FileResource represents a resource stored on the filesystem. Interfaces ResourceInterface ResourceInterface is the interface that must be implemented by all Resource classes.

Component\Config\Definition\Builder

Classes ArrayNodeDefinition This class provides a fluent interface for defining an array node. BooleanNodeDefinition This class provides a fluent interface for defining a node. EnumNodeDefinition Enum Node Definition. ExprBuilder This class builds an if expression. FloatNodeDefinition This class provides a fluent interface for defining a float node. IntegerNodeDefinition This class provides a fluent interface for defining an integer node. MergeBuilder This class build

Component\Config

Namespaces Symfony\Component\Config\DefinitionSymfony\Component\Config\ExceptionSymfony\Component\Config\LoaderSymfony\Component\Config\ResourceSymfony\Component\Config\Util Classes ConfigCache ConfigCache manages PHP cache files. FileLocator FileLocator uses an array of pre-defined paths to find files. Interfaces FileLocatorInterface

Component\Config\Definition

Namespaces Symfony\Component\Config\Definition\BuilderSymfony\Component\Config\Definition\Exception Classes ArrayNode Represents an Array node in the config tree. BaseNode The base node class BooleanNode This node represents a Boolean value in the config tree. EnumNode Node which only allows a finite set of values. FloatNode This node represents a float value in the config tree. IntegerNode This node represents an integer value in the config tree. NumericNode This n

Component\Cache\Exception

Classes InvalidArgumentException Exceptions CacheException

Component\ClassLoader

Classes ApcClassLoader ApcClassLoader implements a wrapping autoloader cached in APC for PHP 5.3. ApcUniversalClassLoader ApcUniversalClassLoader implements a "universal" autoloader cached in APC for PHP 5.3. ClassCollectionLoader ClassCollectionLoader. ClassLoader ClassLoader implements an PSR-0 class loader ClassMapGenerator ClassMapGenerator DebugClassLoader Autoloader checking if the class is really defined in the file found. DebugUniversalClassLoader Checks that

Component\Cache

Namespaces Symfony\Component\Cache\AdapterSymfony\Component\Cache\Exception Classes CacheItem DoctrineProvider

Component\Cache\Adapter

Classes AbstractAdapter ApcuAdapter ArrayAdapter ChainAdapter Chains several adapters together. DoctrineAdapter FilesystemAdapter ProxyAdapter RedisAdapter Interfaces AdapterInterface Interface for adapters managing instances of Symfony's {see CacheItem}.