Classes, traits, and interfaces

Primary tabs

Name Type Namespacesort ascending Location Description Direct uses Use statements Strings
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
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
Route class Symfony\Component\Routing\Annotation drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php Annotation class for @Route(). 1
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
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>
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
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.
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
MemcachedProfilerStorageTest class Symfony\Component\HttpKernel\Tests\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MemcachedProfilerStorageTest.php
RedisProfilerStorageTest class Symfony\Component\HttpKernel\Tests\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/RedisProfilerStorageTest.php
DummyMongoDbProfilerStorage class Symfony\Component\HttpKernel\Tests\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php
MongoDbProfilerStorageTest class Symfony\Component\HttpKernel\Tests\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php
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
TestHttpKernel class Symfony\Component\HttpKernel\Tests\HttpCache drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestHttpKernel.php
TestMultipleHttpKernel class Symfony\Component\HttpKernel\Tests\HttpCache drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php
HttpCacheTestCase class Symfony\Component\HttpKernel\Tests\HttpCache drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php 1
StoreTest class Symfony\Component\HttpKernel\Tests\HttpCache drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
EsiTest class Symfony\Component\HttpKernel\Tests\HttpCache drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
HttpCacheTest class Symfony\Component\HttpKernel\Tests\HttpCache drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php
ExtensionPresentExtension class Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\DependencyInjection drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/DependencyInjection/ExtensionPresentExtension.php
FooCommand class Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\Command drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/Command/FooCommand.php 1

Pages

Other projects