You are here

protected static property FeedsDateTime::$allgranularity in Feeds 8.2

File

lib/Drupal/feeds/FeedsDateTime.php, line 18

Class

FeedsDateTime
Extend PHP DateTime class with granularity handling, merge functionality and slightly more flexible initialization parameters.

Namespace

Drupal\feeds

Code

protected static $allgranularity = array(
  'year',
  'month',
  'day',
  'hour',
  'minute',
  'second',
  'zone',
);