function DateTimeInterface::getDateTime
Same name in other branches
- 9 core/lib/Drupal/Core/TypedData/Type/DateTimeInterface.php \Drupal\Core\TypedData\Type\DateTimeInterface::getDateTime()
- 8.9.x core/lib/Drupal/Core/TypedData/Type/DateTimeInterface.php \Drupal\Core\TypedData\Type\DateTimeInterface::getDateTime()
- 11.x 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.
2 methods override DateTimeInterface::getDateTime()
- DateTimeIso8601::getDateTime in core/
lib/ Drupal/ Core/ TypedData/ Plugin/ DataType/ DateTimeIso8601.php - Returns the date time object.
- Timestamp::getDateTime in core/
lib/ Drupal/ Core/ TypedData/ Plugin/ DataType/ Timestamp.php - Returns the date time object.
File
-
core/
lib/ Drupal/ Core/ TypedData/ Type/ DateTimeInterface.php, line 20
Class
- DateTimeInterface
- Interface for dates, optionally including a time.
Namespace
Drupal\Core\TypedData\TypeCode
public function getDateTime();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.