You are here

public static function PersianDateHelper::monthNamesAbbrUntranslated in Persian Date for Drupal 8 8

Same name and namespace in other branches
  1. 8.4 src/PersianDateHelper.php \Drupal\persian_date\PersianDateHelper::monthNamesAbbrUntranslated()

Constructs an untranslated array of abbreviated month names.

Return value

array An array of month names.

Overrides DateHelper::monthNamesAbbrUntranslated

File

src/PersianDateHelper.php, line 49

Class

PersianDateHelper

Namespace

Drupal\persian_date

Code

public static function monthNamesAbbrUntranslated() {

  // Force the key to use the correct month value, rather than
  // starting with zero.
  return self::monthNamesUntranslated();
}