Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/TypedData/Type/DateTimeInterface.php \Drupal\Core\TypedData\Type\DateTimeInterface::getDateTime()
  2. 9 core/lib/Drupal/Core/TypedData/Type/DateTimeInterface.php \Drupal\Core\TypedData\Type\DateTimeInterface::getDateTime()

Returns the date time object.

Return value

\Drupal\Core\Datetime\DrupalDateTime|null A date object or NULL if there is no date.

File

core/lib/Drupal/Core/TypedData/Type/DateTimeInterface.php, line 20

Class

DateTimeInterface
Interface for dates, optionally including a time.

Namespace

Drupal\Core\TypedData\Type

Code

public function getDateTime();