function locale_test_language_types_info_alter
Implements hook_language_types_info_alter().
File
-
modules/
locale/ tests/ locale_test.module, line 76
Code
function locale_test_language_types_info_alter(array &$language_types) {
if (variable_get('locale_test_content_language_type', FALSE)) {
unset($language_types[LANGUAGE_TYPE_CONTENT]['fixed']);
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.