You are here

namespace Drupal\Core\TypedData\Type in Drupal 8

Same name in other branches
  1. 9 Drupal\Core\TypedData\Type
Classsort descending Location Description
BinaryInterface core/lib/Drupal/Core/TypedData/Type/BinaryInterface.php Interface for binary data.
BooleanInterface core/lib/Drupal/Core/TypedData/Type/BooleanInterface.php Interface for boolean data.
DateTimeInterface core/lib/Drupal/Core/TypedData/Type/DateTimeInterface.php Interface for dates, optionally including a time.
DurationInterface core/lib/Drupal/Core/TypedData/Type/DurationInterface.php Interface for durations.
FloatInterface core/lib/Drupal/Core/TypedData/Type/FloatInterface.php Interface for floating-point numbers.
IntegerInterface core/lib/Drupal/Core/TypedData/Type/IntegerInterface.php Interface for integer numbers.
StringInterface core/lib/Drupal/Core/TypedData/Type/StringInterface.php Interface for strings.
UriInterface core/lib/Drupal/Core/TypedData/Type/UriInterface.php Interface for URIs.