namespace Drupal\Core\TypedData

Classsort descending Location Description
AccessibleInterface drupal/core/lib/Drupal/Core/TypedData/AccessibleInterface.php Interface for checking access.
ComplexDataInterface drupal/core/lib/Drupal/Core/TypedData/ComplexDataInterface.php Interface for complex data; i.e. data containing named and typed properties.
ContextAwareInterface drupal/core/lib/Drupal/Core/TypedData/ContextAwareInterface.php Interface for context aware data.
ListInterface drupal/core/lib/Drupal/Core/TypedData/ListInterface.php Interface for a list of typed data.
MissingContextException drupal/core/lib/Drupal/Core/TypedData/MissingContextException.php Exception thrown when data wrappers miss contextual information.
Primitive drupal/core/lib/Drupal/Core/TypedData/Primitive.php Class that holds constants for all primitive data types.
ReadOnlyException drupal/core/lib/Drupal/Core/TypedData/ReadOnlyException.php Exception thrown when trying to write or set ready-only data.
TranslatableInterface drupal/core/lib/Drupal/Core/TypedData/TranslatableInterface.php Interface for translatable data.
TypedDataFactory drupal/core/lib/Drupal/Core/TypedData/TypedDataFactory.php A factory for typed data objects.
TypedDataInterface drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php Interface for typed data objects.
TypedDataManager drupal/core/lib/Drupal/Core/TypedData/TypedDataManager.php Manages data type plugins.