Classes, traits, and interfaces

Primary tabs

Name Typesort ascending Namespace Location Description Direct uses Use statements Strings
ConfigurableRequirementsInterface interface Symfony\Component\Routing\Generator drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php ConfigurableRequirementsInterface must be implemented by URL generators that can be configured whether an exception should be generated when the parameters do not match the requirements. It is also possible to disable the requirements check for URL… 1 1
ExceptionInterface interface Symfony\Component\Routing\Exception drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/ExceptionInterface.php ExceptionInterface 5 1
ProfilerStorageInterface interface Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php ProfilerStorageInterface. 5 1
HttpExceptionInterface interface Symfony\Component\HttpKernel\Exception drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/HttpExceptionInterface.php Interface for HTTP error exceptions. 1 3
WarmableInterface interface Symfony\Component\HttpKernel\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php Interface for classes that support warming their cache. 3 1
CacheWarmerInterface interface Symfony\Component\HttpKernel\CacheWarmer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php Interface for classes able to warm up the cache. 2 1
ControllerResolverInterface interface Symfony\Component\HttpKernel\Controller drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php A ControllerResolverInterface implementation knows how to determine the controller to execute based on a Request object. 5 6
DebugLoggerInterface interface Symfony\Component\HttpKernel\Log drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php DebugLoggerInterface. 1 3
LoggerInterface Deprecated interface Symfony\Component\HttpKernel\Log drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php LoggerInterface. 1 2
DataCollectorInterface interface Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php DataCollectorInterface. 1 2
CacheClearerInterface interface Symfony\Component\HttpKernel\CacheClearer drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.php CacheClearerInterface. 1 1
FragmentRendererInterface interface Symfony\Component\HttpKernel\Fragment drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.php Interface implemented by all rendering strategies. 1
BundleInterface interface Symfony\Component\HttpKernel\Bundle drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/BundleInterface.php BundleInterface. 1 2
EsiResponseCacheStrategyInterface interface Symfony\Component\HttpKernel\HttpCache drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/EsiResponseCacheStrategyInterface.php EsiResponseCacheStrategyInterface implementations know how to compute the Response cache HTTP header based on the different ESI response cache headers. 1
StoreInterface interface Symfony\Component\HttpKernel\HttpCache drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php Interface implemented by HTTP cache stores. 1 1
CompilerPassInterface interface Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php Interface that must be implemented by compilation passes 28 16
RepeatablePassInterface interface Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php Interface that must be implemented by passes that are run as part of an RepeatedPass. 3
DumperInterface interface Symfony\Component\DependencyInjection\Dumper drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php DumperInterface is the interface implemented by service container dumper classes. 1
ExceptionInterface interface Symfony\Component\DependencyInjection\Exception drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php Base ExceptionInterface for Dependency Injection component. 5
ParameterBagInterface interface Symfony\Component\DependencyInjection\ParameterBag drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php ParameterBagInterface. 1 1
PrependExtensionInterface interface Symfony\Component\DependencyInjection\Extension drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Extension/PrependExtensionInterface.php 1
ExtensionInterface interface Symfony\Component\DependencyInjection\Extension drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php ExtensionInterface is the interface implemented by container extension classes. 2 4
ConfigurationExtensionInterface interface Symfony\Component\DependencyInjection\Extension drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Extension/ConfigurationExtensionInterface.php ConfigurationExtensionInterface is the interface implemented by container extension classes. 1
SessionInterface interface Symfony\Component\HttpFoundation\Session drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php Interface for the session. 1 1
SessionBagInterface interface Symfony\Component\HttpFoundation\Session drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php Session Bag store. 3 7
ExceptionInterface interface Symfony\Component\Validator\Exception drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Exception/ExceptionInterface.php Base ExceptionInterface for the Validator component. 2
ExceptionInterface interface Symfony\Component\Yaml\Exception drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Exception/ExceptionInterface.php Exception interface for all exceptions thrown by the component. 1
RedirectRouteInterface interface Symfony\Cmf\Component\Routing drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RedirectRouteInterface.php Document for redirection entries with the RedirectController.
RouteAwareInterface interface Symfony\Cmf\Component\Routing drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteAwareInterface.php Interface to be implemented by content that wants to be compatible with the DynamicRouter 1 1
ContentRepositoryInterface interface Symfony\Cmf\Component\Routing drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ContentRepositoryInterface.php Interface used by the DynamicRouter to retrieve content by it's id when generating routes from content-id.
RouteProviderInterface interface Symfony\Cmf\Component\Routing drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteProviderInterface.php Interface for the route provider the DynamicRouter is using. 2 6
VersatileGeneratorInterface interface Symfony\Cmf\Component\Routing drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/VersatileGeneratorInterface.php This generator is able to handle more than string route names as symfony core supports them. 2
RouteObjectInterface interface Symfony\Cmf\Component\Routing drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteObjectInterface.php Classes for entries in the routing table may implement this interface in addition to extending Symfony\Component\Routing\Route. 4 12
ChainedRouterInterface interface Symfony\Cmf\Component\Routing drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainedRouterInterface.php Interface to combine the VersatileGeneratorInterface with the RouterInterface 1
PHPUnit_Framework_MockObject_Matcher_Invocation interface drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/Invocation.php Interface for classes which matches an invocation based on its method name, argument, order or call count. 4
PHPUnit_Framework_MockObject_Builder_MethodNameMatch interface drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/MethodNameMatch.php Builder interface for matcher of method names. 1
PHPUnit_Framework_MockObject_Builder_ParametersMatch interface drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/ParametersMatch.php Builder interface for parameter matchers. 1
PHPUnit_Framework_MockObject_Builder_Match interface drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/Match.php Builder interface for invocation order matches. 1
PHPUnit_Framework_MockObject_Builder_Identity interface drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/Identity.php Builder interface for unique identifiers. 1
PHPUnit_Framework_MockObject_Builder_Namespace interface drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/Namespace.php Interface for builders which can register builders with a given identification. 1
PHPUnit_Framework_MockObject_Builder_Stub interface drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/Stub.php Builder interface for stubs which are actions replacing an invocation. 1
PHPUnit_Framework_MockObject_Stub_MatcherCollection interface drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/MatcherCollection.php Stubs a method by returning a user-defined value. 1
QueryInterface interface Drupal\views\Plugin\views\query drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryInterface.php @todo. 1
WizardInterface interface Drupal\views\Plugin\views\wizard drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardInterface.php Defines a common interface for Views Wizard plugins. 1 3
DisplayRouterInterface interface Drupal\views\Plugin\views\display drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayRouterInterface.php 1 1
FormatterInterface interface Drupal\field\Plugin\Type\Formatter drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterInterface.php Interface definition for field widget plugins. 1
WidgetBaseInterface interface Drupal\field\Plugin\Type\Widget drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBaseInterface.php Base interface definition for "Field widget" plugins. 1
WidgetInterface interface Drupal\field\Plugin\Type\Widget drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetInterface.php Interface definition for field widget plugins. 1
SelectionInterface interface Drupal\entity_reference\Plugin\Type\Selection drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Type/Selection/SelectionInterface.php Interface definition for Entity Reference selection plugins. 3 2
ReflectionService interface Doctrine\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php Very simple reflection service abstraction. 2 2

Pages

Other projects