Classes, traits, and interfaces

Primary tabs

Name Typesort ascending Namespace Location Description Direct uses Use statements Strings
ValidatorBuilderInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorBuilderInterface.php A configurable builder for ValidatorInterface objects. 1 1
PropertyMetadataInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/PropertyMetadataInterface.php A container for validation metadata of a property. 2 2
ClassBasedInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ClassBasedInterface.php An object backed by a PHP class. 2 2
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
PropertyMetadataContainerInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/PropertyMetadataContainerInterface.php A container for {@link PropertyMetadataInterface} instances. 2 2
MetadataFactoryInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/MetadataFactoryInterface.php Returns {@link MetadataInterface} instances for values. 3 3
ValidationVisitorInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidationVisitorInterface.php Validates values against constraints defined in {@link MetadataInterface} instances. 1 4
GroupSequenceProviderInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/GroupSequenceProviderInterface.php Defines the interface for a group sequence provider. 1 1
ExecutionContextInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContextInterface.php Stores the validator's state during validation. 1 1
ConstraintViolationListInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintViolationListInterface.php A list of constraint violations. 1
ValidatorInterface interface Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorInterface.php Validates values and graphs of objects and arrays. 1 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
ConfigTestInterface interface Drupal\config_test drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestInterface.php Provides an interface defining a config_test entity. 1 2
PluginInterface interface Drupal\views\Plugin\views drupal/core/modules/views/lib/Drupal/views/Plugin/views/PluginInterface.php 1 1
ViewsFormInterface interface Drupal\views_ui\Form\Ajax drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ViewsFormInterface.php 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. 2 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
ObjectManager interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php Contract for a Doctrine persistence layer ObjectManager class to implement. 4
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
ManagerRegistry interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php Contract covering object managers for a Doctrine persistence layer ManagerRegistry class to implement. 1 1
Cache interface Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/Cache.php Interface for cache drivers. 1 3
Reader interface Doctrine\Common\Annotations drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Reader.php Interface for annotation readers. 5 5
Selectable interface Doctrine\Common\Collections drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Selectable.php Interface for collections that allow efficient filtering with an expression API. 1
Collection interface Doctrine\Common\Collections drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Collection.php The missing (SPL) Collection/Array/OrderedMap interface. 1 1
TraceableEventDispatcherInterface interface Symfony\Component\EventDispatcher\Debug drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php @author Fabien Potencier <fabien@symfony.com> 2 3
Exception interface Symfony\Component\Serializer\Exception drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/Exception.php Base exception 4
EncoderInterface interface Symfony\Component\Serializer\Encoder drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/EncoderInterface.php Defines the interface of encoders 8 5
NormalizationAwareInterface interface Symfony\Component\Serializer\Encoder drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/NormalizationAwareInterface.php Defines the interface of encoders that will normalize data themselves 1 1
DecoderInterface interface Symfony\Component\Serializer\Encoder drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/DecoderInterface.php Defines the interface of decoders 6 3
DenormalizerInterface interface Symfony\Component\Serializer\Normalizer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php Defines the interface of denormalizers. 5 7
NormalizableInterface interface Symfony\Component\Serializer\Normalizer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/NormalizableInterface.php Defines the most basic interface a class must implement to be normalizable 3 3
NormalizerInterface interface Symfony\Component\Serializer\Normalizer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php Defines the interface of normalizers. 6 10
DenormalizableInterface interface Symfony\Component\Serializer\Normalizer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php Defines the most basic interface a class must implement to be denormalizable 4 4
ExceptionInterface interface Symfony\Component\Process\Exception drupal/core/vendor/symfony/process/Symfony/Component/Process/Exception/ExceptionInterface.php Marker Interface for the Process Component. 3
RequestMatcherInterface interface Symfony\Component\Routing\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php RequestMatcherInterface is the interface that all request matcher classes must implement. 6 6
UrlMatcherInterface interface Symfony\Component\Routing\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php UrlMatcherInterface is the interface that all URL matcher classes must implement. 2 4
RedirectableUrlMatcherInterface interface Symfony\Component\Routing\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RedirectableUrlMatcherInterface.php RedirectableUrlMatcherInterface knows how to redirect the user. 2 1
UrlGeneratorInterface interface Symfony\Component\Routing\Generator drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php UrlGeneratorInterface is the interface that all URL generator classes must implement. 3 6

Pages

Other projects