Skip to content
Snippets Groups Projects
Commit c13aaddc authored by Alex Pott's avatar Alex Pott
Browse files

Issue #1994292 by David_Rothstein, Gábor Hojtsy: LanguageInterface::TYPE_URL...

Issue #1994292 by David_Rothstein, Gábor Hojtsy: LanguageInterface::TYPE_URL (D8) and LANGUAGE_TYPE_URL (D7) have no name or description
parent 150dc501
No related branches found
No related tags found
No related merge requests found
......@@ -307,6 +307,8 @@ function language_language_types_info() {
'locked' => TRUE,
),
LanguageInterface::TYPE_URL => array(
'name' => t('URL'),
'description' => t('Order of language detection methods for URLs. The detected language will be used as the default when generating URLs for internal links on the site.'),
'fixed' => array(LanguageNegotiationUrl::METHOD_ID, LanguageNegotiationUrlFallback::METHOD_ID),
'locked' => TRUE,
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment