namespace Drupal\Core\TypedData\Type

Classsort descending Location Description
Any drupal/core/lib/Drupal/Core/TypedData/Type/Any.php The "any" data type.
Binary drupal/core/lib/Drupal/Core/TypedData/Type/Binary.php The binary data type.
Boolean drupal/core/lib/Drupal/Core/TypedData/Type/Boolean.php The boolean data type.
Date drupal/core/lib/Drupal/Core/TypedData/Type/Date.php The date data type.
Duration drupal/core/lib/Drupal/Core/TypedData/Type/Duration.php The duration data type.
Email drupal/core/lib/Drupal/Core/TypedData/Type/Email.php The Email data type.
Float drupal/core/lib/Drupal/Core/TypedData/Type/Float.php The float data type.
Integer drupal/core/lib/Drupal/Core/TypedData/Type/Integer.php The integer data type.
Language drupal/core/lib/Drupal/Core/TypedData/Type/Language.php Defines the 'language' data type.
Map drupal/core/lib/Drupal/Core/TypedData/Type/Map.php The "map" data type.
String drupal/core/lib/Drupal/Core/TypedData/Type/String.php The string data type.
Uri drupal/core/lib/Drupal/Core/TypedData/Type/Uri.php The URI data type.