Classes, traits, and interfaces

Primary tabs

Name Type Namespacesort descending Location Description Direct uses Use statements Strings
AbstractProfilerStorageTest abstract class Symfony\Component\HttpKernel\Tests\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php 6
SqliteProfilerStorageTest class Symfony\Component\HttpKernel\Tests\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/SqliteProfilerStorageTest.php
MemcacheProfilerStorageTest class Symfony\Component\HttpKernel\Tests\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MemcacheProfilerStorageTest.php
FileProfilerStorageTest class Symfony\Component\HttpKernel\Tests\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php
ProfilerTest class Symfony\Component\HttpKernel\Tests\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/ProfilerTest.php
RedisMock class Symfony\Component\HttpKernel\Tests\Profiler\Mock drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/RedisMock.php RedisMock for simulating Redis extension in tests. 1
MemcachedMock class Symfony\Component\HttpKernel\Tests\Profiler\Mock drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/MemcachedMock.php MemcachedMock for simulating Memcached extension in tests. 1
MemcacheMock class Symfony\Component\HttpKernel\Tests\Profiler\Mock drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/MemcacheMock.php MemcacheMock for simulating Memcache extension in tests. 1
PhpProcess class Symfony\Component\Process drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpProcess.php PhpProcess runs a PHP script in an independent process.
PhpExecutableFinder class Symfony\Component\Process drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpExecutableFinder.php An executable finder specifically designed for the PHP executable. 1
Process class Symfony\Component\Process drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php Process is a thin wrapper around proc_* functions to ease start independent PHP processes. 1 4
ProcessBuilder class Symfony\Component\Process drupal/core/vendor/symfony/process/Symfony/Component/Process/ProcessBuilder.php Process builder. 16
ExecutableFinder class Symfony\Component\Process drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php Generic executable finder.
ExceptionInterface interface Symfony\Component\Process\Exception drupal/core/vendor/symfony/process/Symfony/Component/Process/Exception/ExceptionInterface.php Marker Interface for the Process Component. 1
ProcessFailedException class Symfony\Component\Process\Exception drupal/core/vendor/symfony/process/Symfony/Component/Process/Exception/ProcessFailedException.php Exception for failed processes. 1
RuntimeException class Symfony\Component\Process\Exception drupal/core/vendor/symfony/process/Symfony/Component/Process/Exception/RuntimeException.php RuntimeException for the Process Component. 2
ProcessBuilderTest class Symfony\Component\Process\Tests drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessBuilderTest.php
PhpExecutableFinderTest class Symfony\Component\Process\Tests drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php @author Robert Schönthal <seroscho@googlemail.com>
ProcessTest class Symfony\Component\Process\Tests drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessTest.php @author Robert Schönthal <seroscho@googlemail.com>
ProcessFailedExceptionTest class Symfony\Component\Process\Tests drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessFailedExceptionTest.php @author Sebastian Marek <proofek@gmail.com>
RouteCompiler class Symfony\Component\Routing drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompiler.php RouteCompiler compiles Route instances to CompiledRoute instances.
RequestContext class Symfony\Component\Routing drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php Holds information about the current request. 16
RequestContextAwareInterface interface Symfony\Component\Routing drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContextAwareInterface.php @api 4 6
RouteCompilerInterface interface Symfony\Component\Routing drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCompilerInterface.php RouteCompilerInterface is the interface that all RouteCompiler classes must implement. 2 1
CompiledRoute class Symfony\Component\Routing drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php CompiledRoutes are returned by the RouteCompiler class. 1
Router class Symfony\Component\Routing drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Router.php The Router class is an example of the integration of all pieces of the routing system for easier use.
Route class Symfony\Component\Routing drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php A Route describes a route and its parameters. 46
RouterInterface interface Symfony\Component\Routing drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouterInterface.php RouterInterface is the interface that all Router classes must implement. 1
RouteCollection class Symfony\Component\Routing drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php A RouteCollection represents a set of Route instances as a tree structure. 43
Route class Symfony\Component\Routing\Annotation drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php Annotation class for @Route(). 1
RouteNotFoundException class Symfony\Component\Routing\Exception drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/RouteNotFoundException.php Exception thrown when a route does not exists 7
MissingMandatoryParametersException class Symfony\Component\Routing\Exception drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php Exception thrown when a route cannot be generated because of missing mandatory parameters. 1
InvalidParameterException class Symfony\Component\Routing\Exception drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/InvalidParameterException.php Exception thrown when a parameter is not valid 1
MethodNotAllowedException class Symfony\Component\Routing\Exception drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/MethodNotAllowedException.php The resource was found but the request method is not allowed. 16
ExceptionInterface interface Symfony\Component\Routing\Exception drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/ExceptionInterface.php ExceptionInterface 5 1
ResourceNotFoundException class Symfony\Component\Routing\Exception drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/ResourceNotFoundException.php The resource was not found. 16
UrlGenerator class Symfony\Component\Routing\Generator drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php UrlGenerator generates a URL based on a set of routes. 1
UrlGeneratorInterface interface Symfony\Component\Routing\Generator drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php UrlGeneratorInterface is the interface that all URL generator classes must implement. 2 1
ConfigurableRequirementsInterface interface Symfony\Component\Routing\Generator drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php ConfigurableRequirementsInterface must be implemented by URL generators in order to be able to configure whether an exception should be generated when the parameters do not match the requirements. 1 1
PhpGeneratorDumper class Symfony\Component\Routing\Generator\Dumper drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/PhpGeneratorDumper.php PhpGeneratorDumper creates a PHP class able to generate URLs for a given set of routes. 1
GeneratorDumperInterface interface Symfony\Component\Routing\Generator\Dumper drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/GeneratorDumperInterface.php GeneratorDumperInterface is the interface that all generator dumper classes must implement. 1
GeneratorDumper abstract class Symfony\Component\Routing\Generator\Dumper drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php GeneratorDumper is the base class for all built-in generator dumpers. 1
AnnotationDirectoryLoader class Symfony\Component\Routing\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php AnnotationDirectoryLoader loads routing information from annotations set on PHP classes and methods. 1
XmlFileLoader class Symfony\Component\Routing\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/XmlFileLoader.php XmlFileLoader loads XML routing files. 1 2
AnnotationFileLoader class Symfony\Component\Routing\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationFileLoader.php AnnotationFileLoader loads routing information from annotations set on a PHP class and its methods. 1 1
YamlFileLoader class Symfony\Component\Routing\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/YamlFileLoader.php YamlFileLoader loads Yaml routing files. 1
AnnotationClassLoader abstract class Symfony\Component\Routing\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php AnnotationClassLoader loads routing information from a PHP class and its methods. 1
ClosureLoader class Symfony\Component\Routing\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/ClosureLoader.php ClosureLoader loads routes from a PHP closure. 1
PhpFileLoader class Symfony\Component\Routing\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/PhpFileLoader.php PhpFileLoader loads routes from a PHP file. 1
ApacheUrlMatcher class Symfony\Component\Routing\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/ApacheUrlMatcher.php ApacheUrlMatcher matches URL based on Apache mod_rewrite matching (see ApacheMatcherDumper). 1

Pages

Other projects