Classes, traits, and interfaces

Primary tabs

Name Typesort descending Namespace Location Description Direct uses Use statements Strings
ChangedCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/ChangedCommand.php An AJAX command for marking HTML elements as changed. 1
AddCssCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/AddCssCommand.php An AJAX command for adding css to the page via ajax. 1
BeforeCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/BeforeCommand.php An AJAX command for calling the jQuery before() method. 1
InvokeCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/InvokeCommand.php AJAX command for invoking an arbitrary jQuery method. 1
ReplaceCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/ReplaceCommand.php AJAX command for calling the jQuery replace() method. 2
BatchMemory class Drupal\Core\Queue drupal/core/lib/Drupal/Core/Queue/BatchMemory.php Defines a batch queue handler used by the Batch API for non-progressive batches.
Memory class Drupal\Core\Queue drupal/core/lib/Drupal/Core/Queue/Memory.php Static queue implementation. 1 1
Batch class Drupal\Core\Queue drupal/core/lib/Drupal/Core/Queue/Batch.php Defines a batch queue handler used by the Batch API.
System class Drupal\Core\Queue drupal/core/lib/Drupal/Core/Queue/System.php Default queue implementation. 1 1
Plugin class Drupal\Core\Annotation drupal/core/lib/Drupal/Core/Annotation/Plugin.php Defines a Plugin annotation object. 289
Translation class Drupal\Core\Annotation drupal/core/lib/Drupal/Core/Annotation/Translation.php Defines a translatable annotation object. 126
MemoryBackend class Drupal\Core\Flood drupal/core/lib/Drupal/Core/Flood/MemoryBackend.php Defines the memory flood backend. This is used for testing.
DatabaseBackend class Drupal\Core\Flood drupal/core/lib/Drupal/Core/Flood/DatabaseBackend.php Defines the database flood backend. This is the default Drupal backend.
DrupalDateTime class Drupal\Core\Datetime drupal/core/lib/Drupal/Core/Datetime/DrupalDateTime.php Extends DateTimePlus(). 8
ContainerBuilder class Drupal\Core\DependencyInjection drupal/core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php Drupal's dependency injection container builder. 4
AliasManager class Drupal\Core\Path drupal/core/lib/Drupal/Core/Path/AliasManager.php 1
Path class Drupal\Core\Path drupal/core/lib/Drupal/Core/Path/Path.php Defines a class for CRUD operations on path aliases. 1
NativePhpunitTask class drupal/core/vendor/doctrine/common/tests/NativePhpunitTask.php A more flexible and powerful PHPUnit Task than the native Phing one.
NativePhpunitPrinter class drupal/core/vendor/doctrine/common/tests/NativePhpunitTask.php
PhpExtensions class drupal/core/vendor/doctrine/common/bin/travis-setup.php
PluginException class Drupal\Component\Plugin\Exception drupal/core/lib/Drupal/Component/Plugin/Exception/PluginException.php Generic Plugin exception class to be thrown when no more specific class is applicable. 3
InvalidDecoratedMethod class Drupal\Component\Plugin\Exception drupal/core/lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.php Exception thrown when a decorator's _call() method is triggered, but the decorated object does not contain the requested method.
ReflectionFactory class Drupal\Component\Plugin\Factory drupal/core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php A plugin factory that maps instance configuration to constructor arguments. 3
DefaultFactory class Drupal\Component\Plugin\Factory drupal/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php Default plugin factory. 4 10
StaticDiscovery class Drupal\Component\Plugin\Discovery drupal/core/lib/Drupal/Component/Plugin/Discovery/StaticDiscovery.php A discovery mechanism that allows plugin definitions to be manually registered rather than actively discovered. 5
ProcessDecorator class Drupal\Component\Plugin\Discovery drupal/core/lib/Drupal/Component/Plugin/Discovery/ProcessDecorator.php Allows custom processing of the discovered definition. 8
DerivativeDiscoveryDecorator class Drupal\Component\Plugin\Discovery drupal/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Base class providing the tools for a plugin discovery to be derivative aware. 5
ConfigStorageController class Drupal\Core\Config\Entity drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php Defines the storage controller class for configuration entities. 1 1
ConfigEntityBase abstract class Drupal\Core\Config\Entity drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Defines a base configuration entity class. 8 8
ConfigEntityListController class Drupal\Core\Config\Entity drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityListController.php Defines the default list controller for ConfigEntity objects. 2 2
Binary class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Binary.php The binary data type.
TypedData abstract class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/TypedData.php The abstract base class for typed data. 13 4
Integer class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Integer.php The integer data type.
Date class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Date.php The date data type.
String class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/String.php The string data type. 1 1
Float class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Float.php The float data type.
Duration class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Duration.php The duration data type.
Language class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Language.php Defines the 'language' data type.
Uri class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Uri.php The URI data type.
Boolean class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Boolean.php The boolean data type.
AlterDecorator class Drupal\Core\Plugin\Discovery drupal/core/lib/Drupal/Core/Plugin/Discovery/AlterDecorator.php Enables altering of discovered plugin definitions. 7
InfoHookDecorator class Drupal\Core\Plugin\Discovery drupal/core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php Allows info hook implementations to enhance discovered plugin definitions. 1
AnnotatedClassDiscovery class Drupal\Core\Plugin\Discovery drupal/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php Defines a discovery mechanism to find annotated plugins in PSR-0 namespaces. 10
CacheDecorator class Drupal\Core\Plugin\Discovery drupal/core/lib/Drupal/Core/Plugin/Discovery/CacheDecorator.php Enables static and persistent caching of discovered plugin definitions. 7
HookDiscovery class Drupal\Core\Plugin\Discovery drupal/core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php Provides a hook-based plugin discovery class. 2
ConditionBase abstract class Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/ConditionBase.php Common code for all implementations of the entity query condition interface. 1 1
QueryException class Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/QueryException.php Exception thrown by Query() on unsupported query syntax. 2
QueryBase abstract class Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php The base entity query class. 1 1
QueryFactory class Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/QueryFactory.php Factory class Creating entity query objects. 3
FieldItemBase abstract class Drupal\Core\Entity\Field drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php An entity field item. 8 8

Pages

Other projects