Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct uses Use statementssort ascending Strings
ArchiverInterface interface Drupal\Component\Archiver drupal/core/lib/Drupal/Component/Archiver/ArchiverInterface.php Defines the common interface for all Archiver classes. 2
PluginManagerInterface interface Drupal\Component\Plugin drupal/core/lib/Drupal/Component/Plugin/PluginManagerInterface.php Interface implemented by plugin managers. 1
TransliterationInterface interface Drupal\Component\Transliteration drupal/core/lib/Drupal/Component/Transliteration/TransliterationInterface.php Defines an interface for classes providing transliteration. 1
PhpStorageInterface interface Drupal\Component\PhpStorage drupal/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Stores and loads PHP code. 2
UuidInterface interface Drupal\Component\Uuid drupal/core/lib/Drupal/Component/Uuid/UuidInterface.php Interface that defines a UUID backend. 3
ChmodInterface interface Drupal\Core\FileTransfer drupal/core/lib/Drupal/Core/FileTransfer/ChmodInterface.php Defines an interface to chmod files. 3
FinalMatcherInterface interface Drupal\Core\Routing drupal/core/lib/Drupal/Core/Routing/FinalMatcherInterface.php A FinalMatcher returns only one route from a collection of candidate routes. 1
NestedMatcherInterface interface Drupal\Core\Routing drupal/core/lib/Drupal/Core/Routing/NestedMatcherInterface.php A NestedMatcher allows for multiple-stage resolution of a route. 1
PartialMatcherInterface interface Drupal\Core\Routing drupal/core/lib/Drupal/Core/Routing/PartialMatcherInterface.php A PartialMatcher works like a UrlMatcher, but will return multiple candidate routes. 1
UpdaterInterface interface Drupal\Core\Updater drupal/core/lib/Drupal/Core/Updater/UpdaterInterface.php Defines an interface for a class which can update a Drupal project. 2
KeyValueStoreInterface interface Drupal\Core\KeyValueStore drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Defines the interface for key/value store implementations. 2
PasswordInterface interface Drupal\Core\Password drupal/core/lib/Drupal/Core/Password/PasswordInterface.php Secure password hashing functions for user authentication. 1
CacheDecoratorInterface interface Drupal\Core\CacheDecorator drupal/core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php Defines an interface for cache decorator implementations. 1
EntityRenderControllerInterface interface Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityRenderControllerInterface.php Defines a common interface for entity view controller classes. 1
EntityListControllerInterface interface Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php Defines an interface for entity list controllers. 1
PhpStreamWrapperInterface interface Drupal\Core\StreamWrapper drupal/core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Defines a generic PHP stream wrapper interface. 1
StreamWrapperInterface interface Drupal\Core\StreamWrapper drupal/core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Defines a Drupal stream wrapper extension. 1
ReliableQueueInterface interface Drupal\Core\Queue drupal/core/lib/Drupal/Core/Queue/ReliableQueueInterface.php Reliable queue interface. 1
QueueInterface interface Drupal\Core\Queue drupal/core/lib/Drupal/Core/Queue/QueueInterface.php Interface for a queue. 2
FloodInterface interface Drupal\Core\Flood drupal/core/lib/Drupal/Core/Flood/FloodInterface.php Defines an interface for flood controllers. 2
MapperExceptionInterface interface Drupal\Component\Plugin\Exception drupal/core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php Extended interface for exceptions thrown specifically by the Mapper subsystem within the Plugin component.
ExtendableInterface interface Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/ExtendableInterface.php Interface for extendable query objects. 1
UserDataInterface interface Drupal\user drupal/core/modules/user/lib/Drupal/user/UserDataInterface.php Defines the user data service interface. 1
StringInterface interface Drupal\locale drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php Defines the locale string interface. 1
StringStorageInterface interface Drupal\locale drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php Defines the locale string storage interface. 1
EntityTranslationControllerInterface interface Drupal\translation_entity drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php Interface for providing entity translation. 1
Twig_FilterInterface interface drupal/core/vendor/twig/twig/lib/Twig/FilterInterface.php Represents a template filter. 1
Twig_NodeVisitorInterface interface drupal/core/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php Twig_NodeVisitorInterface is the interface the all node visitor classes must implement. 4
Twig_TestInterface interface drupal/core/vendor/twig/twig/lib/Twig/TestInterface.php Represents a template test. 3
Twig_NodeOutputInterface interface drupal/core/vendor/twig/twig/lib/Twig/NodeOutputInterface.php Represents a displayable node in the AST. 4
Twig_ExtensionInterface interface drupal/core/vendor/twig/twig/lib/Twig/ExtensionInterface.php Interface implemented by extension classes. 1
Twig_LexerInterface interface drupal/core/vendor/twig/twig/lib/Twig/LexerInterface.php Interface implemented by lexer classes. 1
Twig_TokenParserBrokerInterface interface drupal/core/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php Interface implemented by token parser brokers. 1
Twig_TemplateInterface interface drupal/core/vendor/twig/twig/lib/Twig/TemplateInterface.php Interface implemented by all compiled templates. 1
Twig_NodeInterface interface drupal/core/vendor/twig/twig/lib/Twig/NodeInterface.php Represents a node in the AST. 1
Twig_LoaderInterface interface drupal/core/vendor/twig/twig/lib/Twig/LoaderInterface.php Interface all loaders must implement. 4
Twig_FunctionInterface interface drupal/core/vendor/twig/twig/lib/Twig/FunctionInterface.php Represents a template function. 1
Twig_ParserInterface interface drupal/core/vendor/twig/twig/lib/Twig/ParserInterface.php Interface implemented by parser classes. 1
Twig_TokenParserInterface interface drupal/core/vendor/twig/twig/lib/Twig/TokenParserInterface.php Interface implemented by token parsers. 1
Twig_CompilerInterface interface drupal/core/vendor/twig/twig/lib/Twig/CompilerInterface.php Interface implemented by compiler classes. 1
FromConfigInterface interface Guzzle\Common drupal/core/vendor/guzzle/common/Guzzle/Common/FromConfigInterface.php Interfaces that adds a factory method which is used to instantiate a class from an array of configuration options.
DisplayInterface interface Drupal\layout\Config drupal/core/modules/layout/lib/Drupal/layout/Config/DisplayInterface.php Interface describing a Display configuration object. 3
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
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
HttpException interface Guzzle\Http\Exception drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/HttpException.php Http exception interface 2
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
CookieParserInterface interface Guzzle\Parser\Cookie drupal/core/vendor/guzzle/parser/Guzzle/Parser/Cookie/CookieParserInterface.php Cookie parser interface 1

Pages

Other projects