Classes, traits, and interfaces

Primary tabs

Name Typesort ascending Namespace Location Description Direct uses Use statements Strings
UuidReferenceInterface interface Drupal\serialization\EntityResolver drupal/core/modules/serialization/lib/Drupal/serialization/EntityResolver/UuidReferenceInterface.php Interface for extracting UUID from entity reference data when denormalizing. 1 1
EditorPluginInterface interface Drupal\editor\Plugin drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorPluginInterface.php Defines an interface for configurable text editors. 1 1
SchemaTermInterface interface Drupal\rdf\SiteSchema drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SchemaTermInterface.php 1
FileUsageInterface interface Drupal\file\FileUsage drupal/core/modules/file/lib/Drupal/file/FileUsage/FileUsageInterface.php File usage backend interface. 1 1
FilterInterface interface Drupal\filter\Plugin drupal/core/modules/filter/lib/Drupal/filter/Plugin/FilterInterface.php Defines the interface for text processing filter plugins. 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. 11 13
DependencyExtractorInterface interface Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/DependencyExtractorInterface.php A filter that knows how to extract dependencies. 11 2
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 3
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 49
CacheInterface interface Assetic\Cache drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/CacheInterface.php Interface for a cache backend. 4 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 10
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. 3 12
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. 52 55
TranslatorInterface interface Symfony\Component\Translation drupal/core/vendor/symfony/translation/Symfony/Component/Translation/TranslatorInterface.php TranslatorInterface. 2 7
SerializerInterface interface Symfony\Component\Serializer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/SerializerInterface.php Defines the interface of the Serializer 1 4
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 3 7
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. 6 3
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 50
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 130
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
ConstraintValidatorInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintValidatorInterface.php @author Bernhard Schussek <bschussek@gmail.com> 1
ConstraintValidatorFactoryInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php Specifies an object able to return the correct ConstraintValidatorInterface instance given a Constrain object. 1 1
MetadataInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/MetadataInterface.php A container for validation metadata. 2 1
ConstraintViolationInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationInterface.php A violation of a constraint that happened during validation. 1

Pages

Other projects