Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
language.module
»
language_get_default_configuration
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
9 calls to language_get_default_configuration()
LanguageConfigurationElementTest::testLanguageConfigurationElement
in drupal/
core/
modules/
language/
lib/
Drupal/
language/
Tests/
LanguageConfigurationElementTest.php
Tests the language settings have been saved.
LanguageConfigurationElementTest::testNodeTypeUpdate
in drupal/
core/
modules/
language/
lib/
Drupal/
language/
Tests/
LanguageConfigurationElementTest.php
Tests that the configuration is updated when the node type is changed.
language_elements_configuration_element
in drupal/
core/
modules/
language/
tests/
language_elements_test/
language_elements_test.module
A form containing a language configuration element.
language_get_default_langcode
in drupal/
core/
modules/
language/
language.module
Returns the default language code assigned to an entity type and a bundle.
language_node_type_update
in drupal/
core/
modules/
language/
language.module
Implements
hook_node_type_update
().
node_field_extra_fields
in drupal/
core/
modules/
node/
node.module
Implements
hook_field_extra_fields
().
node_type_form
in drupal/
core/
modules/
node/
content_types.inc
Form constructor for the node type editing form.
VocabularyFormController::form
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
VocabularyFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::form
().
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyLanguageTest.php
Tests term language settings for vocabulary terms are saved and updated.