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_configuration
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
13 calls to language_get_default_configuration()
CustomBlockTypeFormController::form
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
CustomBlockTypeFormController.php
Overrides
\Drupal\Core\Entity\EntityFormController::form
().
EntityTranslationSettingsTest::testSettingsUI
in drupal/
core/
modules/
translation_entity/
lib/
Drupal/
translation_entity/
Tests/
EntityTranslationSettingsTest.php
Tests that the settings UI works as expected.
hook_field_extra_fields
in drupal/
core/
modules/
field/
field.api.php
Exposes "pseudo-field" components on fieldable entities.
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_content_settings_form
in drupal/
core/
modules/
language/
language.admin.inc
Form constructor for the content language settings form.
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.