You are here

protected function CalendarSystemsIntlCalendar::formatHook in Calendar Systems 8.3

1 call to CalendarSystemsIntlCalendar::formatHook()
CalendarSystemsIntlCalendar::format in src/CalendarSystems/CalendarSystemsIntlCalendar.php
1 method overrides CalendarSystemsIntlCalendar::formatHook()
CalendarSystemsPersianIntlCalendar::formatHook in src/CalendarSystems/CalendarSystemsPersianIntlCalendar.php

File

src/CalendarSystems/CalendarSystemsIntlCalendar.php, line 135

Class

CalendarSystemsIntlCalendar

Namespace

Drupal\calendar_systems\CalendarSystems

Code

protected function formatHook($format, $value) {
  return $value;
}