constant 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 drupal/modules/system/language.api.php
Perform alterations on language switcher links.
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in drupal/modules/locale/locale.test
Tests alterations to language types/negotiation info.
LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in drupal/modules/locale/locale.test
Test if field languages are correctly set through the node form.
LocaleUninstallFunctionalTest::testUninstallProcess in drupal/modules/locale/locale.test
Check if the values of the Locale variables are correct after uninstall.
locale_language_negotiation_info in drupal/modules/locale/locale.module
Implements hook_language_negotiation_info().

... See full list

File

drupal/includes/bootstrap.inc, line 186
Functions that need to be loaded on every Drupal request.

Code

define('LANGUAGE_TYPE_CONTENT', 'language_content');