You are here

protected function CalendarSystemsPartialImplementation::getOrigin in Calendar Systems 8.3

2 calls to CalendarSystemsPartialImplementation::getOrigin()
CalendarSystemsPoorMansGregorianCalendar::format in src/CalendarSystems/CalendarSystemsPoorMansGregorianCalendar.php
CalendarSystemsPoorMansJaliliCalendar::format in src/CalendarSystems/CalendarSystemsPoorMansJaliliCalendar.php

File

src/CalendarSystems/CalendarSystemsPartialImplementation.php, line 118

Class

CalendarSystemsPartialImplementation

Namespace

Drupal\calendar_systems\CalendarSystems

Code

protected function getOrigin() {
  return $this->origin;
}