function _datex_intl in Datex 7
Helper function to determine whether PHP_Intl should be used or not.
6 calls to _datex_intl()
- datex_datex_format_alter in ./
datex.module - Implements hook_datex_format_alter().
- datex_date_date_formatter_dates_alter in datex_date/
datex_date.module - Implemetns hook_date_formatter_dates_alter().
- datex_format in datex_api/
datex_api.module - Alias of DatexFormater::format().
- datex_handler_field_date::render in views/
datex_handler_field_date.inc - Called by views to render field.
- datex_preprocess_comment in ./
datex.module - Implements hook_preprocess_comment().
File
- datex_api/
datex_api.module, line 144
Code
function _datex_intl() {
return variable_get('datex_api_intl', 0);
}