|
Symfony\Bridge\Doctrine\Annotations\IndexedReader
|
Allows the reader to be used in-place of Doctrine's reader.
|
|
Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
|
The proxy generator cache warmer generates all entity proxies.
|
|
Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector
|
DoctrineDataCollector.
|
|
Symfony\Bridge\Doctrine\Form\ChoiceList\EntityChoiceList
|
|
|
Symfony\Bridge\Doctrine\Form\DataTransformer\EntitiesToArrayTransformer
|
|
|
Symfony\Bridge\Doctrine\Form\DataTransformer\EntityToIdTransformer
|
|
|
Symfony\Bridge\Doctrine\Form\DoctrineOrmExtension
|
|
|
Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
|
|
|
Symfony\Bridge\Doctrine\Form\EventListener\MergeCollectionListener
|
Merge changes from the request to a Doctrine\Common\Collections\Collection instance.
|
|
Symfony\Bridge\Doctrine\Form\Type\EntityType
|
|
|
Symfony\Bridge\Doctrine\Logger\DbalLogger
|
DbalLogger.
|
|
Symfony\Bridge\Doctrine\Mapping\Driver\XmlDriver
|
XmlDriver that additionally looks for mapping information in a global file.
|
|
Symfony\Bridge\Doctrine\Mapping\Driver\YamlDriver
|
YamlDriver that additionally looks for mapping information in a global file.
|
|
Symfony\Bridge\Doctrine\RegistryInterface
|
References Doctrine connections and entity managers.
|
|
Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
|
Wrapper around a Doctrine EntityManager.
|
|
Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity
|
Constraint for the Unique Entity validator
|
|
Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
|
Unique Entity Validator checks if one or a set of fields contain unique values.
|
|
Symfony\Bridge\Doctrine\Validator\EntityInitializer
|
Automatically loads proxy object before validation.
|
|
Symfony\Bridge\Monolog\Handler\DebugHandler
|
DebugLogger.
|
|
Symfony\Bridge\Monolog\Handler\FirePHPHandler
|
FirePHPHandler.
|
|
Symfony\Bridge\Monolog\Logger
|
Logger.
|
|
Symfony\Bridge\Monolog\Processor\WebProcessor
|
WebProcessor override to read from the HttpFoundation's Request
|
|
Symfony\Bridge\Swiftmailer\DataCollector\MessageDataCollector
|
MessageDataCollector.
|
|
Symfony\Bridge\Twig\Extension\FormExtension
|
FormExtension extends Twig with form capabilities.
|
|
Symfony\Bridge\Twig\Extension\RoutingExtension
|
Provides integration of the Routing component with Twig.
|
|
Symfony\Bridge\Twig\Extension\TranslationExtension
|
Provides integration of the Translation component with Twig.
|
|
Symfony\Bridge\Twig\Extension\YamlExtension
|
Provides integration of the Yaml component with Twig.
|
|
Symfony\Bridge\Twig\Node\FormThemeNode
|
|
|
Symfony\Bridge\Twig\Node\TransNode
|
|
|
Symfony\Bridge\Twig\TokenParser\FormThemeTokenParser
|
Token Parser for the 'form_theme' tag.
|
|
Symfony\Bridge\Twig\TokenParser\TransChoiceTokenParser
|
Token Parser for the 'transchoice' tag.
|
|
Symfony\Bridge\Twig\TokenParser\TransTokenParser
|
Token Parser for the 'trans' tag.
|
|
Symfony\Bundle\DoctrineAbstractBundle\DependencyInjection\AbstractDoctrineExtension
|
This abstract classes groups common code that Doctrine Object Manager extensions (ORM, MongoDB, CouchDB) need.
|
|
Symfony\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
|
Database tool allows you to easily drop and create your configured databases.
|
|
Symfony\Bundle\DoctrineBundle\Command\DoctrineCommand
|
Base class for Doctrine console commands to extend from.
|
|
Symfony\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
|
Database tool allows you to easily drop and create your configured databases.
|
|
Symfony\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand
|
Generate entity classes from mapping information
|
|
Symfony\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
|
Import Doctrine ORM metadata mapping information from an existing database.
|
|
Symfony\Bundle\DoctrineBundle\Command\InfoDoctrineCommand
|
Show information about mapped entities
|
|
Symfony\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
|
Command to clear the metadata cache of the various cache drivers.
|
|
Symfony\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
|
Command to clear the query cache of the various cache drivers.
|
|
Symfony\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
|
Command to clear the result cache of the various cache drivers.
|
|
Symfony\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
|
Convert Doctrine ORM metadata mapping information between the various supported formats.
|
|
Symfony\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
|
Command to execute the SQL needed to generate the database schema for a given entity manager.
|
|
Symfony\Bundle\DoctrineBundle\Command\Proxy\DoctrineCommandHelper
|
Provides some helper and convenience methods to configure doctrine commands in the context of bundles and multiple connections/entity managers.
|
|
Symfony\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
|
Command to drop the database schema for a set of classes based on their mappings.
|
|
Symfony\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
|
Ensure the Doctrine ORM is configured properly for a production environment.
|
|
Symfony\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
|
Execute a Doctrine DQL query and output the results.
|
|
Symfony\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
|
Execute a SQL query and output the results.
|
|
Symfony\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
|
Command to generate the SQL needed to update the database schema to match the current mapping information.
|
|
Symfony\Bundle\DoctrineBundle\ConnectionFactory
|
Connection
|
|
Symfony\Bundle\DoctrineBundle\DependencyInjection\Compiler\RegisterEventListenersAndSubscribersPass
|
|
|
Symfony\Bundle\DoctrineBundle\DependencyInjection\Configuration
|
This class contains the configuration information for the bundle
|
|
Symfony\Bundle\DoctrineBundle\DependencyInjection\DoctrineExtension
|
DoctrineExtension is an extension for the Doctrine DBAL and ORM library.
|
|
Symfony\Bundle\DoctrineBundle\DoctrineBundle
|
Bundle.
|
|
Symfony\Bundle\DoctrineBundle\Mapping\ClassMetadataCollection
|
|
|
Symfony\Bundle\DoctrineBundle\Mapping\DisconnectedMetadataFactory
|
|
|
Symfony\Bundle\DoctrineBundle\Mapping\MetadataFactory
|
This class provides methods to access Doctrine entity class metadata for a given bundle, namespace or entity class.
|
|
Symfony\Bundle\DoctrineBundle\Registry
|
References all Doctrine connections and entity managers in a given Container.
|
|
Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
|
Generates the router matcher and generator classes.
|
|
Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
|
Finds all the templates.
|
|
Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinderInterface
|
Interface for finding all the templates.
|
|
Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
|
Computes the association between template names and their paths on the disk.
|
|
Symfony\Bundle\FrameworkBundle\Client
|
Client simulates a browser and makes requests to a Kernel object.
|
|
Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
|
Command that places bundle web assets into a given directory.
|
|
Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
|
Clear and Warmup the cache.
|
|
Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
|
Warmup the cache.
|
|
Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
|
Command.
|
|
Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
|
A console command for retrieving information about services
|
|
Symfony\Bundle\FrameworkBundle\Command\RouterApacheDumperCommand
|
RouterApacheDumperCommand.
|
|
Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
|
A console command for retrieving information about routes
|
|
Symfony\Bundle\FrameworkBundle\Console\Application
|
Application.
|
|
Symfony\Bundle\FrameworkBundle\Console\Shell
|
Shell.
|
|
Symfony\Bundle\FrameworkBundle\ContainerAwareEventDispatcher
|
Lazily loads listeners and subscribers from the dependency injection container
|
|
Symfony\Bundle\FrameworkBundle\Controller\Controller
|
Controller is a simple implementation of a Controller.
|
|
Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
|
ControllerNameParser converts controller from the short notation a:b:c (BlogBundle:Post:index) to a fully-qualified class::method string (Bundle\BlogBundle\Controller\PostController::indexAction).
|
|
Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
|
ControllerResolver.
|
|
Symfony\Bundle\FrameworkBundle\Controller\InternalController
|
InternalController.
|
|
Symfony\Bundle\FrameworkBundle\Controller\RedirectController
|
Redirects a request to another URL.
|
|
Symfony\Bundle\FrameworkBundle\Controller\TemplateController
|
TemplateController.
|
|
Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector
|
RequestDataCollector.
|
|
Symfony\Bundle\FrameworkBundle\DataCollector\TimerDataCollector
|
TimerDataCollector.
|
|
Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher
|
Extends the ContainerAwareEventDispatcher to add some debugging tools.
|
|
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddCacheWarmerPass
|
Registers the cache warmers.
|
|
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddConstraintValidatorsPass
|
|
|
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddValidatorInitializersPass
|
|
|
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\CompilerDebugDumpPass
|
|
|
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\ContainerBuilderDebugDumpPass
|
Dumps the ContainerBuilder to a cache file so that it can be used by debugging tools such as the container:debug console command.
|
|
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\FormPass
|
Adds all services with the tags "form.type" and "form.type_guesser" as arguments of the "form.extension" service
|
|
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\ProfilerPass
|
Adds tagged data_collector services to profiler service
|
|
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\RegisterKernelListenersPass
|
|
|
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\RoutingResolverPass
|
Adds tagged routing.loader services to routing.resolver service
|
|
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\TemplatingPass
|
|
|
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\TranslatorPass
|
|
|
Symfony\Bundle\FrameworkBundle\DependencyInjection\Configuration
|
FrameworkExtension configuration structure.
|
|
Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension
|
FrameworkExtension.
|
|
Symfony\Bundle\FrameworkBundle\EventListener\RouterListener
|
Initializes request attributes based on a matching route.
|
|
Symfony\Bundle\FrameworkBundle\EventListener\SessionListener
|
Sets the session on the request.
|
|
Symfony\Bundle\FrameworkBundle\EventListener\TestSessionListener
|
TestSessionListener.
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle
|
Bundle.
|
|
Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache
|
Manages HTTP cache objects in a Container.
|
|
Symfony\Bundle\FrameworkBundle\HttpKernel
|
This HttpKernel is used to manage scope changes of the DI container.
|
|
Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
|
DelegatingLoader delegates route loading to other loaders using a loader resolver.
|
|
Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher
|
|
|
Symfony\Bundle\FrameworkBundle\Routing\Router
|
This Router only creates the Loader only when the cache is empty.
|
|
Symfony\Bundle\FrameworkBundle\Templating\Asset\PackageFactory
|
Creates packages based on whether the current request is secure.
|
|
Symfony\Bundle\FrameworkBundle\Templating\Asset\PathPackage
|
The path packages adds a version and a base path to asset URLs.
|
|
Symfony\Bundle\FrameworkBundle\Templating\Debugger
|
Binds the Symfony templating loader debugger to the Symfony logger.
|
|
Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine
|
DelegatingEngine selects an engine for a given template.
|
|
Symfony\Bundle\FrameworkBundle\Templating\EngineInterface
|
EngineInterface is the interface each engine must implement.
|
|
Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables
|
GlobalVariables is the entry point for Symfony global variables in Twig templates.
|
|
Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper
|
ActionsHelper manages action inclusions.
|
|
Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper
|
CodeHelper.
|
|
Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper
|
FormHelper provides helpers to help display forms.
|
|
Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper
|
RequestHelper provides access to the current request parameters.
|
|
Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper
|
RouterHelper manages links between pages in a template context.
|
|
Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper
|
SessionHelper provides read-only access to the session attributes.
|
|
Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper
|
TranslatorHelper.
|
|
Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
|
FilesystemLoader is a loader that read templates from the filesystem.
|
|
Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
|
TemplateLocator locates templates in bundles.
|
|
Symfony\Bundle\FrameworkBundle\Templating\PhpEngine
|
This engine knows how to render Symfony templates.
|
|
Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
|
TemplateNameParser converts template names from the short notation "bundle:section:template.format.engine" to TemplateReferenceInterface instances.
|
|
Symfony\Bundle\FrameworkBundle\Templating\TemplateReference
|
Internal representation of a template.
|
|
Symfony\Bundle\FrameworkBundle\Test\WebTestCase
|
WebTestCase is the base class for functional tests.
|
|
Symfony\Bundle\FrameworkBundle\Translation\Translator
|
Translator.
|
|
Symfony\Bundle\FrameworkBundle\Validator\ConstraintValidatorFactory
|
Uses a service container to create constraint validators.
|
|
Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\AddProcessorsPass
|
Registers processors in Monolg loggers or handlers.
|
|
Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\DebugHandlerPass
|
Adds the DebugHandler when the profiler is enabled.
|
|
Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\LoggerChannelPass
|
Replaces the default logger by another one with its own channel for tagged services.
|
|
Symfony\Bundle\MonologBundle\DependencyInjection\Configuration
|
This class contains the configuration information for the bundle
|
|
Symfony\Bundle\MonologBundle\DependencyInjection\MonologExtension
|
MonologExtension is an extension for the Monolog library.
|
|
Symfony\Bundle\MonologBundle\MonologBundle
|
Bundle.
|
|
Symfony\Bundle\SecurityBundle\Command\InitAclCommand
|
Installs the tables required by the ACL system
|
|
Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector
|
SecurityDataCollector.
|
|
Symfony\Bundle\SecurityBundle\DependencyInjection\Compiler\AddSecurityVotersPass
|
Adds all configured security voters to the access decision manager
|
|
Symfony\Bundle\SecurityBundle\DependencyInjection\FactoryConfiguration
|
This class contains the configuration information for the following tags:
|
|
Symfony\Bundle\SecurityBundle\DependencyInjection\MainConfiguration
|
This class contains the configuration information for the following tags:
|
|
Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension
|
SecurityExtension.
|
|
Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AbstractFactory
|
AbstractFactory is the base class for all classes inheriting from AbstractAuthenticationListener
|
|
Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\FormLoginFactory
|
FormLoginFactory creates services for form login authentication.
|
|
Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\HttpBasicFactory
|
HttpBasicFactory creates services for HTTP basic authentication.
|
|
Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\HttpDigestFactory
|
HttpDigestFactory creates services for HTTP digest authentication.
|
|
Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\RememberMeFactory
|
|
|
Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface
|
SecurityFactoryInterface is the interface for all security authentication listener.
|
|
Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\X509Factory
|
X509Factory creates services for X509 certificate authentication.
|
|
Symfony\Bundle\SecurityBundle\EventListener\ResponseListener
|
Adds remember-me cookies to the Response.
|
|
Symfony\Bundle\SecurityBundle\SecurityBundle
|
Bundle.
|
|
Symfony\Bundle\SecurityBundle\Security\FirewallContext
|
This is a wrapper around the actual firewall configuration which allows us to lazy load the context for one specific firewall only when we need it.
|
|
Symfony\Bundle\SecurityBundle\Security\FirewallMap
|
This is a lazy-loading firewall map implementation
|
|
Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper
|
SecurityHelper provides read-only access to the security context.
|
|
Symfony\Bundle\SecurityBundle\Twig\Extension\SecurityExtension
|
SecurityExtension exposes security context features.
|
|
Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
|
Send Emails from the spool.
|
|
Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector
|
MessageDataCollector.
|
|
Symfony\Bundle\SwiftmailerBundle\DependencyInjection\Compiler\RegisterPluginsPass
|
RegisterPluginsPass registers Swiftmailer plugins.
|
|
Symfony\Bundle\SwiftmailerBundle\DependencyInjection\Configuration
|
This class contains the configuration information for the bundle
|
|
Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerExtension
|
SwiftmailerExtension is an extension for the SwiftMailer library.
|
|
Symfony\Bundle\SwiftmailerBundle\Logger\MessageLogger
|
MessageLogger.
|
|
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle
|
Bundle.
|
|
Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
|
Generates the Twig cache for all templates.
|
|
Symfony\Bundle\TwigBundle\Controller\ExceptionController
|
ExceptionController.
|
|
Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\ExceptionListenerPass
|
Registers the Twig exception listener if Twig is registered as a templating engine.
|
|
Symfony\Bundle\TwigBundle\DependencyInjection\Compiler\TwigEnvironmentPass
|
Adds tagged twig.extension services to twig service
|
|
Symfony\Bundle\TwigBundle\DependencyInjection\Configuration
|
TwigExtension configuration structure.
|
|
Symfony\Bundle\TwigBundle\DependencyInjection\TwigExtension
|
TwigExtension.
|
|
Symfony\Bundle\TwigBundle\Extension\ActionsExtension
|
Twig extension for Symfony actions helper
|
|
Symfony\Bundle\TwigBundle\Extension\AssetsExtension
|
Twig extension for Symfony assets helper
|
|
Symfony\Bundle\TwigBundle\Extension\CodeExtension
|
Twig extension for Symfony code helper
|
|
Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
|
FilesystemLoader extends the default Twig filesystem loader to work with the Symfony2 paths.
|
|
Symfony\Bundle\TwigBundle\Node\RenderNode
|
Represents a render node.
|
|
Symfony\Bundle\TwigBundle\TokenParser\RenderTokenParser
|
Token Parser for the render tag.
|
|
Symfony\Bundle\TwigBundle\TwigBundle
|
Bundle.
|
|
Symfony\Bundle\TwigBundle\TwigEngine
|
This engine knows how to render Twig templates.
|
|
Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
|
ExceptionController.
|
|
Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
|
ProfilerController.
|
|
Symfony\Bundle\WebProfilerBundle\DependencyInjection\Configuration
|
This class contains the configuration information for the bundle
|
|
Symfony\Bundle\WebProfilerBundle\DependencyInjection\WebProfilerExtension
|
WebProfilerExtension.
|
|
Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
|
WebDebugToolbarListener injects the Web Debug Toolbar.
|
|
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle
|
Bundle.
|
|
Symfony\Component\BrowserKit\Client
|
Client simulates a browser.
|
|
Symfony\Component\BrowserKit\Cookie
|
Cookie represents an HTTP cookie.
|
|
Symfony\Component\BrowserKit\CookieJar
|
CookieJar.
|
|
Symfony\Component\BrowserKit\History
|
History.
|
|
Symfony\Component\BrowserKit\Request
|
Request object.
|
|
Symfony\Component\BrowserKit\Response
|
Response object.
|
|
Symfony\Component\ClassLoader\ApcUniversalClassLoader
|
ApcUniversalClassLoader implements a "universal" autoloader cached in APC for PHP 5.3.
|
|
Symfony\Component\ClassLoader\ClassCollectionLoader
|
ClassCollectionLoader.
|
|
Symfony\Component\ClassLoader\DebugUniversalClassLoader
|
Checks that the class is actually declared in the included file.
|
|
Symfony\Component\ClassLoader\MapClassLoader
|
A class loader that uses a mapping file to look up paths.
|
|
Symfony\Component\ClassLoader\UniversalClassLoader
|
UniversalClassLoader implements a "universal" autoloader for PHP 5.3.
|
|
Symfony\Component\Config\ConfigCache
|
ConfigCache manages PHP cache files.
|
|
Symfony\Component\Config\Definition\ArrayNode
|
Represents an Array node in the config tree.
|
|
Symfony\Component\Config\Definition\BaseNode
|
The base node class
|
|
Symfony\Component\Config\Definition\BooleanNode
|
This node represents a Boolean value in the config tree.
|
|
Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition
|
This class provides a fluent interface for defining an array node.
|
|
Symfony\Component\Config\Definition\Builder\BooleanNodeDefinition
|
This class provides a fluent interface for defining a node.
|
|
Symfony\Component\Config\Definition\Builder\ExprBuilder
|
This class builds an if expression.
|
|
Symfony\Component\Config\Definition\Builder\MergeBuilder
|
This class builds merge conditions.
|
|
Symfony\Component\Config\Definition\Builder\NodeBuilder
|
This class provides a fluent interface for building a node.
|
|
Symfony\Component\Config\Definition\Builder\NodeDefinition
|
This class provides a fluent interface for defining a node.
|
|
Symfony\Component\Config\Definition\Builder\NodeParentInterface
|
An interface that must be implemented by all node parents
|
|
Symfony\Component\Config\Definition\Builder\NormalizationBuilder
|
This class builds normalization conditions.
|
|
Symfony\Component\Config\Definition\Builder\ParentNodeDefinitionInterface
|
An interface that must be implemented by nodes which can have children
|
|
Symfony\Component\Config\Definition\Builder\ScalarNodeDefinition
|
This class provides a fluent interface for defining a node.
|
|
Symfony\Component\Config\Definition\Builder\TreeBuilder
|
This is the entry class for building a config tree.
|
|
Symfony\Component\Config\Definition\Builder\ValidationBuilder
|
This class builds validation conditions.
|
|
Symfony\Component\Config\Definition\Builder\VariableNodeDefinition
|
This class provides a fluent interface for defining a node.
|
|
Symfony\Component\Config\Definition\ConfigurationInterface
|
Configuration interface
|
|
Symfony\Component\Config\Definition\Exception\DuplicateKeyException
|
This exception is thrown whenever the key of an array is not unique.
|
|
Symfony\Component\Config\Definition\Exception\Exception
|
Base exception for all configuration exceptions
|
|
Symfony\Component\Config\Definition\Exception\ForbiddenOverwriteException
|
This exception is thrown when a configuration path is overwritten from a subsequent configuration file, but the entry node specifically forbids this.
|
|
Symfony\Component\Config\Definition\Exception\InvalidConfigurationException
|
A very general exception which can be thrown whenever non of the more specific exceptions is suitable.
|
|
Symfony\Component\Config\Definition\Exception\InvalidTypeException
|
This exception is thrown if an invalid type is encountered.
|
|
Symfony\Component\Config\Definition\Exception\UnsetKeyException
|
This exception is usually not encountered by the end-user, but only used internally to signal the parent scope to unset a key.
|
|
Symfony\Component\Config\Definition\NodeInterface
|
Common Interface among all nodes.
|
|
Symfony\Component\Config\Definition\Processor
|
This class is the entry point for config normalization/merging/finalization.
|
|
Symfony\Component\Config\Definition\PrototypeNodeInterface
|
This interface must be implemented by nodes which can be used as prototypes.
|
|
Symfony\Component\Config\Definition\PrototypedArrayNode
|
Represents a prototyped Array node in the config tree.
|
|
Symfony\Component\Config\Definition\ScalarNode
|
This node represents a scalar value in the config tree.
|
|
Symfony\Component\Config\Definition\VariableNode
|
This node represents a value of variable type in the config tree.
|
|
Symfony\Component\Config\Exception\FileLoaderImportCircularReferenceException
|
Exception class for when a circular reference is detected when importing resources.
|
|
Symfony\Component\Config\Exception\FileLoaderLoadException
|
Exception class for when a resource cannot be loaded or imported.
|
|
Symfony\Component\Config\FileLocator
|
FileLocator uses an array of pre-defined paths to find files.
|
|
Symfony\Component\Config\FileLocatorInterface
|
|
|
Symfony\Component\Config\Loader\DelegatingLoader
|
DelegatingLoader delegates loading to other loaders using a loader resolver.
|
|
Symfony\Component\Config\Loader\FileLoader
|
FileLoader is the abstract class used by all built-in loaders that are file based.
|
|
Symfony\Component\Config\Loader\Loader
|
Loader is the abstract class used by all built-in loaders.
|
|
Symfony\Component\Config\Loader\LoaderInterface
|
LoaderInterface is the interface implemented by all loader classes.
|
|
Symfony\Component\Config\Loader\LoaderResolver
|
LoaderResolver selects a loader for a given resource.
|
|
Symfony\Component\Config\Loader\LoaderResolverInterface
|
LoaderResolverInterface selects a loader for a given resource.
|
|
Symfony\Component\Config\Resource\DirectoryResource
|
DirectoryResource represents a resources stored in a subdirectory tree.
|
|
Symfony\Component\Config\Resource\FileResource
|
FileResource represents a resource stored on the filesystem.
|
|
Symfony\Component\Config\Resource\ResourceInterface
|
ResourceInterface is the interface that must be implemented by all Resource classes.
|
|
Symfony\Component\Console\Application
|
An Application is the container for a collection of commands.
|
|
Symfony\Component\Console\Command\Command
|
Base class for all commands.
|
|
Symfony\Component\Console\Command\HelpCommand
|
HelpCommand displays the help for a given command.
|
|
Symfony\Component\Console\Command\ListCommand
|
ListCommand displays the list of all available commands for the application.
|
|
Symfony\Component\Console\Formatter\OutputFormatter
|
Formatter class for console output.
|
|
Symfony\Component\Console\Formatter\OutputFormatterInterface
|
Formatter interface for console output.
|
|
Symfony\Component\Console\Formatter\OutputFormatterStyle
|
Formatter style class for defining styles.
|
|
Symfony\Component\Console\Formatter\OutputFormatterStyleInterface
|
Formatter style interface for defining styles.
|
|
Symfony\Component\Console\Helper\DialogHelper
|
The Dialog class provides helpers to interact with the user.
|
|
Symfony\Component\Console\Helper\FormatterHelper
|
The Formatter class provides helpers to format messages.
|
|
Symfony\Component\Console\Helper\Helper
|
Helper is the base class for all helper classes.
|
|
Symfony\Component\Console\Helper\HelperInterface
|
HelperInterface is the interface all helpers must implement.
|
|
Symfony\Component\Console\Helper\HelperSet
|
HelperSet represents a set of helpers to be used with a command.
|
|
Symfony\Component\Console\Input\ArgvInput
|
ArgvInput represents an input coming from the CLI arguments.
|
|
Symfony\Component\Console\Input\ArrayInput
|
ArrayInput represents an input provided as an array.
|
|
Symfony\Component\Console\Input\Input
|
Input is the base class for all concrete Input classes.
|
|
Symfony\Component\Console\Input\InputArgument
|
Represents a command line argument.
|
|
Symfony\Component\Console\Input\InputDefinition
|
A InputDefinition represents a set of valid command line arguments and options.
|
|
Symfony\Component\Console\Input\InputInterface
|
InputInterface is the interface implemented by all input classes.
|
|
Symfony\Component\Console\Input\InputOption
|
Represents a command line option.
|
|
Symfony\Component\Console\Input\StringInput
|
StringInput represents an input provided as a string.
|
|
Symfony\Component\Console\Output\ConsoleOutput
|
ConsoleOutput is the default class for all CLI output.
|
|
Symfony\Component\Console\Output\NullOutput
|
NullOutput suppresses all output.
|
|
Symfony\Component\Console\Output\Output
|
Base class for output classes.
|
|
Symfony\Component\Console\Output\OutputInterface
|
OutputInterface is the interface implemented by all Output classes.
|
|
Symfony\Component\Console\Output\StreamOutput
|
StreamOutput writes the output to a given stream.
|
|
Symfony\Component\Console\Shell
|
A Shell wraps an Application to add shell capabilities to it.
|
|
Symfony\Component\Console\Tester\ApplicationTester
|
|
|
Symfony\Component\Console\Tester\CommandTester
|
|
|
Symfony\Component\CssSelector\CssSelector
|
CssSelector is the main entry point of the component and can convert CSS selectors to XPath expressions.
|
|
Symfony\Component\CssSelector\Exception\ParseException
|
ParseException is thrown when a CSS selector syntax is not valid.
|
|
Symfony\Component\CssSelector\Node\AttribNode
|
AttribNode represents a "selector[namespace|attrib operator value]" node.
|
|
Symfony\Component\CssSelector\Node\ClassNode
|
ClassNode represents a "selector.className" node.
|
|
Symfony\Component\CssSelector\Node\CombinedSelectorNode
|
CombinedSelectorNode represents a combinator node.
|
|
Symfony\Component\CssSelector\Node\ElementNode
|
ElementNode represents a "namespace|element" node.
|
|
Symfony\Component\CssSelector\Node\FunctionNode
|
FunctionNode represents a "selector:name(expr)" node.
|
|
Symfony\Component\CssSelector\Node\HashNode
|
HashNode represents a "selector#id" node.
|
|
Symfony\Component\CssSelector\Node\NodeInterface
|
ClassNode represents a "selector.className" node.
|
|
Symfony\Component\CssSelector\Node\OrNode
|
OrNode represents a "Or" node.
|
|
Symfony\Component\CssSelector\Node\PseudoNode
|
PseudoNode represents a "selector:ident" node.
|
|
Symfony\Component\CssSelector\Token
|
Token represents a CSS Selector token.
|
|
Symfony\Component\CssSelector\TokenStream
|
TokenStream represents a stream of CSS Selector tokens.
|
|
Symfony\Component\CssSelector\Tokenizer
|
Tokenizer lexes a CSS Selector to tokens.
|
|
Symfony\Component\CssSelector\XPathExpr
|
XPathExpr represents an XPath expression.
|
|
Symfony\Component\CssSelector\XPathExprOr
|
XPathExprOr represents XPath |'d expressions.
|
|
Symfony\Component\DependencyInjection\Alias
|
|
|
Symfony\Component\DependencyInjection\Compiler\AnalyzeServiceReferencesPass
|
Run this pass before passes that need to know more about the relation of your services.
|
|
Symfony\Component\DependencyInjection\Compiler\CheckCircularReferencesPass
|
Checks your services for circular references
|
|
Symfony\Component\DependencyInjection\Compiler\CheckDefinitionValidityPass
|
This pass validates each definition individually only taking the information into account which is contained in the definition itself.
|
|
Symfony\Component\DependencyInjection\Compiler\CheckExceptionOnInvalidReferenceBehaviorPass
|
Checks that all references are pointing to a valid service.
|
|
Symfony\Component\DependencyInjection\Compiler\CheckReferenceValidityPass
|
Checks the validity of references
|
|
Symfony\Component\DependencyInjection\Compiler\Compiler
|
This class is used to remove circular dependencies between individual passes.
|
|
Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
|
Interface that must be implemented by compilation passes
|
|
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
|
Inline service definitions where this is possible.
|
|
Symfony\Component\DependencyInjection\Compiler\LoggingFormatter
|
Used to format logging messages during the compilation.
|
|
Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationPass
|
Merges extension configs into the container builder
|
|
Symfony\Component\DependencyInjection\Compiler\PassConfig
|
Compiler Pass Configuration
|
|
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
|
Removes abstract Definitions
|
|
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
|
Remove private aliases from the container.
|
|
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
|
Removes unused service definitions from the container.
|
|
Symfony\Component\DependencyInjection\Compiler\RepeatablePassInterface
|
Interface that must be implemented by passes that are run as part of an RepeatedPass.
|
|
Symfony\Component\DependencyInjection\Compiler\RepeatedPass
|
A pass that might be run repeatedly.
|
|
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
|
Replaces aliases with actual service definitions, effectively removing these aliases.
|
|
Symfony\Component\DependencyInjection\Compiler\ResolveDefinitionTemplatesPass
|
This replaces all DefinitionDecorator instances with their equivalent fully merged Definition instance.
|
|
Symfony\Component\DependencyInjection\Compiler\ResolveInvalidReferencesPass
|
Emulates the invalid behavior if the reference is not found within the container.
|
|
Symfony\Component\DependencyInjection\Compiler\ResolveParameterPlaceHoldersPass
|
Resolves all parameter placeholders "%somevalue%" to their real values.
|
|
Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass
|
Replaces all references to aliases with references to the actual service.
|
|
Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraph
|
This is a directed graph of your services.
|
|
Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraphEdge
|
Represents an edge in your service graph.
|
|
Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraphNode
|
Represents a node in your service graph.
|
|
Symfony\Component\DependencyInjection\Container
|
Container is a dependency injection container.
|
|
Symfony\Component\DependencyInjection\ContainerAware
|
A simple implementation of ContainerAwareInterface.
|
|
Symfony\Component\DependencyInjection\ContainerAwareInterface
|
ContainerAwareInterface should be implemented by classes that depends on a Container.
|
|
Symfony\Component\DependencyInjection\ContainerBuilder
|
ContainerBuilder is a DI container that provides an API to easily describe services.
|
|
Symfony\Component\DependencyInjection\ContainerInterface
|
ContainerInterface is the interface implemented by service container classes.
|
|
Symfony\Component\DependencyInjection\Definition
|
Definition represents a service definition.
|
|
Symfony\Component\DependencyInjection\DefinitionDecorator
|
This definition decorates another definition.
|
|
Symfony\Component\DependencyInjection\Dumper\Dumper
|
Dumper is the abstract class for all built-in dumpers.
|
|
Symfony\Component\DependencyInjection\Dumper\DumperInterface
|
DumperInterface is the interface implemented by service container dumper classes.
|
|
Symfony\Component\DependencyInjection\Dumper\GraphvizDumper
|
GraphvizDumper dumps a service container as a graphviz file.
|
|
Symfony\Component\DependencyInjection\Dumper\PhpDumper
|
PhpDumper dumps a service container as a PHP class.
|
|
Symfony\Component\DependencyInjection\Dumper\XmlDumper
|
XmlDumper dumps a service container as an XML string.
|
|
Symfony\Component\DependencyInjection\Dumper\YamlDumper
|
YamlDumper dumps a service container as a YAML string.
|
|
Symfony\Component\DependencyInjection\Exception\ExceptionInterface
|
ExceptionInterface
|
|
Symfony\Component\DependencyInjection\Exception\InactiveScopeException
|
This exception is thrown when you try to create a service of an inactive scope.
|
|
Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
|
InvalidArgumentException
|
|
Symfony\Component\DependencyInjection\Exception\ParameterCircularReferenceException
|
This exception is thrown when a circular reference in a parameter is detected.
|
|
Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException
|
This exception is thrown when a non-existent parameter is used.
|
|
Symfony\Component\DependencyInjection\Exception\RuntimeException
|
Base RuntimeException for Dependency Injection Component.
|
|
Symfony\Component\DependencyInjection\Exception\ScopeCrossingInjectionException
|
This exception is thrown when the a scope crossing injection is detected.
|
|
Symfony\Component\DependencyInjection\Exception\ScopeWideningInjectionException
|
Thrown when a scope widening injection is detected.
|
|
Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException
|
This exception is thrown when a circular reference is detected.
|
|
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException
|
This exception is thrown when a non-existent service is requested.
|
|
Symfony\Component\DependencyInjection\Extension\ExtensionInterface
|
ExtensionInterface is the interface implemented by container extension classes.
|
|
Symfony\Component\DependencyInjection\Loader\ClosureLoader
|
ClosureLoader loads service definitions from a PHP closure.
|
|
Symfony\Component\DependencyInjection\Loader\FileLoader
|
FileLoader is the abstract class used by all built-in loaders that are file based.
|
|
Symfony\Component\DependencyInjection\Loader\IniFileLoader
|
IniFileLoader loads parameters from INI files.
|
|
Symfony\Component\DependencyInjection\Loader\PhpFileLoader
|
PhpFileLoader loads service definitions from a PHP file.
|
|
Symfony\Component\DependencyInjection\Loader\XmlFileLoader
|
XmlFileLoader loads XML files service definitions.
|
|
Symfony\Component\DependencyInjection\Loader\YamlFileLoader
|
YamlFileLoader loads YAML files service definitions.
|
|
Symfony\Component\DependencyInjection\Parameter
|
Parameter represents a parameter reference.
|
|
Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag
|
Holds read-only parameters.
|
|
Symfony\Component\DependencyInjection\ParameterBag\ParameterBag
|
Holds parameters.
|
|
Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface
|
ParameterBagInterface.
|
|
Symfony\Component\DependencyInjection\Reference
|
Reference represents a service reference.
|
|
Symfony\Component\DependencyInjection\Scope
|
Scope class.
|
|
Symfony\Component\DependencyInjection\ScopeInterface
|
Scope Interface.
|
|
Symfony\Component\DependencyInjection\SimpleXMLElement
|
SimpleXMLElement class.
|
|
Symfony\Component\DependencyInjection\TaggedContainerInterface
|
TaggedContainerInterface is the interface implemented when a container knows how to deals with tags.
|
|
Symfony\Component\DependencyInjection\Variable
|
Represents a variable.
|
|
Symfony\Component\DomCrawler\Crawler
|
Crawler eases navigation of a list of \DOMNode objects.
|
|
Symfony\Component\DomCrawler\Field\ChoiceFormField
|
ChoiceFormField represents a choice form field.
|
|
Symfony\Component\DomCrawler\Field\FileFormField
|
FileFormField represents a file form field (an HTML file input tag).
|
|
Symfony\Component\DomCrawler\Field\FormField
|
FormField is the abstract class for all form fields.
|
|
Symfony\Component\DomCrawler\Field\InputFormField
|
InputFormField represents an input form field (an HTML input tag).
|
|
Symfony\Component\DomCrawler\Field\TextareaFormField
|
TextareaFormField represents a textarea form field (an HTML textarea tag).
|
|
Symfony\Component\DomCrawler\Form
|
Form represents an HTML form.
|
|
Symfony\Component\DomCrawler\Link
|
Link represents an HTML link (an HTML a tag).
|
|
Symfony\Component\EventDispatcher\Event
|
Event is the base class for classes containing event data.
|
|
Symfony\Component\EventDispatcher\EventDispatcher
|
The EventDispatcherInterface is the central point of Symfony's event listener system.
|
|
Symfony\Component\EventDispatcher\EventDispatcherInterface
|
The EventDispatcherInterface is the central point of Symfony's event listener system.
|
|
Symfony\Component\EventDispatcher\EventSubscriberInterface
|
An EventSubscriber knows himself what events he is interested in.
|
|
Symfony\Component\Filesystem\Filesystem
|
Filesystem.
|
|
Symfony\Component\Finder\Comparator\Comparator
|
Comparator.
|
|
Symfony\Component\Finder\Comparator\DateComparator
|
DateCompare compiles date comparisons.
|
|
Symfony\Component\Finder\Comparator\NumberComparator
|
NumberComparator compiles a simple comparison to an anonymous subroutine, which you can call with a value to be tested again.
|
|
Symfony\Component\Finder\Finder
|
Finder allows to build rules to find files and directories.
|
|
Symfony\Component\Finder\Glob
|
Glob matches globbing patterns against text.
|
|
Symfony\Component\Finder\Iterator\CustomFilterIterator
|
CustomFilterIterator filters files by applying anonymous functions.
|
|
Symfony\Component\Finder\Iterator\DateRangeFilterIterator
|
DateRangeFilterIterator filters out files that are not in the given date range (last modified dates).
|
|
Symfony\Component\Finder\Iterator\DepthRangeFilterIterator
|
DepthRangeFilterIterator limits the directory depth.
|
|
Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator
|
ExcludeDirectoryFilterIterator filters out directories.
|
|
Symfony\Component\Finder\Iterator\FileTypeFilterIterator
|
FileTypeFilterIterator only keeps files, directories, or both.
|
|
Symfony\Component\Finder\Iterator\FilenameFilterIterator
|
FilenameFilterIterator filters files by patterns (a regexp, a glob, or a string).
|
|
Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator
|
Extends the \RecursiveDirectoryIterator to support relative paths
|
|
Symfony\Component\Finder\Iterator\SizeRangeFilterIterator
|
SizeRangeFilterIterator filters out files that are not in the given size range.
|
|
Symfony\Component\Finder\Iterator\SortableIterator
|
SortableIterator applies a sort on a given Iterator.
|
|
Symfony\Component\Finder\SplFileInfo
|
Extends \SplFileInfo to support relative paths
|
|
Symfony\Component\Form\AbstractExtension
|
|
|
Symfony\Component\Form\AbstractType
|
|
|
Symfony\Component\Form\AbstractTypeExtension
|
|
|
Symfony\Component\Form\CallbackTransformer
|
|
|
Symfony\Component\Form\CallbackValidator
|
|
|
Symfony\Component\Form\DataMapperInterface
|
|
|
Symfony\Component\Form\DataTransformerInterface
|
Transforms a value between different representations.
|
|
Symfony\Component\Form\Event\DataEvent
|
|
|
Symfony\Component\Form\Event\FilterDataEvent
|
|
|
Symfony\Component\Form\Exception\AlreadyBoundException
|
|
|
Symfony\Component\Form\Exception\CircularReferenceException
|
|
|
Symfony\Component\Form\Exception\CreationException
|
Thrown when a form could not be constructed by a FormFactory
|
|
Symfony\Component\Form\Exception\DanglingFieldException
|
Thrown when a field is expected to be added to a form but is not
|
|
Symfony\Component\Form\Exception\FieldDefinitionException
|
|
|
Symfony\Component\Form\Exception\FormException
|
|
|
Symfony\Component\Form\Exception\InvalidConfigurationException
|
|
|
Symfony\Component\Form\Exception\InvalidOptionsException
|
|
|
Symfony\Component\Form\Exception\InvalidPropertyException
|
|
|
Symfony\Component\Form\Exception\InvalidPropertyPathException
|
|
|
Symfony\Component\Form\Exception\MissingOptionsException
|
|
|
Symfony\Component\Form\Exception\NotInitializedException
|
|
|
Symfony\Component\Form\Exception\NotValidException
|
|
|
Symfony\Component\Form\Exception\PropertyAccessDeniedException
|
|
|
Symfony\Component\Form\Exception\TransformationFailedException
|
Indicates a value transformation error.
|
|
Symfony\Component\Form\Exception\TypeDefinitionException
|
Thrown when a form type is configured incorrectly
|
|
Symfony\Component\Form\Exception\TypeLoaderException
|
|
|
Symfony\Component\Form\Exception\UnexpectedTypeException
|
|
|
Symfony\Component\Form\Extension\Core\ChoiceList\ArrayChoiceList
|
|
|
Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceListInterface
|
|
|
Symfony\Component\Form\Extension\Core\ChoiceList\MonthChoiceList
|
|
|
Symfony\Component\Form\Extension\Core\ChoiceList\PaddedChoiceList
|
|
|
Symfony\Component\Form\Extension\Core\ChoiceList\TimezoneChoiceList
|
Represents a choice list where each timezone is broken down by continent.
|
|
Symfony\Component\Form\Extension\Core\CoreExtension
|
Represents the main form extension, which loads the core functionality.
|
|
Symfony\Component\Form\Extension\Core\DataMapper\PropertyPathMapper
|
|
|
Symfony\Component\Form\Extension\Core\DataTransformer\ArrayToBooleanChoicesTransformer
|
|
|
Symfony\Component\Form\Extension\Core\DataTransformer\ArrayToChoicesTransformer
|
|
|
Symfony\Component\Form\Extension\Core\DataTransformer\ArrayToPartsTransformer
|
|
|
Symfony\Component\Form\Extension\Core\DataTransformer\BaseDateTimeTransformer
|
|
|
Symfony\Component\Form\Extension\Core\DataTransformer\BooleanToStringTransformer
|
Transforms between a Boolean and a string.
|
|
Symfony\Component\Form\Extension\Core\DataTransformer\DataTransformerChain
|
Passes a value through multiple value transformers
|
|
Symfony\Component\Form\Extension\Core\DataTransformer\DateTimeToArrayTransformer
|
Transforms between a normalized time and a localized time string/array.
|
|
Symfony\Component\Form\Extension\Core\DataTransformer\DateTimeToLocalizedStringTransformer
|
Transforms between a normalized time and a localized time string
|
|
Symfony\Component\Form\Extension\Core\DataTransformer\DateTimeToStringTransformer
|
Transforms between a date string and a DateTime object
|
|
Symfony\Component\Form\Extension\Core\DataTransformer\DateTimeToTimestampTransformer
|
Transforms between a timestamp and a DateTime object
|
|
Symfony\Component\Form\Extension\Core\DataTransformer\IntegerToLocalizedStringTransformer
|
Transforms between an integer and a localized number with grouping (each thousand) and comma separators.
|
|
Symfony\Component\Form\Extension\Core\DataTransformer\MoneyToLocalizedStringTransformer
|
Transforms between a normalized format and a localized money string.
|
|
Symfony\Component\Form\Extension\Core\DataTransformer\NumberToLocalizedStringTransformer
|
Transforms between a number type and a localized number with grouping (each thousand) and comma separators.
|
|
Symfony\Component\Form\Extension\Core\DataTransformer\PercentToLocalizedStringTransformer
|
Transforms between a normalized format (integer or float) and a percentage value.
|
|
Symfony\Component\Form\Extension\Core\DataTransformer\ScalarToBooleanChoicesTransformer
|
|
|
Symfony\Component\Form\Extension\Core\DataTransformer\ScalarToChoiceTransformer
|
|
|
Symfony\Component\Form\Extension\Core\DataTransformer\ValueToDuplicatesTransformer
|
|
|
Symfony\Component\Form\Extension\Core\EventListener\FixRadioInputListener
|
Takes care of converting the input from a single radio button to an array.
|
|
Symfony\Component\Form\Extension\Core\EventListener\FixUrlProtocolListener
|
Adds a protocol to a URL if it doesn't already have one.
|
|
Symfony\Component\Form\Extension\Core\EventListener\ResizeFormListener
|
Resize a collection form element based on the data sent from the client.
|
|
Symfony\Component\Form\Extension\Core\EventListener\TrimListener
|
Trims string data
|
|
Symfony\Component\Form\Extension\Core\Type\BirthdayType
|
|
|
Symfony\Component\Form\Extension\Core\Type\CheckboxType
|
|
|
Symfony\Component\Form\Extension\Core\Type\ChoiceType
|
|
|
Symfony\Component\Form\Extension\Core\Type\CollectionType
|
|
|
Symfony\Component\Form\Extension\Core\Type\CountryType
|
|
|
Symfony\Component\Form\Extension\Core\Type\DateTimeType
|
|
|
Symfony\Component\Form\Extension\Core\Type\DateType
|
|
|
Symfony\Component\Form\Extension\Core\Type\EmailType
|
|
|
Symfony\Component\Form\Extension\Core\Type\FieldType
|
|
|
Symfony\Component\Form\Extension\Core\Type\FileType
|
|
|
Symfony\Component\Form\Extension\Core\Type\FormType
|
|
|
Symfony\Component\Form\Extension\Core\Type\HiddenType
|
|
|
Symfony\Component\Form\Extension\Core\Type\IntegerType
|
|
|
Symfony\Component\Form\Extension\Core\Type\LanguageType
|
|
|
Symfony\Component\Form\Extension\Core\Type\LocaleType
|
|
|
Symfony\Component\Form\Extension\Core\Type\MoneyType
|
|
|
Symfony\Component\Form\Extension\Core\Type\NumberType
|
|
|
Symfony\Component\Form\Extension\Core\Type\PasswordType
|
|
|
Symfony\Component\Form\Extension\Core\Type\PercentType
|
|
|
Symfony\Component\Form\Extension\Core\Type\RadioType
|
|
|
Symfony\Component\Form\Extension\Core\Type\RepeatedType
|
|
|
Symfony\Component\Form\Extension\Core\Type\SearchType
|
|
|
Symfony\Component\Form\Extension\Core\Type\TextType
|
|
|
Symfony\Component\Form\Extension\Core\Type\TextareaType
|
|
|
Symfony\Component\Form\Extension\Core\Type\TimeType
|
|
|
Symfony\Component\Form\Extension\Core\Type\TimezoneType
|
|
|
Symfony\Component\Form\Extension\Core\Type\UrlType
|
|
|
Symfony\Component\Form\Extension\Core\Validator\DefaultValidator
|
|
|
Symfony\Component\Form\Extension\Csrf\CsrfExtension
|
This extension protects forms by using a CSRF token
|
|
Symfony\Component\Form\Extension\Csrf\CsrfProvider\CsrfProviderInterface
|
Marks classes able to provide CSRF protection
|
|
Symfony\Component\Form\Extension\Csrf\CsrfProvider\DefaultCsrfProvider
|
Default implementation of CsrfProviderInterface
|
|
Symfony\Component\Form\Extension\Csrf\CsrfProvider\SessionCsrfProvider
|
This provider uses a Symfony2 Session object to retrieve the user's session ID
|
|
Symfony\Component\Form\Extension\Csrf\EventListener\EnsureCsrfFieldListener
|
Ensures the CSRF field.
|
|
Symfony\Component\Form\Extension\Csrf\Type\ChoiceTypeCsrfExtension
|
|
|
Symfony\Component\Form\Extension\Csrf\Type\CsrfType
|
|
|
Symfony\Component\Form\Extension\Csrf\Type\DateTypeCsrfExtension
|
|
|
Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
|
|
|
Symfony\Component\Form\Extension\Csrf\Type\RepeatedTypeCsrfExtension
|
|
|
Symfony\Component\Form\Extension\Csrf\Type\TimeTypeCsrfExtension
|
|
|
Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension
|
|
|
Symfony\Component\Form\Extension\Validator\Type\FieldTypeValidatorExtension
|
|
|
Symfony\Component\Form\Extension\Validator\ValidatorExtension
|
|
|
Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
|
|
|
Symfony\Component\Form\Extension\Validator\Validator\DelegatingValidator
|
|
|
Symfony\Component\Form\Form
|
Form represents a form.
|
|
Symfony\Component\Form\FormBuilder
|
|
|
Symfony\Component\Form\FormError
|
Wraps errors in forms
|
|
Symfony\Component\Form\FormEvents
|
|
|
Symfony\Component\Form\FormExtensionInterface
|
Interface for extensions which provide types, type extensions and a guesser.
|
|
Symfony\Component\Form\FormFactory
|
|
|
Symfony\Component\Form\FormFactoryInterface
|
|
|
Symfony\Component\Form\FormInterface
|
A form group bundling multiple form forms
|
|
Symfony\Component\Form\FormTypeExtensionInterface
|
|
|
Symfony\Component\Form\FormTypeGuesserChain
|
|
|
Symfony\Component\Form\FormTypeGuesserInterface
|
|
|
Symfony\Component\Form\FormTypeInterface
|
|
|
Symfony\Component\Form\FormValidatorInterface
|
|
|
Symfony\Component\Form\FormView
|
|
|
Symfony\Component\Form\Guess\Guess
|
Base class for guesses made by TypeGuesserInterface implementation
|
|
Symfony\Component\Form\Guess\TypeGuess
|
Contains a guessed class name and a list of options for creating an instance of that class
|
|
Symfony\Component\Form\Guess\ValueGuess
|
Contains a guessed value
|
|
Symfony\Component\Form\ReversedTransformer
|
Reverses a transformer
|
|
Symfony\Component\Form\Util\FormUtil
|
|
|
Symfony\Component\Form\Util\PropertyPath
|
Allows easy traversing of a property path
|
|
Symfony\Component\Form\Util\PropertyPathIterator
|
Traverses a property path and provides additional methods to find out information about the current element
|
|
Symfony\Component\Form\Util\VirtualFormAwareIterator
|
Iterator that traverses fields of a field group
|
|
Symfony\Component\HttpFoundation\ApacheRequest
|
Request represents an HTTP request from an Apache server.
|
|
Symfony\Component\HttpFoundation\Cookie
|
Represents a cookie
|
|
Symfony\Component\HttpFoundation\FileBag
|
FileBag is a container for HTTP headers.
|
|
Symfony\Component\HttpFoundation\File\Exception\AccessDeniedException
|
Thrown when the access on a file was denied.
|
|
Symfony\Component\HttpFoundation\File\Exception\FileException
|
Thrown when an error occurred in the component File
|
|
Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException
|
Thrown when a file was not found
|
|
Symfony\Component\HttpFoundation\File\Exception\UnexpectedTypeException
|
|
|
Symfony\Component\HttpFoundation\File\Exception\UploadException
|
Thrown when an error occurred during file upload
|
|
Symfony\Component\HttpFoundation\File\File
|
A file in the file system.
|
|
Symfony\Component\HttpFoundation\File\MimeType\ContentTypeMimeTypeGuesser
|
Guesses the mime type using the PHP function mime_content_type().
|
|
Symfony\Component\HttpFoundation\File\MimeType\FileBinaryMimeTypeGuesser
|
Guesses the mime type with the binary "file" (only available on *nix)
|
|
Symfony\Component\HttpFoundation\File\MimeType\FileinfoMimeTypeGuesser
|
Guesses the mime type using the PECL extension FileInfo
|
|
Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser
|
A singleton mime type guesser.
|
|
Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesserInterface
|
Guesses the mime type of a file
|
|
Symfony\Component\HttpFoundation\File\UploadedFile
|
A file uploaded through a form.
|
|
Symfony\Component\HttpFoundation\HeaderBag
|
HeaderBag is a container for HTTP headers.
|
|
Symfony\Component\HttpFoundation\ParameterBag
|
ParameterBag is a container for key/value pairs.
|
|
Symfony\Component\HttpFoundation\RedirectResponse
|
RedirectResponse represents an HTTP response doing a redirect.
|
|
Symfony\Component\HttpFoundation\Request
|
Request represents an HTTP request.
|
|
Symfony\Component\HttpFoundation\RequestMatcher
|
RequestMatcher compares a pre-defined set of checks against a Request instance.
|
|
Symfony\Component\HttpFoundation\RequestMatcherInterface
|
RequestMatcherInterface is an interface for strategies to match a Request.
|
|
Symfony\Component\HttpFoundation\Response
|
Response represents an HTTP response.
|
|
Symfony\Component\HttpFoundation\ResponseHeaderBag
|
ResponseHeaderBag is a container for Response HTTP headers.
|
|
Symfony\Component\HttpFoundation\ServerBag
|
ServerBag is a container for HTTP headers from the $_SERVER variable.
|
|
Symfony\Component\HttpFoundation\Session
|
Session.
|
|
Symfony\Component\HttpFoundation\SessionStorage\ArraySessionStorage
|
ArraySessionStorage mocks the session for unit tests.
|
|
Symfony\Component\HttpFoundation\SessionStorage\FilesystemSessionStorage
|
FilesystemSessionStorage simulates sessions for functional tests.
|
|
Symfony\Component\HttpFoundation\SessionStorage\NativeSessionStorage
|
NativeSessionStorage.
|
|
Symfony\Component\HttpFoundation\SessionStorage\PdoSessionStorage
|
PdoSessionStorage.
|
|
Symfony\Component\HttpFoundation\SessionStorage\SessionStorageInterface
|
SessionStorageInterface.
|
|
Symfony\Component\HttpKernel\Bundle\Bundle
|
An implementation of BundleInterface that adds a few conventions for DependencyInjection extensions and Console commands.
|
|
Symfony\Component\HttpKernel\Bundle\BundleInterface
|
BundleInterface.
|
|
Symfony\Component\HttpKernel\CacheWarmer\CacheWarmer
|
Abstract cache warmer that knows how to write a file to the cache.
|
|
Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
|
Aggregates several cache warmers into a single one.
|
|
Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface
|
Interface for classes able to warm up the cache.
|
|
Symfony\Component\HttpKernel\Client
|
Client simulates a browser and makes requests to a Kernel object.
|
|
Symfony\Component\HttpKernel\Config\FileLocator
|
FileLocator uses the KernelInterface to locate resources in bundles.
|
|
Symfony\Component\HttpKernel\Controller\ControllerResolver
|
ControllerResolver.
|
|
Symfony\Component\HttpKernel\Controller\ControllerResolverInterface
|
A ControllerResolverInterface implementation knows how to determine the controller to execute based on a Request object.
|
|
Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector
|
ConfigDataCollector.
|
|
Symfony\Component\HttpKernel\DataCollector\DataCollector
|
DataCollector.
|
|
Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface
|
DataCollectorInterface.
|
|
Symfony\Component\HttpKernel\DataCollector\EventDataCollector
|
EventDataCollector.
|
|
Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector
|
ExceptionDataCollector.
|
|
Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector
|
LogDataCollector.
|
|
Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector
|
MemoryDataCollector.
|
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
|
RequestDataCollector.
|
|
Symfony\Component\HttpKernel\Debug\ErrorHandler
|
ErrorHandler.
|
|
Symfony\Component\HttpKernel\Debug\ExceptionHandler
|
ExceptionHandler converts an exception to a Response object.
|
|
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcherInterface
|
|
|
Symfony\Component\HttpKernel\DependencyInjection\AddClassesToCachePass
|
Sets the classes to compile in the cache for the container.
|
|
Symfony\Component\HttpKernel\DependencyInjection\Extension
|
Provides useful features shared by many extensions.
|
|
Symfony\Component\HttpKernel\DependencyInjection\MergeExtensionConfigurationPass
|
Ensures certain extensions are always loaded.
|
|
Symfony\Component\HttpKernel\EventListener\EsiListener
|
EsiListener adds a Surrogate-Control HTTP header when the Response needs to be parsed for ESI.
|
|
Symfony\Component\HttpKernel\EventListener\ExceptionListener
|
ExceptionListener.
|
|
Symfony\Component\HttpKernel\EventListener\ProfilerListener
|
ProfilerListener collects data for the current request by listening to the onKernelResponse event.
|
|
Symfony\Component\HttpKernel\EventListener\ResponseListener
|
ResponseListener fixes the Response headers based on the Request.
|
|
Symfony\Component\HttpKernel\Event\FilterControllerEvent
|
Allows filtering of a controller callable
|
|
Symfony\Component\HttpKernel\Event\FilterResponseEvent
|
Allows to filter a Response object
|
|
Symfony\Component\HttpKernel\Event\GetResponseEvent
|
Allows to create a response for a request
|
|
Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent
|
Allows to create a response for the return value of a controller
|
|
Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent
|
Allows to create a response for a thrown exception
|
|
Symfony\Component\HttpKernel\Event\KernelEvent
|
Base class for events thrown in the HttpKernel component
|
|
Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException
|
AccessDeniedHttpException.
|
|
Symfony\Component\HttpKernel\Exception\FlattenException
|
FlattenException wraps a PHP Exception to be able to serialize it.
|
|
Symfony\Component\HttpKernel\Exception\HttpException
|
HttpException.
|
|
Symfony\Component\HttpKernel\Exception\HttpExceptionInterface
|
Interface for HTTP error exceptions.
|
|
Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException
|
MethodNotAllowedHttpException.
|
|
Symfony\Component\HttpKernel\Exception\NotFoundHttpException
|
NotFoundHttpException.
|
|
Symfony\Component\HttpKernel\HttpCache\Esi
|
Esi implements the ESI capabilities to Request and Response instances.
|
|
Symfony\Component\HttpKernel\HttpCache\EsiResponseCacheStrategy
|
EsiResponseCacheStrategy knows how to compute the Response cache HTTP header based on the different ESI response cache headers.
|
|
Symfony\Component\HttpKernel\HttpCache\EsiResponseCacheStrategyInterface
|
EsiResponseCacheStrategyInterface implementations know how to compute the Response cache HTTP header based on the different ESI response cache headers.
|
|
Symfony\Component\HttpKernel\HttpCache\HttpCache
|
Cache provides HTTP caching.
|
|
Symfony\Component\HttpKernel\HttpCache\Store
|
Store implements all the logic for storing cache metadata (Request and Response headers).
|
|
Symfony\Component\HttpKernel\HttpCache\StoreInterface
|
Interface implemented by HTTP cache stores.
|
|
Symfony\Component\HttpKernel\HttpKernel
|
HttpKernel notifies events to convert a Request object to a Response one.
|
|
Symfony\Component\HttpKernel\HttpKernelInterface
|
HttpKernelInterface handles a Request to convert it to a Response.
|
|
Symfony\Component\HttpKernel\Kernel
|
The Kernel is the heart of the Symfony system.
|
|
Symfony\Component\HttpKernel\KernelEvents
|
Contains all events thrown in the HttpKernel component
|
|
Symfony\Component\HttpKernel\KernelInterface
|
The Kernel is the heart of the Symfony system.
|
|
Symfony\Component\HttpKernel\Log\DebugLoggerInterface
|
DebugLoggerInterface.
|
|
Symfony\Component\HttpKernel\Log\LoggerInterface
|
LoggerInterface.
|
|
Symfony\Component\HttpKernel\Log\NullLogger
|
NullLogger.
|
|
Symfony\Component\HttpKernel\Profiler\MysqlProfilerStorage
|
A ProfilerStorage for Mysql
|
|
Symfony\Component\HttpKernel\Profiler\PdoProfilerStorage
|
Base PDO storage for profiling information in a PDO database.
|
|
Symfony\Component\HttpKernel\Profiler\Profile
|
Profile.
|
|
Symfony\Component\HttpKernel\Profiler\Profiler
|
Profiler.
|
|
Symfony\Component\HttpKernel\Profiler\ProfilerStorageInterface
|
ProfilerStorageInterface.
|
|
Symfony\Component\HttpKernel\Profiler\SqliteProfilerStorage
|
SqliteProfilerStorage stores profiling information in a SQLite database.
|
|
Symfony\Component\HttpKernel\Util\Filesystem
|
Provides basic utility to manipulate the file system.
|
|
Symfony\Component\Locale\Exception\MethodArgumentNotImplementedException
|
|
|
Symfony\Component\Locale\Exception\MethodArgumentValueNotImplementedException
|
|
|
Symfony\Component\Locale\Exception\MethodNotImplementedException
|
|
|
Symfony\Component\Locale\Exception\NotImplementedException
|
Base exception class for not implemented behaviors of the intl extension in the Locale component.
|
|
Symfony\Component\Locale\Locale
|
|
|
Symfony\Component\Locale\Stub\DateFormat\AmPmTransformer
|
Parser and formatter for AM/PM markers format
|
|
Symfony\Component\Locale\Stub\DateFormat\DayOfWeekTransformer
|
Parser and formatter for day of week format
|
|
Symfony\Component\Locale\Stub\DateFormat\DayOfYearTransformer
|
Parser and formatter for day of year format
|
|
Symfony\Component\Locale\Stub\DateFormat\DayTransformer
|
Parser and formatter for day format
|
|
Symfony\Component\Locale\Stub\DateFormat\FullTransformer
|
Parser and formatter for date formats
|
|
Symfony\Component\Locale\Stub\DateFormat\Hour1200Transformer
|
Parser and formatter for 12 hour format (0-11)
|
|
Symfony\Component\Locale\Stub\DateFormat\Hour1201Transformer
|
Parser and formatter for 12 hour format (1-12)
|
|
Symfony\Component\Locale\Stub\DateFormat\Hour2400Transformer
|
Parser and formatter for 24 hour format (0-23)
|
|
Symfony\Component\Locale\Stub\DateFormat\Hour2401Transformer
|
Parser and formatter for 24 hour format (1-24)
|
|
Symfony\Component\Locale\Stub\DateFormat\HourTransformer
|
Base class for hour transformers
|
|
Symfony\Component\Locale\Stub\DateFormat\MinuteTransformer
|
Parser and formatter for minute format
|
|
Symfony\Component\Locale\Stub\DateFormat\MonthTransformer
|
Parser and formatter for month format
|
|
Symfony\Component\Locale\Stub\DateFormat\QuarterTransformer
|
Parser and formatter for quarter format
|
|
Symfony\Component\Locale\Stub\DateFormat\SecondTransformer
|
Parser and formatter for the second format
|
|
Symfony\Component\Locale\Stub\DateFormat\TimeZoneTransformer
|
Parser and formatter for time zone format
|
|
Symfony\Component\Locale\Stub\DateFormat\Transformer
|
Parser and formatter for date formats
|
|
Symfony\Component\Locale\Stub\DateFormat\YearTransformer
|
Parser and formatter for year format
|
|
Symfony\Component\Locale\Stub\StubCollator
|
Provides a stub Collator for the 'en' locale.
|
|
Symfony\Component\Locale\Stub\StubIntl
|
Provides fake static versions of the global functions in the intl extension
|
|
Symfony\Component\Locale\Stub\StubIntlDateFormatter
|
Provides a stub IntlDateFormatter for the 'en' locale.
|
|
Symfony\Component\Locale\Stub\StubLocale
|
Provides a stub Locale for the 'en' locale.
|
|
Symfony\Component\Locale\Stub\StubNumberFormatter
|
Provides a stub NumberFormatter for the 'en' locale.
|
|
Symfony\Component\Process\ExecutableFinder
|
Generic executable finder.
|
|
Symfony\Component\Process\PhpExecutableFinder
|
An executable finder specifically designed for the PHP executable.
|
|
Symfony\Component\Process\PhpProcess
|
PhpProcess runs a PHP script in an independent process.
|
|
Symfony\Component\Process\Process
|
Process is a thin wrapper around proc_* functions to ease start independent PHP processes.
|
|
Symfony\Component\Routing\Annotation\Route
|
Annotation class for @Route().
|
|
Symfony\Component\Routing\CompiledRoute
|
CompiledRoutes are returned by the RouteCompiler class.
|
|
Symfony\Component\Routing\Exception\ExceptionInterface
|
ExceptionInterface
|
|
Symfony\Component\Routing\Exception\InvalidParameterException
|
Exception thrown when a parameter is not valid
|
|
Symfony\Component\Routing\Exception\MethodNotAllowedException
|
The resource was found but the request method is not allowed.
|
|
Symfony\Component\Routing\Exception\MissingMandatoryParametersException
|
Exception thrown when a route cannot be generated because of missing mandatory parameters.
|
|
Symfony\Component\Routing\Exception\ResourceNotFoundException
|
The resource was not found.
|
|
Symfony\Component\Routing\Exception\RouteNotFoundException
|
Exception thrown when a route does not exists
|
|
Symfony\Component\Routing\Generator\Dumper\GeneratorDumper
|
GeneratorDumper is the base class for all built-in generator dumpers.
|
|
Symfony\Component\Routing\Generator\Dumper\GeneratorDumperInterface
|
GeneratorDumperInterface is the interface that all generator dumper classes must implement.
|
|
Symfony\Component\Routing\Generator\Dumper\PhpGeneratorDumper
|
PhpGeneratorDumper creates a PHP class able to generate URLs for a given set of routes.
|
|
Symfony\Component\Routing\Generator\UrlGenerator
|
UrlGenerator generates URL based on a set of routes.
|
|
Symfony\Component\Routing\Generator\UrlGeneratorInterface
|
UrlGeneratorInterface is the interface that all URL generator classes must implements.
|
|
Symfony\Component\Routing\Loader\AnnotationClassLoader
|
AnnotationClassLoader loads routing information from a PHP class and its methods.
|
|
Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
|
AnnotationDirectoryLoader loads routing information from annotations set on PHP classes and methods.
|
|
Symfony\Component\Routing\Loader\AnnotationFileLoader
|
AnnotationFileLoader loads routing information from annotations set on a PHP class and its methods.
|
|
Symfony\Component\Routing\Loader\ClosureLoader
|
ClosureLoader loads routes from a PHP closure.
|
|
Symfony\Component\Routing\Loader\PhpFileLoader
|
PhpFileLoader loads routes from a PHP file.
|
|
Symfony\Component\Routing\Loader\XmlFileLoader
|
XmlFileLoader loads XML routing files.
|
|
Symfony\Component\Routing\Loader\YamlFileLoader
|
YamlFileLoader loads Yaml routing files.
|
|
Symfony\Component\Routing\Matcher\ApacheUrlMatcher
|
ApacheUrlMatcher matches URL based on Apache mod_rewrite matching (see ApacheMatcherDumper).
|
|
Symfony\Component\Routing\Matcher\Dumper\ApacheMatcherDumper
|
Dumps a set of Apache mod_rewrite rules.
|
|
Symfony\Component\Routing\Matcher\Dumper\MatcherDumper
|
MatcherDumper is the abstract class for all built-in matcher dumpers.
|
|
Symfony\Component\Routing\Matcher\Dumper\MatcherDumperInterface
|
MatcherDumperInterface is the interface that all matcher dumper classes must implement.
|
|
Symfony\Component\Routing\Matcher\Dumper\PhpMatcherDumper
|
PhpMatcherDumper creates a PHP class able to match URLs for a given set of routes.
|
|
Symfony\Component\Routing\Matcher\RedirectableUrlMatcher
|
|
|
Symfony\Component\Routing\Matcher\RedirectableUrlMatcherInterface
|
RedirectableUrlMatcherInterface knows how to redirect the user.
|
|
Symfony\Component\Routing\Matcher\UrlMatcher
|
UrlMatcher matches URL based on a set of routes.
|
|
Symfony\Component\Routing\Matcher\UrlMatcherInterface
|
UrlMatcherInterface is the interface that all URL matcher classes must implement.
|
|
Symfony\Component\Routing\RequestContext
|
Holds information about the current request.
|
|
Symfony\Component\Routing\RequestContextAwareInterface
|
|
|
Symfony\Component\Routing\Route
|
A Route describes a route and its parameters.
|
|
Symfony\Component\Routing\RouteCollection
|
A RouteCollection represents a set of Route instances.
|
|
Symfony\Component\Routing\RouteCompiler
|
RouteCompiler compiles Route instances to CompiledRoute instances.
|
|
Symfony\Component\Routing\RouteCompilerInterface
|
RouteCompilerInterface is the interface that all RouteCompiler classes must implements.
|
|
Symfony\Component\Routing\Router
|
The Router class is an example of the integration of all pieces of the routing system for easier use.
|
|
Symfony\Component\Routing\RouterInterface
|
RouterInterface is the interface that all Router classes must implements.
|
|
Symfony\Component\Security\Acl\Dbal\AclProvider
|
An ACL provider implementation.
|
|
Symfony\Component\Security\Acl\Dbal\MutableAclProvider
|
An implementation of the MutableAclProviderInterface using Doctrine DBAL.
|
|
Symfony\Component\Security\Acl\Dbal\Schema
|
The schema used for the ACL system.
|
|
Symfony\Component\Security\Acl\Domain\Acl
|
An ACL implementation.
|
|
Symfony\Component\Security\Acl\Domain\AclCollectionCache
|
This service caches ACLs for an entire collection of objects.
|
|
Symfony\Component\Security\Acl\Domain\AuditLogger
|
Base audit logger implementation
|
|
Symfony\Component\Security\Acl\Domain\DoctrineAclCache
|
This class is a wrapper around the actual cache implementation.
|
|
Symfony\Component\Security\Acl\Domain\Entry
|
Auditable ACE implementation
|
|
Symfony\Component\Security\Acl\Domain\FieldEntry
|
Field-aware ACE implementation which is auditable
|
|
Symfony\Component\Security\Acl\Domain\ObjectIdentity
|
ObjectIdentity implementation
|
|
Symfony\Component\Security\Acl\Domain\ObjectIdentityRetrievalStrategy
|
Strategy to be used for retrieving object identities from domain objects
|
|
Symfony\Component\Security\Acl\Domain\PermissionGrantingStrategy
|
The permission granting strategy to apply to the access control list.
|
|
Symfony\Component\Security\Acl\Domain\RoleSecurityIdentity
|
A SecurityIdentity implementation for roles
|
|
Symfony\Component\Security\Acl\Domain\SecurityIdentityRetrievalStrategy
|
Strategy for retrieving security identities
|
|
Symfony\Component\Security\Acl\Domain\UserSecurityIdentity
|
A SecurityIdentity implementation used for actual users
|
|
Symfony\Component\Security\Acl\Exception\AclAlreadyExistsException
|
This exception is thrown when someone tries to create an ACL for an object identity that already has one.
|
|
Symfony\Component\Security\Acl\Exception\AclNotFoundException
|
This exception is thrown when we cannot locate an ACL for a passed ObjectIdentity implementation.
|
|
Symfony\Component\Security\Acl\Exception\ConcurrentModificationException
|
This exception is thrown whenever you change shared properties of more than one ACL of the same class type concurrently.
|
|
Symfony\Component\Security\Acl\Exception\Exception
|
Base ACL exception
|
|
Symfony\Component\Security\Acl\Exception\InvalidDomainObjectException
|
This exception is thrown when ObjectIdentity fails to construct an object identity from the passed domain object.
|
|
Symfony\Component\Security\Acl\Exception\NoAceFoundException
|
This exception is thrown when we cannot locate an ACE that matches the combination of permission masks and security identities.
|
|
Symfony\Component\Security\Acl\Exception\NotAllAclsFoundException
|
This exception is thrown when you have requested ACLs for multiple object identities, but the AclProvider implementation failed to find ACLs for all identities.
|
|
Symfony\Component\Security\Acl\Exception\SidNotLoadedException
|
This exception is thrown when ACEs for an SID are requested which has not been loaded from the database.
|
|
Symfony\Component\Security\Acl\Model\AclCacheInterface
|
AclCache Interface
|
|
Symfony\Component\Security\Acl\Model\AclInterface
|
This interface represents an access control list (ACL) for a domain object.
|
|
Symfony\Component\Security\Acl\Model\AclProviderInterface
|
Provides a common interface for retrieving ACLs.
|
|
Symfony\Component\Security\Acl\Model\AuditLoggerInterface
|
Interface for audit loggers
|
|
Symfony\Component\Security\Acl\Model\AuditableAclInterface
|
This interface adds auditing capabilities to the ACL.
|
|
Symfony\Component\Security\Acl\Model\AuditableEntryInterface
|
ACEs can implement this interface if they support auditing capabilities.
|
|
Symfony\Component\Security\Acl\Model\DomainObjectInterface
|
This method can be implemented by domain objects which you want to store ACLs for if they do not have a getId() method, or getId() does not return a unique identifier.
|
|
Symfony\Component\Security\Acl\Model\EntryInterface
|
This class represents an individual entry in the ACL list.
|
|
Symfony\Component\Security\Acl\Model\FieldEntryInterface
|
Interface for entries which are restricted to specific fields
|
|
Symfony\Component\Security\Acl\Model\MutableAclInterface
|
This interface adds mutators for the AclInterface.
|
|
Symfony\Component\Security\Acl\Model\MutableAclProviderInterface
|
Provides support for creating and storing ACL instances.
|
|
Symfony\Component\Security\Acl\Model\ObjectIdentityInterface
|
Represents the identity of an individual domain object instance.
|
|
Symfony\Component\Security\Acl\Model\ObjectIdentityRetrievalStrategyInterface
|
Retrieves the object identity for a given domain object
|
|
Symfony\Component\Security\Acl\Model\PermissionGrantingStrategyInterface
|
Interface used by permission granting implementations.
|
|
Symfony\Component\Security\Acl\Model\SecurityIdentityInterface
|
This interface provides an additional level of indirection, so that we can work with abstracted versions of security objects and do not have to save the entire objects.
|
|
Symfony\Component\Security\Acl\Model\SecurityIdentityRetrievalStrategyInterface
|
Interface for retrieving security identities from tokens
|
|
Symfony\Component\Security\Acl\Permission\BasicPermissionMap
|
This is basic permission map complements the masks which have been defined on the standard implementation of the MaskBuilder.
|
|
Symfony\Component\Security\Acl\Permission\MaskBuilder
|
This class allows you to build cumulative permissions easily, or convert masks to a human-readable format.
|
|
Symfony\Component\Security\Acl\Permission\PermissionMapInterface
|
This is the interface that must be implemented by permission maps.
|
|
Symfony\Component\Security\Acl\Voter\AclVoter
|
This voter can be used as a base class for implementing your own permissions.
|
|
Symfony\Component\Security\Acl\Voter\FieldVote
|
This class is a lightweight wrapper around field vote requests which does not violate any interface contracts.
|
|
Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface
|
AuthenticationManagerInterface is the interface for authentication managers, which process Token authentication.
|
|
Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
|
AuthenticationProviderManager uses a list of AuthenticationProviderInterface instances to authenticate a Token.
|
|
Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
|
The default implementation of the authentication trust resolver.
|
|
Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolverInterface
|
Interface for resolving the authentication status of a given token.
|
|
Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
|
AnonymousAuthenticationProvider validates AnonymousToken instances.
|
|
Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface
|
AuthenticationProviderInterface is the interface for for all authentication providers.
|
|
Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
|
DaoAuthenticationProvider uses a UserProviderInterface to retrieve the user for a UsernamePasswordToken.
|
|
Symfony\Component\Security\Core\Authentication\Provider\PreAuthenticatedAuthenticationProvider
|
Processes a pre-authenticated authentication request.
|
|
Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
|
|
|
Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider
|
UserProviderInterface retrieves users for UsernamePasswordToken tokens.
|
|
Symfony\Component\Security\Core\Authentication\RememberMe\InMemoryTokenProvider
|
This class is used for testing purposes, and is not really suited for production.
|
|
Symfony\Component\Security\Core\Authentication\RememberMe\PersistentToken
|
This class is only used by PersistentTokenRememberMeServices internally.
|
|
Symfony\Component\Security\Core\Authentication\RememberMe\PersistentTokenInterface
|
Interface to be implemented by persistent token classes (such as Doctrine entities representing a remember-me token)
|
|
Symfony\Component\Security\Core\Authentication\RememberMe\TokenProviderInterface
|
Interface for TokenProviders
|
|
Symfony\Component\Security\Core\Authentication\Token\AbstractToken
|
Base class for Token instances.
|
|
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken
|
AnonymousToken represents an anonymous token.
|
|
Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken
|
PreAuthenticatedToken implements a pre-authenticated token.
|
|
Symfony\Component\Security\Core\Authentication\Token\RememberMeToken
|
Authentication Token for "Remember-Me".
|
|
Symfony\Component\Security\Core\Authentication\Token\TokenInterface
|
TokenInterface is the interface for the user authentication information.
|
|
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken
|
UsernamePasswordToken implements a username and password token.
|
|
Symfony\Component\Security\Core\Authorization\AccessDecisionManager
|
AccessDecisionManager is the base class for all access decision managers that use decision voters.
|
|
Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface
|
AccessDecisionManagerInterface makes authorization decisions.
|
|
Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter
|
AuthenticatedVoter votes if an attribute like IS_AUTHENTICATED_FULLY, IS_AUTHENTICATED_REMEMBERED, or IS_AUTHENTICATED_ANONYMOUSLY is present.
|
|
Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter
|
RoleHierarchyVoter uses a RoleHierarchy to determine the roles granted to the user before voting.
|
|
Symfony\Component\Security\Core\Authorization\Voter\RoleVoter
|
RoleVoter votes if any attribute starts with a given prefix.
|
|
Symfony\Component\Security\Core\Authorization\Voter\VoterInterface
|
VoterInterface is the interface implemented by all voters.
|
|
Symfony\Component\Security\Core\Encoder\BasePasswordEncoder
|
BasePasswordEncoder is the base class for all password encoders.
|
|
Symfony\Component\Security\Core\Encoder\EncoderFactory
|
A generic encoder factory implementation
|
|
Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface
|
EncoderFactoryInterface to support different encoders for different accounts.
|
|
Symfony\Component\Security\Core\Encoder\MessageDigestPasswordEncoder
|
MessageDigestPasswordEncoder uses a message digest algorithm.
|
|
Symfony\Component\Security\Core\Encoder\PasswordEncoderInterface
|
PasswordEncoderInterface is the interface for all encoders.
|
|
Symfony\Component\Security\Core\Encoder\PlaintextPasswordEncoder
|
PlaintextPasswordEncoder does not do any encoding.
|
|
Symfony\Component\Security\Core\Exception\AccessDeniedException
|
AccessDeniedException is thrown when the account has not the required role.
|
|
Symfony\Component\Security\Core\Exception\AccountExpiredException
|
AccountExpiredException is thrown when the user account has expired.
|
|
Symfony\Component\Security\Core\Exception\AccountStatusException
|
AccountStatusException is the base class for authentication exceptions caused by the user account status.
|
|
Symfony\Component\Security\Core\Exception\AuthenticationCredentialsNotFoundException
|
AuthenticationCredentialsNotFoundException is thrown when an authentication is rejected because no Token is available.
|
|
Symfony\Component\Security\Core\Exception\AuthenticationException
|
AuthenticationException is the base class for all authentication exceptions.
|
|
Symfony\Component\Security\Core\Exception\AuthenticationServiceException
|
AuthenticationServiceException is thrown when an authentication request could not be processed due to a system problem.
|
|
Symfony\Component\Security\Core\Exception\BadCredentialsException
|
BadCredentialsException is thrown when the user credentials are invalid.
|
|
Symfony\Component\Security\Core\Exception\CookieTheftException
|
This exception is thrown when the RememberMeServices implementation detects that a presented cookie has already been used by someone else.
|
|
Symfony\Component\Security\Core\Exception\CredentialsExpiredException
|
CredentialsExpiredException is thrown when the user account credentials have expired.
|
|
Symfony\Component\Security\Core\Exception\DisabledException
|
DisabledException is thrown when the user account is disabled.
|
|
Symfony\Component\Security\Core\Exception\InsufficientAuthenticationException
|
InsufficientAuthenticationException is thrown if the user credentials are not sufficiently trusted.
|
|
Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException
|
This exception is thrown when the csrf token is invalid.
|
|
Symfony\Component\Security\Core\Exception\LockedException
|
LockedException is thrown if the user account is locked.
|
|
Symfony\Component\Security\Core\Exception\NonceExpiredException
|
NonceExpiredException is thrown when an authentication is rejected because the digest nonce has expired.
|
|
Symfony\Component\Security\Core\Exception\ProviderNotFoundException
|
ProviderNotFoundException is thrown when no AuthenticationProviderInterface instance supports an authentication Token.
|
|
Symfony\Component\Security\Core\Exception\SessionUnavailableException
|
This exception is thrown when no session is available.
|
|
Symfony\Component\Security\Core\Exception\TokenNotFoundException
|
TokenNotFoundException is thrown if a Token cannot be found.
|
|
Symfony\Component\Security\Core\Exception\UnsupportedUserException
|
This exception is thrown when an account is reloaded from a provider which doesn't support the passed implementation of UserInterface.
|
|
Symfony\Component\Security\Core\Exception\UsernameNotFoundException
|
UsernameNotFoundException is thrown if a User cannot be found by its username.
|
|
Symfony\Component\Security\Core\Role\Role
|
Role is a simple implementation of a RoleInterface where the role is a string.
|
|
Symfony\Component\Security\Core\Role\RoleHierarchy
|
RoleHierarchy defines a role hierarchy.
|
|
Symfony\Component\Security\Core\Role\RoleHierarchyInterface
|
RoleHierarchyInterface is the interface for a role hierarchy.
|
|
Symfony\Component\Security\Core\Role\RoleInterface
|
RoleInterface represents a role granted to a user.
|
|
Symfony\Component\Security\Core\Role\SwitchUserRole
|
SwitchUserRole is used when the current user temporarily impersonates another one.
|
|
Symfony\Component\Security\Core\SecurityContext
|
SecurityContext is the main entry point of the Security component.
|
|
Symfony\Component\Security\Core\SecurityContextInterface
|
The SecurityContextInterface.
|
|
Symfony\Component\Security\Core\User\AdvancedUserInterface
|
Adds extra features to a user class related to account status flags.
|
|
Symfony\Component\Security\Core\User\ChainUserProvider
|
Chain User Provider.
|
|
Symfony\Component\Security\Core\User\InMemoryUserProvider
|
InMemoryUserProvider is a simple non persistent user provider.
|
|
Symfony\Component\Security\Core\User\User
|
User is the user implementation used by the in-memory user provider.
|
|
Symfony\Component\Security\Core\User\UserChecker
|
UserChecker checks the user account flags.
|
|
Symfony\Component\Security\Core\User\UserCheckerInterface
|
UserCheckerInterface checks user account when authentication occurs.
|
|
Symfony\Component\Security\Core\User\UserInterface
|
Represents the interface that all user classes must implement.
|
|
Symfony\Component\Security\Core\User\UserProviderInterface
|
Represents a class that loads UserInterface objects from some source for the authentication system.
|
|
Symfony\Component\Security\Http\AccessMap
|
AccessMap allows configuration of different access control rules for specific parts of the website.
|
|
Symfony\Component\Security\Http\Authentication\AuthenticationFailureHandlerInterface
|
Interface for custom authentication failure handlers.
|
|
Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerInterface
|
Interface for a custom authentication success handler
|
|
Symfony\Component\Security\Http\Authorization\AccessDeniedHandlerInterface
|
This is used by the ExceptionListener to translate an AccessDeniedException to a Response object.
|
|
Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface
|
AuthenticationEntryPointInterface is the interface used to start the authentication scheme.
|
|
Symfony\Component\Security\Http\EntryPoint\BasicAuthenticationEntryPoint
|
BasicAuthenticationEntryPoint starts an HTTP Basic authentication.
|
|
Symfony\Component\Security\Http\EntryPoint\DigestAuthenticationEntryPoint
|
DigestAuthenticationEntryPoint starts an HTTP Digest authentication.
|
|
Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint
|
FormAuthenticationEntryPoint starts an authentication via a login form.
|
|
Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint
|
RetryAuthenticationEntryPoint redirects URL based on the configured scheme.
|
|
Symfony\Component\Security\Http\Event\InteractiveLoginEvent
|
|
|
Symfony\Component\Security\Http\Event\SwitchUserEvent
|
|
|
Symfony\Component\Security\Http\Firewall
|
Firewall uses a FirewallMap to register security listeners for the given request.
|
|
Symfony\Component\Security\Http\FirewallMap
|
FirewallMap allows configuration of different firewalls for specific parts of the website.
|
|
Symfony\Component\Security\Http\FirewallMapInterface
|
This interface must be implemented by firewall maps.
|
|
Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener
|
The AbstractAuthenticationListener is the preferred base class for all browser-/HTTP-based authentication requests.
|
|
Symfony\Component\Security\Http\Firewall\AbstractPreAuthenticatedListener
|
AbstractPreAuthenticatedListener is the base class for all listener that authenticates users based on a pre-authenticated request (like a certificate for instance).
|
|
Symfony\Component\Security\Http\Firewall\AccessListener
|
AccessListener enforces access control rules.
|
|
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
|
AnonymousAuthenticationListener automatically adds a Token if none is already present.
|
|
Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener
|
BasicAuthenticationListener implements Basic HTTP authentication.
|
|
Symfony\Component\Security\Http\Firewall\ChannelListener
|
ChannelListener switches the HTTP protocol based on the access control configuration.
|
|
Symfony\Component\Security\Http\Firewall\ContextListener
|
ContextListener manages the SecurityContext persistence through a session.
|
|
Symfony\Component\Security\Http\Firewall\DigestAuthenticationListener
|
DigestAuthenticationListener implements Digest HTTP authentication.
|
|
Symfony\Component\Security\Http\Firewall\DigestData
|
|
|
Symfony\Component\Security\Http\Firewall\ExceptionListener
|
ExceptionListener catches authentication exception and converts them to Response instances.
|
|
Symfony\Component\Security\Http\Firewall\ListenerInterface
|
Interface that must be implemented by firewall listeners
|
|
Symfony\Component\Security\Http\Firewall\LogoutListener
|
LogoutListener logout users.
|
|
Symfony\Component\Security\Http\Firewall\RememberMeListener
|
RememberMeListener implements authentication capabilities via a cookie
|
|
Symfony\Component\Security\Http\Firewall\SwitchUserListener
|
SwitchUserListener allows a user to impersonate another one temporarily (like the Unix su command).
|
|
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
|
UsernamePasswordFormAuthenticationListener is the default implementation of an authentication via a simple form composed of a username and a password.
|
|
Symfony\Component\Security\Http\Firewall\X509AuthenticationListener
|
X509 authentication listener.
|
|
Symfony\Component\Security\Http\HttpUtils
|
Encapsulates the logic needed to create sub-requests, redirect the user, and match URLs.
|
|
Symfony\Component\Security\Http\Logout\CookieClearingLogoutHandler
|
This handler clears the passed cookies when a user logs out.
|
|
Symfony\Component\Security\Http\Logout\LogoutHandlerInterface
|
Interface that needs to be implemented by LogoutHandlers.
|
|
Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface
|
LogoutSuccesshandlerInterface.
|
|
Symfony\Component\Security\Http\Logout\SessionLogoutHandler
|
Handler for clearing invalidating the current session.
|
|
Symfony\Component\Security\Http\RememberMe\AbstractRememberMeServices
|
Base class implementing the RememberMeServicesInterface
|
|
Symfony\Component\Security\Http\RememberMe\PersistentTokenBasedRememberMeServices
|
Concrete implementation of the RememberMeServicesInterface which needs an implementation of TokenProviderInterface for providing remember-me capabilities.
|
|
Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface
|
Interface that needs to be implemented by classes which provide remember-me capabilities.
|
|
Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
|
Concrete implementation of the RememberMeServicesInterface providing remember-me capabilities without requiring a TokenProvider.
|
|
Symfony\Component\Security\Http\SecurityEvents
|
|
|
Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
|
The default session strategy implementation.
|
|
Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface
|
SessionAuthenticationStrategyInterface
|
|
Symfony\Component\Serializer\Encoder\DecoderInterface
|
Defines the interface of encoders that are able to decode their own format
|
|
Symfony\Component\Serializer\Encoder\EncoderInterface
|
Defines the interface of encoders
|
|
Symfony\Component\Serializer\Encoder\JsonEncoder
|
Encodes JSON data
|
|
Symfony\Component\Serializer\Encoder\NormalizationAwareInterface
|
Defines the interface of encoders that will normalize data themselves
|
|
Symfony\Component\Serializer\Encoder\SerializerAwareEncoder
|
SerializerAware Encoder implementation
|
|
Symfony\Component\Serializer\Encoder\XmlEncoder
|
Encodes XML data
|
|
Symfony\Component\Serializer\Exception\Exception
|
Base exception
|
|
Symfony\Component\Serializer\Exception\InvalidArgumentException
|
InvalidArgumentException
|
|
Symfony\Component\Serializer\Exception\LogicException
|
LogicException
|
|
Symfony\Component\Serializer\Exception\RuntimeException
|
RuntimeException
|
|
Symfony\Component\Serializer\Exception\UnexpectedValueException
|
UnexpectedValueException
|
|
Symfony\Component\Serializer\Exception\UnsupportedException
|
UnsupportedException
|
|
Symfony\Component\Serializer\Normalizer\CustomNormalizer
|
|
|
Symfony\Component\Serializer\Normalizer\GetSetMethodNormalizer
|
Converts between objects with getter and setter methods and arrays.
|
|
Symfony\Component\Serializer\Normalizer\NormalizableInterface
|
Defines the most basic interface a class must implement to be normalizable
|
|
Symfony\Component\Serializer\Normalizer\NormalizerInterface
|
Defines the interface of normalizers.
|
|
Symfony\Component\Serializer\Normalizer\SerializerAwareNormalizer
|
SerializerAware Normalizer implementation
|
|
Symfony\Component\Serializer\Serializer
|
Serializer serializes and deserializes data
|
|
Symfony\Component\Serializer\SerializerAwareInterface
|
Defines the interface of encoders
|
|
Symfony\Component\Serializer\SerializerInterface
|
Defines the interface of the Serializer
|
|
Symfony\Component\Templating\Asset\Package
|
The basic package will add a version to asset URLs.
|
|
Symfony\Component\Templating\Asset\PackageInterface
|
Asset package interface.
|
|
Symfony\Component\Templating\Asset\PathPackage
|
The path packages adds a version and a base path to asset URLs.
|
|
Symfony\Component\Templating\Asset\UrlPackage
|
The URL packages adds a version and a base URL to asset URLs.
|
|
Symfony\Component\Templating\DebuggerInterface
|
DebuggerInterface is the interface you need to implement to debug template loader instances.
|
|
Symfony\Component\Templating\DelegatingEngine
|
DelegatingEngine selects an engine for a given template.
|
|
Symfony\Component\Templating\EngineInterface
|
EngineInterface is the interface each engine must implement.
|
|
Symfony\Component\Templating\Helper\AssetsHelper
|
AssetsHelper helps manage asset URLs.
|
|
Symfony\Component\Templating\Helper\CoreAssetsHelper
|
CoreAssetsHelper helps manage asset URLs.
|
|
Symfony\Component\Templating\Helper\Helper
|
Helper is the base class for all helper classes.
|
|
Symfony\Component\Templating\Helper\HelperInterface
|
HelperInterface is the interface all helpers must implement.
|
|
Symfony\Component\Templating\Helper\SlotsHelper
|
SlotsHelper manages template slots.
|
|
Symfony\Component\Templating\Loader\CacheLoader
|
CacheLoader is a loader that caches other loaders responses on the filesystem.
|
|
Symfony\Component\Templating\Loader\ChainLoader
|
ChainLoader is a loader that calls other loaders to load templates.
|
|
Symfony\Component\Templating\Loader\FilesystemLoader
|
FilesystemLoader is a loader that read templates from the filesystem.
|
|
Symfony\Component\Templating\Loader\Loader
|
Loader is the base class for all template loader classes.
|
|
Symfony\Component\Templating\Loader\LoaderInterface
|
LoaderInterface is the interface all loaders must implement.
|
|
Symfony\Component\Templating\PhpEngine
|
PhpEngine is an engine able to render PHP templates.
|
|
Symfony\Component\Templating\Storage\FileStorage
|
FileStorage represents a template stored on the filesystem.
|
|
Symfony\Component\Templating\Storage\Storage
|
Storage is the base class for all storage classes.
|
|
Symfony\Component\Templating\Storage\StringStorage
|
StringStorage represents a template stored in a string.
|
|
Symfony\Component\Templating\TemplateNameParser
|
TemplateNameParser is the default implementation of TemplateNameParserInterface.
|
|
Symfony\Component\Templating\TemplateNameParserInterface
|
TemplateNameParserInterface converts template names to TemplateReferenceInterface instances.
|
|
Symfony\Component\Templating\TemplateReference
|
Internal representation of a template.
|
|
Symfony\Component\Templating\TemplateReferenceInterface
|
Interface to be implemented by all templates.
|
|
Symfony\Component\Translation\IdentityTranslator
|
IdentityTranslator does not translate anything.
|
|
Symfony\Component\Translation\Interval
|
Tests if a given number belongs to a given math interval.
|
|
Symfony\Component\Translation\Loader\ArrayLoader
|
ArrayLoader loads translations from a PHP array.
|
|
Symfony\Component\Translation\Loader\CsvFileLoader
|
CsvFileLoader loads translations from CSV files.
|
|
Symfony\Component\Translation\Loader\LoaderInterface
|
LoaderInterface is the interface implemented by all translation loaders.
|
|
Symfony\Component\Translation\Loader\PhpFileLoader
|
PhpFileLoader loads translations from PHP files returning an array of translations.
|
|
Symfony\Component\Translation\Loader\XliffFileLoader
|
XliffFileLoader loads translations from XLIFF files.
|
|
Symfony\Component\Translation\Loader\YamlFileLoader
|
YamlFileLoader loads translations from Yaml files.
|
|
Symfony\Component\Translation\MessageCatalogue
|
MessageCatalogue.
|
|
Symfony\Component\Translation\MessageCatalogueInterface
|
MessageCatalogueInterface.
|
|
Symfony\Component\Translation\MessageSelector
|
MessageSelector.
|
|
Symfony\Component\Translation\PluralizationRules
|
Returns the plural rules for a given locale.
|
|
Symfony\Component\Translation\Translator
|
Translator.
|
|
Symfony\Component\Translation\TranslatorInterface
|
TranslatorInterface.
|
|
Symfony\Component\Validator\Constraint
|
Contains the properties of a constraint definition.
|
|
Symfony\Component\Validator\ConstraintValidator
|
|
|
Symfony\Component\Validator\ConstraintValidatorFactory
|
Default implementation of the ConstraintValidatorFactoryInterface.
|
|
Symfony\Component\Validator\ConstraintValidatorFactoryInterface
|
Specifies an object able to return the correct ConstraintValidatorInterface instance given a Constrain object.
|
|
Symfony\Component\Validator\ConstraintValidatorInterface
|
|
|
Symfony\Component\Validator\ConstraintViolation
|
Represents a single violation of a constraint.
|
|
Symfony\Component\Validator\ConstraintViolationList
|
An array-acting object that holds many ConstrainViolation instances.
|
|
Symfony\Component\Validator\Constraints\All
|
|
|
Symfony\Component\Validator\Constraints\AllValidator
|
|
|
Symfony\Component\Validator\Constraints\Blank
|
|
|
Symfony\Component\Validator\Constraints\BlankValidator
|
|
|
Symfony\Component\Validator\Constraints\Callback
|
|
|
Symfony\Component\Validator\Constraints\CallbackValidator
|
Validator for Callback constraint
|
|
Symfony\Component\Validator\Constraints\Choice
|
|
|
Symfony\Component\Validator\Constraints\ChoiceValidator
|
ChoiceValidator validates that the value is one of the expected values.
|
|
Symfony\Component\Validator\Constraints\Collection
|
|
|
Symfony\Component\Validator\Constraints\CollectionValidator
|
|
|
Symfony\Component\Validator\Constraints\Country
|
|
|
Symfony\Component\Validator\Constraints\CountryValidator
|
Validates whether a value is a valid country code
|
|
Symfony\Component\Validator\Constraints\Date
|
|
|
Symfony\Component\Validator\Constraints\DateTime
|
|
|
Symfony\Component\Validator\Constraints\DateTimeValidator
|
|
|
Symfony\Component\Validator\Constraints\DateValidator
|
|
|
Symfony\Component\Validator\Constraints\Email
|
|
|
Symfony\Component\Validator\Constraints\EmailValidator
|
|
|
Symfony\Component\Validator\Constraints\False
|
|
|
Symfony\Component\Validator\Constraints\FalseValidator
|
|
|
Symfony\Component\Validator\Constraints\File
|
|
|
Symfony\Component\Validator\Constraints\FileValidator
|
|
|
Symfony\Component\Validator\Constraints\GroupSequence
|
Annotation for group sequences
|
|
Symfony\Component\Validator\Constraints\Image
|
|
|
Symfony\Component\Validator\Constraints\Ip
|
Validates that a value is a valid IP address
|
|
Symfony\Component\Validator\Constraints\IpValidator
|
Validates whether a value is a valid IP address
|
|
Symfony\Component\Validator\Constraints\Language
|
|
|
Symfony\Component\Validator\Constraints\LanguageValidator
|
Validates whether a value is a valid language code
|
|
Symfony\Component\Validator\Constraints\Locale
|
|
|
Symfony\Component\Validator\Constraints\LocaleValidator
|
Validates whether a value is a valid locale code
|
|
Symfony\Component\Validator\Constraints\Max
|
|
|
Symfony\Component\Validator\Constraints\MaxLength
|
|
|
Symfony\Component\Validator\Constraints\MaxLengthValidator
|
|
|
Symfony\Component\Validator\Constraints\MaxValidator
|
|
|
Symfony\Component\Validator\Constraints\Min
|
|
|
Symfony\Component\Validator\Constraints\MinLength
|
|
|
Symfony\Component\Validator\Constraints\MinLengthValidator
|
|
|
Symfony\Component\Validator\Constraints\MinValidator
|
|
|
Symfony\Component\Validator\Constraints\NotBlank
|
|
|
Symfony\Component\Validator\Constraints\NotBlankValidator
|
|
|
Symfony\Component\Validator\Constraints\NotNull
|
|
|
Symfony\Component\Validator\Constraints\NotNullValidator
|
|
|
Symfony\Component\Validator\Constraints\Null
|
|
|
Symfony\Component\Validator\Constraints\NullValidator
|
|
|
Symfony\Component\Validator\Constraints\Regex
|
|
|
Symfony\Component\Validator\Constraints\RegexValidator
|
Validates whether a value match or not given regexp pattern
|
|
Symfony\Component\Validator\Constraints\Time
|
|
|
Symfony\Component\Validator\Constraints\TimeValidator
|
|
|
Symfony\Component\Validator\Constraints\True
|
|
|
Symfony\Component\Validator\Constraints\TrueValidator
|
|
|
Symfony\Component\Validator\Constraints\Type
|
|
|
Symfony\Component\Validator\Constraints\TypeValidator
|
|
|
Symfony\Component\Validator\Constraints\Url
|
|
|
Symfony\Component\Validator\Constraints\UrlValidator
|
|
|
Symfony\Component\Validator\Constraints\Valid
|
|
|
Symfony\Component\Validator\Exception\ConstraintDefinitionException
|
|
|
Symfony\Component\Validator\Exception\GroupDefinitionException
|
|
|
Symfony\Component\Validator\Exception\InvalidOptionsException
|
|
|
Symfony\Component\Validator\Exception\MappingException
|
|
|
Symfony\Component\Validator\Exception\MissingOptionsException
|
|
|
Symfony\Component\Validator\Exception\UnexpectedTypeException
|
|
|
Symfony\Component\Validator\Exception\ValidatorException
|
|
|
Symfony\Component\Validator\ExecutionContext
|
The central object representing a single validation process.
|
|
Symfony\Component\Validator\GraphWalker
|
Responsible for walking over and initializing validation on different types of items.
|
|
Symfony\Component\Validator\Mapping\BlackholeMetadataFactory
|
Simple implementation of ClassMetadataFactoryInterface that can be used when using ValidatorInterface::validateValue().
|
|
Symfony\Component\Validator\Mapping\Cache\ApcCache
|
|
|
Symfony\Component\Validator\Mapping\Cache\CacheInterface
|
Persists ClassMetadata instances in a cache
|
|
Symfony\Component\Validator\Mapping\ClassMetadata
|
Represents all the configured constraints on a given class.
|
|
Symfony\Component\Validator\Mapping\ClassMetadataFactory
|
Implementation of ClassMetadataFactoryInterface
|
|
Symfony\Component\Validator\Mapping\ClassMetadataFactoryInterface
|
|
|
Symfony\Component\Validator\Mapping\ElementMetadata
|
|
|
Symfony\Component\Validator\Mapping\GetterMetadata
|
|
|
Symfony\Component\Validator\Mapping\Loader\AnnotationLoader
|
|
|
Symfony\Component\Validator\Mapping\Loader\FileLoader
|
|
|
Symfony\Component\Validator\Mapping\Loader\FilesLoader
|
Creates mapping loaders for array of files.
|
|
Symfony\Component\Validator\Mapping\Loader\LoaderChain
|
Calls multiple LoaderInterface instances in a chain
|
|
Symfony\Component\Validator\Mapping\Loader\LoaderInterface
|
|
|
Symfony\Component\Validator\Mapping\Loader\StaticMethodLoader
|
|
|
Symfony\Component\Validator\Mapping\Loader\XmlFileLoader
|
|
|
Symfony\Component\Validator\Mapping\Loader\XmlFilesLoader
|
Loads multiple xml mapping files
|
|
Symfony\Component\Validator\Mapping\Loader\YamlFileLoader
|
|
|
Symfony\Component\Validator\Mapping\Loader\YamlFilesLoader
|
Loads multiple yaml mapping files
|
|
Symfony\Component\Validator\Mapping\MemberMetadata
|
|
|
Symfony\Component\Validator\Mapping\PropertyMetadata
|
|
|
Symfony\Component\Validator\ObjectInitializerInterface
|
Interface for object initializers.
|
|
Symfony\Component\Validator\Validator
|
The default implementation of the ValidatorInterface.
|
|
Symfony\Component\Validator\ValidatorContext
|
Default implementation of ValidatorContextInterface
|
|
Symfony\Component\Validator\ValidatorContextInterface
|
Stores settings for creating a new validator and creates validators
|
|
Symfony\Component\Validator\ValidatorFactory
|
Creates and configures new validator objects
|
|
Symfony\Component\Validator\ValidatorInterface
|
Validates a given value.
|
|
Symfony\Component\Yaml\Dumper
|
Dumper dumps PHP variables to YAML strings.
|
|
Symfony\Component\Yaml\Escaper
|
Escaper encapsulates escaping rules for single and double-quoted YAML strings.
|
|
Symfony\Component\Yaml\Exception\DumpException
|
Exception class thrown when an error occurs during dumping.
|
|
Symfony\Component\Yaml\Exception\ExceptionInterface
|
Exception interface for all exceptions thrown by the component.
|
|
Symfony\Component\Yaml\Exception\ParseException
|
Exception class thrown when an error occurs during parsing.
|
|
Symfony\Component\Yaml\Inline
|
Inline implements a YAML parser/dumper for the YAML inline syntax.
|
|
Symfony\Component\Yaml\Parser
|
Parser parses YAML strings to convert them to PHP arrays.
|
|
Symfony\Component\Yaml\Unescaper
|
Unescaper encapsulates unescaping rules for single and double-quoted YAML strings.
|
|
Symfony\Component\Yaml\Yaml
|
Yaml offers convenience methods to load and dump YAML.
|