Classes, traits, and interfaces

Primary tabs

Name Type Namespace Locationsort descending Description Direct uses Use statements Strings
EntityNG class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityNG.php Implements Entity Field API specific enhancements to the Entity class. 8 14
EntityRenderController class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityRenderController.php Base class for entity view controllers. 9 9
EntityRenderControllerInterface interface Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityRenderControllerInterface.php Defines a common interface for entity view controller classes. 2 1
EntityStorageControllerBase abstract class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php A base entity storage controller class. 2 1
EntityStorageControllerInterface interface Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php Defines a common interface for entity controller classes. 1 8
EntityStorageException class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityStorageException.php Defines an exception thrown when storage operations fail. 5
FieldInterface interface Drupal\Core\Entity\Field drupal/core/lib/Drupal/Core/Entity/Field/FieldInterface.php Interface for fields, being lists of field items. 1 13
FieldItemBase abstract class Drupal\Core\Entity\Field drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php An entity field item. 21 21
FieldItemInterface interface Drupal\Core\Entity\Field drupal/core/lib/Drupal/Core/Entity/Field/FieldItemInterface.php Interface for entity field items. 1 13
BooleanItem class Drupal\Core\Entity\Field\Type drupal/core/lib/Drupal/Core/Entity/Field/Type/BooleanItem.php Defines the 'boolean_field' entity field item.
DateItem class Drupal\Core\Entity\Field\Type drupal/core/lib/Drupal/Core/Entity/Field/Type/DateItem.php Defines the 'date_field' entity field item.
EntityReferenceItem class Drupal\Core\Entity\Field\Type drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityReferenceItem.php Defines the 'entity_reference' entity field item. 1 1
EntityTranslation class Drupal\Core\Entity\Field\Type drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php Allows accessing and updating translated entity fields.
EntityWrapper class Drupal\Core\Entity\Field\Type drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityWrapper.php Defines an 'entity' data type, e.g. the computed 'entity' property of entity references. 1
Field class Drupal\Core\Entity\Field\Type drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php Represents an entity field; that is, a list of field item objects.
IntegerItem class Drupal\Core\Entity\Field\Type drupal/core/lib/Drupal/Core/Entity/Field/Type/IntegerItem.php Defines the 'integer_field' entity field item. 1 1
LanguageItem class Drupal\Core\Entity\Field\Type drupal/core/lib/Drupal/Core/Entity/Field/Type/LanguageItem.php Defines the 'language_field' entity field item.
StringItem class Drupal\Core\Entity\Field\Type drupal/core/lib/Drupal/Core/Entity/Field/Type/StringItem.php Defines the 'string_field' entity field item.
UriItem class Drupal\Core\Entity\Field\Type drupal/core/lib/Drupal/Core/Entity/Field/Type/UriItem.php Defines the 'uri_field' entity field item.
HtmlEntityFormController class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/HtmlEntityFormController.php Wrapping controller for entity forms that serve as the main page body.
ConditionAggregateBase abstract class Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/ConditionAggregateBase.php Defines a common base class for all aggregation entity condition implementations. 1 1
ConditionAggregateInterface interface Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Defines aggregated entity query conditions. 1 1
ConditionBase abstract class Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/ConditionBase.php Defines a common base class for all entity condition implementations. 2 2
ConditionFundamentals abstract class Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php Common code for all implementations of the entity query condition interfaces. 2
ConditionInterface interface Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php Defines the entity query condition interface. 1 2
QueryAggregateInterface interface Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php Defines a interface for aggregated entity queries. 1 2
QueryBase abstract class Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php The base entity query class. 2 2
QueryException class Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/QueryException.php Exception thrown by Query() on unsupported query syntax. 4
QueryFactory class Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/QueryFactory.php Factory class Creating entity query objects. 2 2
QueryInterface interface Drupal\Core\Entity\Query drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php Interface for entity queries. 3 5
AccessSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/AccessSubscriber.php Access subscriber for controller requests. 2
ConfigGlobalOverrideSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/ConfigGlobalOverrideSubscriber.php Defines a configuration global override for contexts. 2
ConfigImportSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Config import subscriber for config import events. 2
ConfigSnapshotSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php Create a snapshot when config is imported. 2
FinishResponseSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Response subscriber to handle finished responses. 2
KernelDestructionSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php Destructs services that are initiated and tagged with "needs_destruction". 2
LanguageRequestSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/LanguageRequestSubscriber.php Sets the $request property on the language manager. 2
LegacyAccessSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/LegacyAccessSubscriber.php Access subscriber for legacy controller requests. 2
LegacyControllerSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/LegacyControllerSubscriber.php Access subscriber for controller requests. 2
LegacyRequestSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/LegacyRequestSubscriber.php KernelEvents::REQUEST event subscriber to initialize theme and modules. 2
MaintenanceModeSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php Maintenance mode subscriber for controller requests. 2
PathListenerBase abstract class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/PathListenerBase.php Base class for listeners that are manipulating the path. 1
PathSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/PathSubscriber.php Access subscriber for controller requests. 2
RequestCloseSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php Subscriber for all responses. 2
ReverseProxySubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/ReverseProxySubscriber.php Reverse proxy subscriber for controller requests. 1 2
SlaveDatabaseIgnoreSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/SlaveDatabaseIgnoreSubscriber.php System subscriber for controller requests. 1 2
ViewSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/ViewSubscriber.php Main subscriber for VIEW HTTP responses. 2
ExecutableException class Drupal\Core\Executable drupal/core/lib/Drupal/Core/Executable/ExecutableException.php Generic executable plugin exception class.
ExecutableInterface interface Drupal\Core\Executable drupal/core/lib/Drupal/Core/Executable/ExecutableInterface.php An interface for executable plugins. 3 3
ExecutableManagerInterface interface Drupal\Core\Executable drupal/core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php An interface for managers of executable plugins. 1 2

Pages

Other projects