LANGUAGE_TYPE_CONTENT
The type of language used to define the content language.
7 uses of LANGUAGE_TYPE_CONTENT
- hook_language_switch_links_alter in modules/
system/ language.api.php - Perform alterations on language switcher links.
- LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in modules/
locale/ locale.test - Tests alterations to language types/negotiation info.
- LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in modules/
locale/ locale.test - Test if field languages are correctly set through the node form.
- LocaleUninstallFunctionalTest::testUninstallProcess in modules/
locale/ locale.test - Check if the values of the Locale variables are correct after uninstall.
- locale_language_negotiation_info in modules/
locale/ locale.module - Implements hook_language_negotiation_info().
File
-
includes/
bootstrap.inc, line 186
Code
define('LANGUAGE_TYPE_CONTENT', 'language_content');
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.