Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct uses Use statementssort ascending Strings
SourceString class Drupal\locale drupal/core/modules/locale/lib/Drupal/locale/SourceString.php Defines the locale source string object. 4
EntityBody class Guzzle\Http drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php Entity body used with an HTTP request or response 4
Event class Guzzle\Common drupal/core/vendor/guzzle/common/Guzzle/Common/Event.php Default event for Guzzle notifications 4
InPlaceEditor class Drupal\edit\Annotation drupal/core/modules/edit/lib/Drupal/edit/Annotation/InPlaceEditor.php Defines an InPlaceEditor annotation object. 4
ImageToolkitManager class Drupal\system\Plugin drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkitManager.php Manages toolkit plugins. 4 2
PluginSettingsBase abstract class Drupal\field\Plugin drupal/core/modules/field/lib/Drupal/field/Plugin/PluginSettingsBase.php Base class for the Field API plugins. 2 4
VarUtils abstract class Assetic\Util drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Util/VarUtils.php Variable utilities. 4
EventArgs class Doctrine\Common drupal/core/vendor/doctrine/common/lib/Doctrine/Common/EventArgs.php EventArgs is the base class for classes containing event data. 4 4
ClassLoader class Symfony\Component\ClassLoader drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassLoader.php ClassLoader implements an PSR-0 class loader 4
Cookie class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Cookie.php Represents a cookie 4
Validation final class Symfony\Component\Validator drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Validation.php Entry point for the Validator component. 4
Dumper class Symfony\Component\Yaml drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Dumper.php Dumper dumps PHP variables to YAML strings. 4
JsonEncoder class Symfony\Component\Serializer\Encoder drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncoder.php Encodes JSON data 2 4
CustomNormalizer class Symfony\Component\Serializer\Normalizer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php @author Jordi Boggiano <j.boggiano@seld.be> 4
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. 7 4
MethodNotAllowedHttpException class Symfony\Component\HttpKernel\Exception drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/MethodNotAllowedHttpException.php MethodNotAllowedHttpException. 4
DataCollector abstract class Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/DataCollector.php DataCollector. 9 4
AnalyzeServiceReferencesPass class Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php Run this pass before passes that need to know more about the relation of your services. 4
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. 4
ParameterNotFoundException class Symfony\Component\DependencyInjection\Exception drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ParameterNotFoundException.php This exception is thrown when a non-existent parameter is used. 4
FrozenParameterBag class Symfony\Component\DependencyInjection\ParameterBag drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php Holds read-only parameters. 4
IniFileLoader class Symfony\Component\DependencyInjection\Loader drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php IniFileLoader loads parameters from INI files. 4 1
ValidatorException class Symfony\Component\Validator\Exception drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Exception/ValidatorException.php 7 4
Choice class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Choice.php @author Bernhard Schussek <bschussek@gmail.com> 4
Required class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Required.php @author Bernhard Schussek <bschussek@gmail.com> 1 4
JoinPluginBase class Drupal\views\Plugin\views\join drupal/core/modules/views/lib/Drupal/views/Plugin/views/join/JoinPluginBase.php Represents a join and creates the SQL necessary to implement the join. 3 4
ManyToOne class Drupal\views\Plugin\views\filter drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/ManyToOne.php Complex filter to handle filtering for many to one relationships, such as terms (many terms per node) or roles (many roles per user). 4 4
AccessPluginBase abstract class Drupal\views\Plugin\views\access drupal/core/modules/views/lib/Drupal/views/Plugin/views/access/AccessPluginBase.php The base plugin to handle access control. 4 4
View class Drupal\views\Plugin\Core\Entity drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php Defines a View configuration entity class. 4
Node class Drupal\node\Plugin\views\field drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Node.php Field handler to provide simple renderer that allows linking to a node. Definition terms: 4 4
ImageStyle class Drupal\image\Plugin\Core\Entity drupal/core/modules/image/lib/Drupal/image/Plugin/Core/Entity/ImageStyle.php Defines an image style configuration entity. 4
EntityReferenceFormatterBase abstract class Drupal\entity_reference\Plugin\field\formatter drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceFormatterBase.php Parent plugin for entity reference formatters. 4 4
Target final class Doctrine\Common\Annotations\Annotation drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation/Target.php Annotation that can be used to signal to the parser to check the annotation target during the parsing process. 4
CompositeExpression class Doctrine\Common\Collections\Expr drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php Expression of Expressions combined by AND or OR operation. 4
NativeSessionStorage class Symfony\Component\HttpFoundation\Session\Storage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php This provides a base class for session attribute storage. 1 4
AbstractComparisonValidatorTestCase abstract class Symfony\Component\Validator\Tests\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php @author Daniel Holmes <daniel@danielholmes.org> 8 4
CustomBlock class Drupal\custom_block\Plugin\Core\Entity drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Plugin/Core/Entity/CustomBlock.php Defines the custom block entity class. 4
AbstractProxy abstract class Symfony\Component\HttpFoundation\Session\Storage\Proxy drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php AbstractProxy. 4 4
StatementInterface interface Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/StatementInterface.php Represents a prepared statement. 4 4
InboundPathProcessorInterface interface Drupal\Core\PathProcessor drupal/core/lib/Drupal/Core/PathProcessor/InboundPathProcessorInterface.php Defines an interface for classes that process the inbound path. 7 4
PoReaderInterface interface Drupal\Component\Gettext drupal/core/lib/Drupal/Component/Gettext/PoReaderInterface.php Shared interface definition for all Gettext PO Readers. 2 4
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. 5 4
AccessibleInterface interface Drupal\Core\TypedData drupal/core/lib/Drupal/Core/TypedData/AccessibleInterface.php Interface for checking access. 3 4
ConfigurableActionInterface interface Drupal\Core\Action drupal/core/lib/Drupal/Core/Action/ConfigurableActionInterface.php Provides an interface for an Action plugin. 1 4
HasDispatcherInterface interface Guzzle\Common drupal/core/vendor/guzzle/common/Guzzle/Common/HasDispatcherInterface.php Holds an event dispatcher 5 4
SerializerInterface interface Symfony\Component\Serializer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/SerializerInterface.php Defines the interface of the Serializer 1 4
KernelInterface interface Symfony\Component\HttpKernel drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php The Kernel is the heart of the Symfony system. 2 4
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
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
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

Pages

Other projects