Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
language.module
»
language_get_default_langcode
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
6 calls to language_get_default_langcode()
EntityNormalizer::denormalize
in drupal/
core/
modules/
hal/
lib/
Drupal/
hal/
Normalizer/
EntityNormalizer.php
Implements
\Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize
().
LanguageConfigurationElementTest::testDefaultLangcode
in drupal/
core/
modules/
language/
lib/
Drupal/
language/
Tests/
LanguageConfigurationElementTest.php
Tests that the
language_get_default_langcode
() returns the correct values.
language_elements_configuration_element_test
in drupal/
core/
modules/
language/
tests/
language_elements_test/
language_elements_test.module
A form containing a language select element.
NodeFieldMultilingualTestCase::testMultilingualDisplaySettings
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Tests/
NodeFieldMultilingualTestCase.php
NodeFieldMultilingualTestCase::testMultilingualNodeForm
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Tests/
NodeFieldMultilingualTestCase.php
Tests whether field languages are correctly set through the node form.
taxonomy_term_add
in drupal/
core/
modules/
taxonomy/
taxonomy.admin.inc
Returns a rendered edit form to create a new term associated to the given vocabulary.