51 string references to 'language'

block_add_block_form_submit in drupal/core/modules/block/block.admin.inc
Form submission handler for block_add_block_form().
block_admin_configure in drupal/core/modules/block/block.admin.inc
Form constructor for the block configuration form.
block_admin_configure_submit in drupal/core/modules/block/block.admin.inc
Form submission handler for block_admin_configure().
comment_update_8000 in drupal/core/modules/comment/comment.install
Renames {comment}.language to {comment}.langcode.
comment_views_data in drupal/core/modules/comment/comment.views.inc
Implements hook_views_data().
DependencyTest::testEnableWithoutDependency in drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php
Attempts to enable the Entity Translation module without Language enabled.
DisplayPluginBase::optionsSummary in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Provide the default summary for options in the views UI.
Field::buildGroupByForm in drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php
Extend the groupby form with group columns.
field_sql_storage_update_8000 in drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.install
Changes field language into langcode.
field_views_field_default_views_data in drupal/core/modules/field/field.views.inc
Default views data implementation for a field.
FormatDateTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php
Sets up a Drupal site for running functional and integration tests.
JavaScriptTest::testGetLibrary in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests retrieval of libraries via drupal_get_library().
language.negotiation.yml in drupal/core/modules/language/config/language.negotiation.yml
drupal/core/modules/language/config/language.negotiation.yml
LanguageItem::getPropertyDefinitions in drupal/core/lib/Drupal/Core/Entity/Field/Type/LanguageItem.php
Implements ComplexDataInterface::getPropertyDefinitions().
LanguageSelectElementTest::testHiddenLanguageSelectElement in drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php
Tests the case when the language select elements should not be printed.
LanguageTestBase::setUp in drupal/core/modules/views/lib/Drupal/views/Tests/Language/LanguageTestBase.php
Sets up Drupal unit test environment.
LanguageTestBase::viewsData in drupal/core/modules/views/lib/Drupal/views/Tests/Language/LanguageTestBase.php
Overrides \Drupal\views\Tests\ViewTestBase::schemaDefinition().
language_delete in drupal/core/modules/language/language.module
Delete a language.
language_help in drupal/core/modules/language/language.module
Implements hook_help().
language_language_negotiation_info in drupal/core/modules/language/language.module
Implements hook_language_negotiation_info().
language_list in drupal/core/includes/bootstrap.inc
Returns a list of languages set up on the site.
language_negotiation_include in drupal/core/modules/language/language.module
Include negotiation backend functionality.
language_preprocess_block in drupal/core/modules/language/language.module
Implements hook_preprocess_HOOK() for block.tpl.php.
language_save in drupal/core/modules/language/language.module
API function to add or update a language.
LocaleContentTest::testContentTypeLanguageConfiguration in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleContentTest.php
Test if a content type can be set to multilingual and language is present.
LocaleUninstallTest::testUninstallProcess in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php
Check if the values of the Locale variables are correct after uninstall.
locale_schema in drupal/core/modules/locale/locale.install
Implements hook_schema().
locale_translate_import_form in drupal/core/modules/locale/locale.bulk.inc
Form constructor for the translation import screen.
locale_update_8005 in drupal/core/modules/locale/locale.install
Update plural interface translations to new format.
node_entity_info in drupal/core/modules/node/node.module
Implements hook_entity_info().
node_field_extra_fields in drupal/core/modules/node/node.module
Implements hook_field_extra_fields().
node_filters in drupal/core/modules/node/node.admin.inc
Lists node administration filters that can be applied.
node_search_validate in drupal/core/modules/node/node.module
Form validation handler for node_form_search_form_alter().
node_type_form in drupal/core/modules/node/content_types.inc
Form constructor for the node type editing form.
node_update_8002 in drupal/core/modules/node/node.install
Rename node.language field to node.langcode.
node_views_data in drupal/core/modules/node/node.views.inc
Implements hook_views_data().
overlay_overlay_parent_initialize in drupal/core/modules/overlay/overlay.module
Implements hook_overlay_parent_initialize().
path_admin_form in drupal/core/modules/path/path.admin.inc
Form constructor for the path administration form.
path_admin_overview in drupal/core/modules/path/path.admin.inc
Returns a listing of all defined URL aliases.
StringDatabaseStorage::dbFieldTable in drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php
Gets table alias for field.
StringDatabaseStorage::dbStringSelect in drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php
Builds a SELECT query with multiple conditions and fields.
system_menu in drupal/core/modules/system/system.module
Implements hook_menu().
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.
taxonomy_views_data in drupal/core/modules/taxonomy/taxonomy.views.inc
Implements hook_views_data().
update_prepare_d8_bootstrap in drupal/core/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 7 database.
update_prepare_d8_language in drupal/core/includes/update.inc
Prepare Drupal 8 language changes for the bootstrap if needed.
user_admin_settings in drupal/core/modules/user/user.admin.inc
Form builder; Configure user settings for this site.
user_update_8001 in drupal/core/modules/user/user.install
Splits {users}.language field to langcode and preferred_langcode.
user_views_data in drupal/core/modules/user/user.views.inc
Implements hook_views_data().
VocabularyFormController::actions in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php
Returns an array of supported actions for the current entity form.
VocabularyFormController::form in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().