constant LANGUAGE_TYPE_CONTENT

The type of language used to define the content language.

11 uses of LANGUAGE_TYPE_CONTENT
drupal_language_types in drupal-7.x/includes/bootstrap.inc
Returns a list of the built-in language types.
hook_language_switch_links_alter in drupal-7.x/modules/system/language.api.php
Perform alterations on language switcher links.
language_fallback_get_candidates in drupal-7.x/includes/language.inc
Returns the possible fallback languages ordered by language weight.
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in drupal-7.x/modules/locale/locale.test
Tests alterations to language types/negotiation info.
LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in drupal-7.x/modules/locale/locale.test
Test if field languages are correctly set through the node form.

... See full list

File

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

Code

define('LANGUAGE_TYPE_CONTENT', 'language_content')