function locale_test_locale
Implements hook_locale().
File
-
modules/
locale/ tests/ locale_test.module, line 11
Code
function locale_test_locale($op = 'groups') {
switch ($op) {
case 'groups':
return array(
'custom' => t('Custom'),
);
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.