Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
locale_test.module
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
function locale_test_language_provider
Test language provider.
1 string reference to 'locale_test_language_provider'
locale_test_language_negotiation_info
in drupal/
modules/
locale/
tests/
locale_test.module
Implements
hook_language_negotiation_info
().
File
drupal/
modules/
locale/
tests/
locale_test.module
, line 132
Mock module for locale layer tests.
Code
function
locale_test_language_provider
(
$languages
) {
return
'it'
; }