Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct uses Use statementssort ascending Strings
CustomNormalizer class Symfony\Component\Serializer\Normalizer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php @author Jordi Boggiano <j.boggiano@seld.be> 3
UrlMatcher class Symfony\Component\Routing\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php UrlMatcher matches URL based on a set of routes. 6 3
Profiler class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profiler.php Profiler. 3
PostResponseEvent class Symfony\Component\HttpKernel\Event drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/PostResponseEvent.php Allows to execute logic after a response was sent 3
DataCollector abstract class Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/DataCollector.php DataCollector. 8 3
Stopwatch class Symfony\Component\HttpKernel\Debug drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php Stopwatch provides a way to profile code. 3
Extension abstract class Symfony\Component\HttpKernel\DependencyInjection drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/Extension.php Provides useful features shared by many extensions. 3 3
PassConfig class Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/PassConfig.php Compiler Pass Configuration 3
RepeatedPass class Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php A pass that might be run repeatedly. 3
PhpDumper class Symfony\Component\DependencyInjection\Dumper drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php PhpDumper dumps a service container as a PHP class. 3
ServiceCircularReferenceException class Symfony\Component\DependencyInjection\Exception drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php This exception is thrown when a circular reference is detected. 3
FrozenParameterBag class Symfony\Component\DependencyInjection\ParameterBag drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php Holds read-only parameters. 3
XmlFileLoader class Symfony\Component\DependencyInjection\Loader drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php XmlFileLoader loads XML files service definitions. 3
YamlFileLoader class Symfony\Component\DependencyInjection\Loader drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php YamlFileLoader loads YAML files service definitions. 3
Session class Symfony\Component\HttpFoundation\Session drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php Session. 3
Numeric class Drupal\views\Plugin\views\field drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Numeric.php Render a field as a numeric value 2 3
PrerenderList class Drupal\views\Plugin\views\field drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/PrerenderList.php Field handler to provide a list of items. 3 3
String class Drupal\views\Plugin\views\argument drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/String.php Basic argument handler to implement string arguments that may have length limits. 3 3
SortPluginBase abstract class Drupal\views\Plugin\views\sort drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php Base sort handler that has no options and performs a simple sort. 9 3
ArgumentValidatorPluginBase abstract class Drupal\views\Plugin\views\argument_validator drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Base argument validator plugin to provide basic functionality. 6 3
EntityRow class Drupal\system\Plugin\views\row drupal/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php Generic entity row plugin to provide a common base for all entity types. 3 3
Link class Drupal\node\Plugin\views\field drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Link.php Field handler to present a link to the node. 3 3
Vocabulary class Drupal\taxonomy\Plugin\Core\Entity drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/Core/Entity/Vocabulary.php Defines the taxonomy vocabulary entity. 3
Comment class Drupal\comment\Plugin\Core\Entity drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php Defines the comment entity class. 3
IgnoreAnnotation final class Doctrine\Common\Annotations\Annotation drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php Annotation that can be used to signal to the parser to ignore specific annotations during the parsing process. 3
Comparison class Doctrine\Common\Collections\Expr drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Comparison.php Comparison of a field with a value by the given operator. 3
MockArraySessionStorage class Symfony\Component\HttpFoundation\Session\Storage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php MockArraySessionStorage mocks the session for unit tests. 1 3
FileException class Symfony\Component\HttpFoundation\File\Exception drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/FileException.php Thrown when an error occurred in the component File 4 3
MimeTypeGuesser class Symfony\Component\HttpFoundation\File\MimeType drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php A singleton mime type guesser. 3
AnnotationTargetClass final class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetClass.php Plugin annotation @Target("CLASS"); 3
AnnotationTargetAnnotation final class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetAnnotation.php Plugin annotation @Target({ "ANNOTATION" }) 3
AnnotationTargetAll class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetAll.php Plugin annotation @Target("ALL"); 1 3
PluginInspectionInterface interface Drupal\Component\Plugin drupal/core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php Plugin interface for providing some metadata inspection. 4 3
PoWriterInterface interface Drupal\Component\Gettext drupal/core/lib/Drupal/Component/Gettext/PoWriterInterface.php Shared interface definition for all Gettext PO Writers. 3 3
ExceptionInterface interface Drupal\Component\Plugin\Exception drupal/core/lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php Exception interface for all exceptions thrown by the Plugin component. 3 3
QueryInterface interface Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php Interface for entity queries. 1 3
FieldItemInterface interface Drupal\Core\Entity\Field drupal/core/lib/Drupal/Core/Entity/Field/FieldItemInterface.php Interface for entity field items, which are complex data objects containing the values. 1 3
FieldInterface interface Drupal\Core\Entity\Field drupal/core/lib/Drupal/Core/Entity/Field/FieldInterface.php Interface for fields, being lists of field items. 1 3
HasDispatcherInterface interface Guzzle\Common drupal/core/vendor/guzzle/common/Guzzle/Common/HasDispatcherInterface.php Holds an event dispatcher 4 3
PluginSettingsInterface interface Drupal\field\Plugin drupal/core/modules/field/lib/Drupal/field/Plugin/PluginSettingsInterface.php Interface definition for plugin with settings. 3 3
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
SerializerInterface interface Symfony\Component\Serializer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/SerializerInterface.php Defines the interface of the Serializer 1 3
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
Cache interface Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/Cache.php Interface for cache drivers. 1 3
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
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
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 3
DebugLoggerInterface interface Symfony\Component\HttpKernel\Log drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php DebugLoggerInterface. 1 3
WizardInterface interface Drupal\views\Plugin\views\wizard drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardInterface.php Defines a common interface for Views Wizard plugins. 1 3
ContentNegotiation class Drupal\Core drupal/core/lib/Drupal/Core/ContentNegotiation.php This class is a central library for content type negotiation. 2

Pages

Other projects