You are here

function CalendarSystemsPartialImplementation::getLangcode in Calendar Systems 8.3

Overrides CalendarSystemsInterface::getLangcode

1 call to CalendarSystemsPartialImplementation::getLangcode()
CalendarSystemsPoorMansJaliliCalendar::format in src/CalendarSystems/CalendarSystemsPoorMansJaliliCalendar.php

File

src/CalendarSystems/CalendarSystemsPartialImplementation.php, line 53

Class

CalendarSystemsPartialImplementation

Namespace

Drupal\calendar_systems\CalendarSystems

Code

function getLangcode() {
  return $this->langCode;
}