Classes, traits, and interfaces

Primary tabs

Name Typesort ascending Namespace Location Description Direct uses Use statements Strings
PluginSettingsInterface interface Drupal\field\Plugin drupal/core/modules/field/lib/Drupal/field/Plugin/PluginSettingsInterface.php Interface definition for plugin with settings. 3 3
FileUsageInterface interface Drupal\file\FileUsage drupal/core/modules/file/lib/Drupal/file/FileUsage/FileUsageInterface.php File usage backend interface. 1 1
Twig_Sandbox_SecurityPolicyInterface interface drupal/core/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php Interfaces that all security policy classes must implements. 1
Exception interface Assetic\Exception drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Exception/Exception.php Marker. 1
FilterInterface interface Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterInterface.php A filter manipulates an asset at load and dump. 26 15
HashableInterface interface Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/HashableInterface.php A filter can implement a hash function 1
AssetCollectionInterface interface Assetic\Asset drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php An asset collection. 1 2
AssetInterface interface Assetic\Asset drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php An asset has a mutable URL and content and can be loaded and dumped. 4 40
CacheInterface interface Assetic\Cache drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/CacheInterface.php Interface for a cache backend. 3 1
PostFileInterface interface Guzzle\Http\Message drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFileInterface.php POST file upload 1
MessageInterface interface Guzzle\Http\Message drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php Request and response message interface 2
RequestFactoryInterface interface Guzzle\Http\Message drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php Request factory used to create HTTP requests 1 2
EntityEnclosingRequestInterface interface Guzzle\Http\Message drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php HTTP request that sends an entity-body in the request message (POST, PUT) 1 3
RequestInterface interface Guzzle\Http\Message drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php Generic HTTP request interface 2 9
HttpException interface Guzzle\Http\Exception drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/HttpException.php Http exception interface 2
CurlMultiInterface interface Guzzle\Http\Curl drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php Interface for sending a pool of { 1 2
GuzzleException interface Guzzle\Common\Exception drupal/core/vendor/guzzle/common/Guzzle/Common/Exception/GuzzleException.php Guzzle exception 6 1
MessageParserInterface interface Guzzle\Parser\Message drupal/core/vendor/guzzle/parser/Guzzle/Parser/Message/MessageParserInterface.php HTTP message parser interface used to parse HTTP messages into an array 1
UrlParserInterface interface Guzzle\Parser\Url drupal/core/vendor/guzzle/parser/Guzzle/Parser/Url/UrlParserInterface.php URL parser interface 1
UriTemplateInterface interface Guzzle\Parser\UriTemplate drupal/core/vendor/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplateInterface.php Expands URI templates using an array of variables 2 2
CookieParserInterface interface Guzzle\Parser\Cookie drupal/core/vendor/guzzle/parser/Guzzle/Parser/Cookie/CookieParserInterface.php Cookie parser interface 1
Comparable interface Doctrine\Common drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Comparable.php Comparable interface that allows to compare two value objects to each other for similarity.
PropertyChangedListener interface Doctrine\Common drupal/core/vendor/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php Contract for classes that are potential listeners of a <tt>NotifyPropertyChanged</tt> implementor.
NotifyPropertyChanged interface Doctrine\Common drupal/core/vendor/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php Contract for classes that provide the service of notifying listeners of changes to their properties.
EventSubscriber interface Doctrine\Common drupal/core/vendor/doctrine/common/lib/Doctrine/Common/EventSubscriber.php An EventSubscriber knows himself what events he is interested in. If an EventSubscriber is added to an EventManager, the manager invokes {@link getSubscribedEvents} and registers the subscriber as a listener for all returned events. 1
EventDispatcherInterface interface Symfony\Component\EventDispatcher drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php The EventDispatcherInterface is the central point of Symfony's event listener system. Listeners are registered on the manager and events are dispatched through the manager. 2 7
EventSubscriberInterface interface Symfony\Component\EventDispatcher drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventSubscriberInterface.php An EventSubscriber knows himself what events he is interested in. If an EventSubscriber is added to an EventDispatcherInterface, the manager invokes {@link getSubscribedEvents} and registers the subscriber as a listener for all returned events. 32 34
SerializerInterface interface Symfony\Component\Serializer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/SerializerInterface.php Defines the interface of the Serializer 1 3
SerializerAwareInterface interface Symfony\Component\Serializer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/SerializerAwareInterface.php Defines the interface of encoders 2 2
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
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
KernelInterface interface Symfony\Component\HttpKernel drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php The Kernel is the heart of the Symfony system. 2 4
TerminableInterface interface Symfony\Component\HttpKernel drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/TerminableInterface.php Terminable extends the Kernel request/response cycle with dispatching a post response event after sending the response and before shutting down the kernel. 3 2
HttpKernelInterface interface Symfony\Component\HttpKernel drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernelInterface.php HttpKernelInterface handles a Request to convert it to a Response. 5 35
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

Pages

Other projects