function _datex_available_calendars in Datex 8
Same name and namespace in other branches
- 7.3 datex.module \_datex_available_calendars()
Calendars supported by PHP-Intl.
1 call to _datex_available_calendars()
- DatexBlock::blockForm in src/
Plugin/ Block/ DatexBlock.php
File
- ./
datex.module, line 87
Code
function _datex_available_calendars() {
return [
'persian' => t('Persian'),
'gregorian' => t('Gregorian'),
];
}