I bet noone has the slightest idea what

/**
 * The type of language used to define the content language.
 */
define('LANGUAGE_TYPE_CONTENT', 'language_content');

this wants to be.

Comments

gábor hojtsy’s picture

Version: 7.x-dev » 8.x-dev
Issue tags: +D8MI

This issue might or might not be a duplicate of #1156576: Language negotiation is undocumented.

As mentioned there the types as well as providers in detail are documented only in the upgrade guide at http://drupal.org/update/modules/6/7#language_negotiation and that needs to be moved into a topic into code and referenced from the relevant places. Not sure if we are well served by multiple very related issues on this, will leave this to Jennifer and other docs people to decide.

chx’s picture

Status: Active » Closed (duplicate)
plach’s picture

Title: Remove language type constants or document them » Language type constants are missing proper documentation
Component: language system » documentation
Status: Closed (duplicate) » Active
Issue tags: -D8MI +Needs backport to D7

I don't think language constants are useless in D7, perhaps in D8 they might lose meaning within the WSSCI scope or maybe they will make even more sense, we will see. Meanwhile we can try to improve doumentation, that's surely a less invasive change.

plach’s picture

Status: Active » Closed (duplicate)
Issue tags: +D8MI

crosspost

gábor hojtsy’s picture

Issue tags: +language-base

Tagging for base language system.

gábor hojtsy’s picture

Priority: Major » Normal
Issue tags: +negotiation

Tagging for language negotiation too.