Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct uses Use statementssort ascending Strings
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
PluginUIInterface interface Drupal\system\Plugin drupal/core/modules/system/lib/Drupal/system/Plugin/PluginUIInterface.php Defines an interface for Plugin UI plugins. 1
ResourceInterface interface Drupal\rest\Plugin drupal/core/modules/rest/lib/Drupal/rest/Plugin/ResourceInterface.php Specifies the publicly available methods of a resource plugin. 1
RelationLinkManagerInterface interface Drupal\rest\LinkManager drupal/core/modules/rest/lib/Drupal/rest/LinkManager/RelationLinkManagerInterface.php 2
LinkManagerInterface interface Drupal\rest\LinkManager drupal/core/modules/rest/lib/Drupal/rest/LinkManager/LinkManagerInterface.php Interface implemented by link managers. 1
TypeLinkManagerInterface interface Drupal\rest\LinkManager drupal/core/modules/rest/lib/Drupal/rest/LinkManager/TypeLinkManagerInterface.php 2
SchemaTermInterface interface Drupal\rdf\SiteSchema drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SchemaTermInterface.php 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
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
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
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
ConstraintValidatorInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintValidatorInterface.php @author Bernhard Schussek <bschussek@gmail.com> 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
GlobalExecutionContextInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/GlobalExecutionContextInterface.php Stores the node-independent state of a validation run. 1
ConstraintViolationListInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationListInterface.php A list of constraint violations. 1
ObjectInitializerInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ObjectInitializerInterface.php Prepares an object for validation.
PHPUnit_Framework_MockObject_MockObject interface drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockObject.php Interface for all mock objects which are generated by PHPUnit_Framework_MockObject_Mock.
PHPUnit_Framework_MockObject_Invokable interface drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Invokable.php Interface for classes which can be invoked. 1
PHPUnit_Framework_MockObject_Invocation interface drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Invocation.php Interface for invocations. 1
PHPUnit_Framework_MockObject_Verifiable interface drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Verifiable.php Interface for classes which must verify a given expectation. 2
PHPUnit_Framework_MockObject_Stub interface drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub.php An object that stubs the process of a normal method for a mock object. 6
ViewsFormInterface interface Drupal\views_ui\Form\Ajax drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ViewsFormInterface.php 1
ReflectionProviderInterface interface Doctrine\Common\Reflection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php 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.
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

Pages

Other projects