protected static property DateTimePlus::$dateParts in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/Component/Datetime/DateTimePlus.php \Drupal\Component\Datetime\DateTimePlus::dateParts
An array of possible date parts.
File
- lib/
Drupal/ Component/ Datetime/ DateTimePlus.php, line 48 - Contains \Drupal\Component\Datetime\DateTimePlus.
Class
- DateTimePlus
- Wraps DateTime().
Namespace
Drupal\Component\DatetimeCode
protected static $dateParts = array(
'year',
'month',
'day',
'hour',
'minute',
'second',
);