Classes, traits, and interfaces

Primary tabs

Name Typesort descending Namespace Location Description Direct uses Use statements Strings
FilterFormatInterface interface Drupal\filter drupal/core/modules/filter/lib/Drupal/filter/FilterFormatInterface.php Provides an interface defining a filter format entity. 1 2
FieldTranslationSynchronizerInterface interface Drupal\translation_entity drupal/core/modules/translation_entity/lib/Drupal/translation_entity/FieldTranslationSynchronizerInterface.php Provides field translation synchronization capabilities. 1
EntityTranslationControllerInterface interface Drupal\translation_entity drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php Interface for providing entity translation. 1
MenuLinkInterface interface Drupal\menu_link drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkInterface.php Provides an interface defining a menu link entity. 1 1
CommentInterface interface Drupal\comment drupal/core/modules/comment/lib/Drupal/comment/CommentInterface.php Provides an interface defining a comment entity. 1 1
Twig_FilterInterface Deprecated 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. 6
Twig_TestInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/TestInterface.php Represents a template test. 1
Twig_FilterCallableInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/FilterCallableInterface.php Represents a callable template filter. 1
Twig_TestCallableInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/TestCallableInterface.php Represents a callable template test. 1
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_ExistsLoaderInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/ExistsLoaderInterface.php Adds an exists() method for loaders. 4
Twig_LexerInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/LexerInterface.php Interface implemented by lexer classes. 1
Twig_TokenParserBrokerInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php Interface implemented by token parser brokers. 1
Twig_TemplateInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/TemplateInterface.php Interface implemented by all compiled templates. 1
Twig_NodeInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/NodeInterface.php Represents a node in the AST. 1
Twig_FunctionCallableInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/FunctionCallableInterface.php Represents a callable template function. 1
Twig_LoaderInterface interface drupal/core/vendor/twig/twig/lib/Twig/LoaderInterface.php Interface all loaders must implement. 4
Twig_FunctionInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/FunctionInterface.php Represents a template function. 1
Twig_ParserInterface Deprecated 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 Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/CompilerInterface.php Interface implemented by compiler classes. 1
ValueSupplierInterface interface Assetic drupal/core/vendor/kriswallsmith/assetic/src/Assetic/ValueSupplierInterface.php Value Supplier Interface. 2
EntityBodyInterface interface Guzzle\Http drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBodyInterface.php Entity body used with an HTTP request or response 2 6
ClientInterface interface Guzzle\Http drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.php Client interface for send HTTP requests 1 2
HasDispatcherInterface interface Guzzle\Common drupal/core/vendor/guzzle/common/Guzzle/Common/HasDispatcherInterface.php Holds an event dispatcher 5 4
ToArrayInterface interface Guzzle\Common drupal/core/vendor/guzzle/common/Guzzle/Common/ToArrayInterface.php An object that can be represented as an array 2 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.
StreamInterface interface Guzzle\Stream drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php OO interface to PHP streams 2 1
LoggerAwareInterface interface Psr\Log drupal/core/vendor/psr/log/Psr/Log/LoggerAwareInterface.php Describes a logger-aware instance
LoggerInterface interface Psr\Log drupal/core/vendor/psr/log/Psr/Log/LoggerInterface.php Describes a logger instance 3 13
PHP_CodeCoverage_Driver interface drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Driver.php Interface for code coverage drivers. 1
Bor interface drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/source_with_ignore.php
Foo interface drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/source_with_oneline_annotations.php Docblock
AnInterface interface drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/_files/AnInterface.php
iTemplate interface drupal/core/vendor/phpunit/php-token-stream/Tests/_files/source4.php
a interface drupal/core/vendor/phpunit/php-token-stream/Tests/_files/source4.php 1
b interface drupal/core/vendor/phpunit/php-token-stream/Tests/_files/source4.php 1
PHPUnit_Runner_TestSuiteLoader interface drupal/core/vendor/phpunit/phpunit/PHPUnit/Runner/TestSuiteLoader.php An interface to define how a test suite should be loaded. 1
PHPUnit_Framework_Test interface drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Test.php A Test can be run and collect its results. 5
PHPUnit_Framework_IncompleteTest interface drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/IncompleteTest.php A marker interface for marking any exception/error as result of an unit test as incomplete implementation or currently not implemented. 1
PHPUnit_Framework_SkippedTest interface drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/SkippedTest.php A marker interface for marking a unit test as being skipped. 2
PHPUnit_Framework_TestListener interface drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestListener.php A Listener for test progress. 9
PHPUnit_Framework_SelfDescribing interface drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/SelfDescribing.php Interface for classes that can return a description of itself. 9
DisplayInterface interface Drupal\layout\Config drupal/core/modules/layout/lib/Drupal/layout/Config/DisplayInterface.php Interface describing a Display configuration object. 3
UnboundDisplayInterface interface Drupal\layout\Config drupal/core/modules/layout/lib/Drupal/layout/Config/UnboundDisplayInterface.php Interface for a Display that is not coupled with any layout. 1 2
BoundDisplayInterface interface Drupal\layout\Config drupal/core/modules/layout/lib/Drupal/layout/Config/BoundDisplayInterface.php Interface for a Display object that is coupled to a specific layout. 1 2
LayoutInterface interface Drupal\layout\Plugin drupal/core/modules/layout/lib/Drupal/layout/Plugin/LayoutInterface.php Defines the shared interface for all layout plugins. 1 7
EditEntityFieldAccessCheckInterface interface Drupal\edit\Access drupal/core/modules/edit/lib/Drupal/edit/Access/EditEntityFieldAccessCheckInterface.php Access check for editing entity fields. 2 2

Pages

Other projects