You are here

function _datex_get_translator in Datex 7.2

Default translator is set to t() for Drupal.

Should return name of function responsible for translating names.

1 call to _datex_get_translator()
DatexObject::formatPHP in datex_api/datex_api.class.inc
Use php to format date

File

datex_api/datex_api.class.inc, line 17
Provides an API to work with dates.

Code

function _datex_get_translator() {
  return '_datex_t';
}