Classes, traits, and interfaces

Primary tabs

Name Typesort descending Namespace Location Description Direct uses Use statements Strings
TaggedContainerInterface interface Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/TaggedContainerInterface.php TaggedContainerInterface is the interface implemented when a container knows how to deals with tags. 1
IntrospectableContainerInterface interface Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/IntrospectableContainerInterface.php IntrospectableContainerInterface defines additional introspection functionality for containers, allowing logic to be implemented based on a Container's state. 1
ScopeInterface interface Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ScopeInterface.php Scope Interface. 1
ContainerInterface interface Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerInterface.php ContainerInterface is the interface implemented by service container classes. 2 36
ContainerAwareInterface interface Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerAwareInterface.php ContainerAwareInterface should be implemented by classes that depends on a Container. 3 3
RequestMatcherInterface interface Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcherInterface.php RequestMatcherInterface is an interface for strategies to match a Request. 1 1
PluginInterface interface Drupal\views\Plugin\views drupal/core/modules/views/lib/Drupal/views/Plugin/views/PluginInterface.php 1 1
IteratorResourceInterface interface Assetic\Factory\Resource drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/IteratorResourceInterface.php A resource is something formulae can be loaded from. 2 1
ResourceInterface interface Assetic\Factory\Resource drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/ResourceInterface.php A resource is something formulae can be loaded from. 3 6
WorkerInterface interface Assetic\Factory\Worker drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/WorkerInterface.php Assets are passed through factory workers before leaving the factory. 1 1
FormulaLoaderInterface interface Assetic\Factory\Loader drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FormulaLoaderInterface.php Loads formulae. 3 2
ReflectionProviderInterface interface Doctrine\Common\Reflection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php 1
ClassFinderInterface interface Doctrine\Common\Reflection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php Finds a class in a PSR-0 structure. 2 1
ObjectRepository interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php Contract for a Doctrine persistence layer ObjectRepository class to implement.
Proxy interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php Interface for proxy classes. 1
ObjectManager interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php Contract for a Doctrine persistence layer ObjectManager class to implement. 4
ObjectManagerAware interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php Makes a Persistent Objects aware of its own object-manager. 1
ConnectionRegistry interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php Contract covering connection for a Doctrine persistence layer ManagerRegistry class to implement. 1
ManagerRegistry interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php Contract covering object managers for a Doctrine persistence layer ManagerRegistry class to implement. 1 1
Cache interface Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/Cache.php Interface for cache drivers. 1 3
Reader interface Doctrine\Common\Annotations drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Reader.php Interface for annotation readers. 5 2
Selectable interface Doctrine\Common\Collections drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Selectable.php Interface for collections that allow efficient filtering with an expression API. 1
Collection interface Doctrine\Common\Collections drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Collection.php The missing (SPL) Collection/Array/OrderedMap interface. 1 1
TraceableEventDispatcherInterface interface Symfony\Component\EventDispatcher\Debug drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php @author Fabien Potencier <fabien@symfony.com> 2 3
Exception interface Symfony\Component\Serializer\Exception drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/Exception.php Base exception 4
EncoderInterface interface Symfony\Component\Serializer\Encoder drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/EncoderInterface.php Defines the interface of encoders 7 4
NormalizationAwareInterface interface Symfony\Component\Serializer\Encoder drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/NormalizationAwareInterface.php Defines the interface of encoders that will normalize data themselves 1 1
DecoderInterface interface Symfony\Component\Serializer\Encoder drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/DecoderInterface.php Defines the interface of decoders 5 2
DenormalizerInterface interface Symfony\Component\Serializer\Normalizer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php Defines the interface of denormalizers. 3 5
NormalizableInterface interface Symfony\Component\Serializer\Normalizer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/NormalizableInterface.php Defines the most basic interface a class must implement to be normalizable 3 3
NormalizerInterface interface Symfony\Component\Serializer\Normalizer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php Defines the interface of normalizers. 5 6
DenormalizableInterface interface Symfony\Component\Serializer\Normalizer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php Defines the most basic interface a class must implement to be denormalizable 4 4
ExceptionInterface interface Symfony\Component\Process\Exception drupal/core/vendor/symfony/process/Symfony/Component/Process/Exception/ExceptionInterface.php Marker Interface for the Process Component. 1
RequestMatcherInterface interface Symfony\Component\Routing\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php RequestMatcherInterface is the interface that all request matcher classes must implement. 4 6
UrlMatcherInterface interface Symfony\Component\Routing\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php UrlMatcherInterface is the interface that all URL matcher classes must implement. 2 3
RedirectableUrlMatcherInterface interface Symfony\Component\Routing\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RedirectableUrlMatcherInterface.php RedirectableUrlMatcherInterface knows how to redirect the user. 2 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
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 4
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. 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. 4 5
DebugLoggerInterface interface Symfony\Component\HttpKernel\Log drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php DebugLoggerInterface. 1 3
LoggerInterface interface Symfony\Component\HttpKernel\Log drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php LoggerInterface. 2 11
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
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

Pages

Other projects