You are here

protected static property Carbon::$relativeKeywords in Persian Date for Drupal 8 8.4

Terms used to detect if a time passed is a relative date.

This is here for testing purposes.

Type: array

File

src/Library/Carbon/Carbon.php, line 88

Class

Carbon
A simple API extension for DateTime

Namespace

Drupal\persian_date\Library\Carbon

Code

protected static $relativeKeywords = array(
  '+',
  '-',
  'ago',
  'first',
  'last',
  'next',
  'this',
  'today',
  'tomorrow',
  'yesterday',
);