You are here

function CalendarSystemsPoorMansGregorianCalendar::getBaseYear in Calendar Systems 8.3

Overrides CalendarSystemsPartialImplementation::getBaseYear

File

src/CalendarSystems/CalendarSystemsPoorMansGregorianCalendar.php, line 63
Fallback calendar implementation in case php-intl is not available.

Class

CalendarSystemsPoorMansGregorianCalendar

Namespace

Drupal\calendar_systems\CalendarSystems

Code

function getBaseYear() {
  return 2018;
}