| list_field_is_empty | core/modules/field/modules/list/list.module | Implements hook_field_is_empty(). | 
          
                  | list_field_schema | core/modules/field/modules/list/list.install | Implements hook_field_schema(). | 
          
                  | list_field_settings_form | core/modules/field/modules/list/list.module | Implements hook_field_settings_form(). | 
          
                  | list_field_update_field | core/modules/field/modules/list/list.module | Implements hook_field_update_field(). | 
          
                  | list_field_update_forbid | core/modules/field/modules/list/list.module | Implements hook_field_update_forbid(). | 
          
                  | list_field_validate | core/modules/field/modules/list/list.module | Implements hook_field_validate(). | 
          
                  | list_field_views_data | core/modules/field/views/field.views.inc | Have a different filter handler for lists. This should allow to select values of the list. | 
          
                  | list_field_widget_info_alter | core/modules/field/modules/list/list.module | Implements hook_field_widget_info_alter(). | 
          
                  | list_form_field_ui_field_edit_form_alter | core/modules/field/modules/list/list.module | Implements hook_form_FORM_ID_alter(). | 
          
                  | list_options_list | core/modules/field/modules/list/list.module | Implements hook_options_list(). | 
          
                  | list_test_allowed_values_callback | core/modules/field/modules/list/tests/list_test.module | Allowed values callback. | 
          
                  | list_test_dynamic_values_callback | core/modules/field/modules/list/tests/list_test.module | An entity-bound allowed values callback. | 
          
                  | list_themes | core/includes/theme.inc | Returns a list of all currently available themes. | 
          
                  | locale | core/modules/locale/locale.module | Provides interface translation services. | 
          
                  | LocaleBrowserDetectionTest::testLanguageFromBrowser | core/modules/locale/tests/locale.test | Unit tests for the locale_language_from_browser() function. | 
          
                  | LocaleCommentLanguageFunctionalTest::setUp | core/modules/locale/tests/locale.test |  | 
          
                  | LocaleCommentLanguageFunctionalTest::testCommentLanguage | core/modules/locale/tests/locale.test | Test that comment language is properly set. | 
          
                  | LocaleConfigurationTest::setUp | core/modules/locale/tests/locale.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | LocaleConfigurationTest::testLanguageConfiguration | core/modules/locale/tests/locale.test | Functional tests for adding, editing and deleting languages. | 
          
                  | LocaleContentFunctionalTest::createNodePost | core/modules/locale/tests/locale.test | Create node in a specific language. | 
          
                  | LocaleContentFunctionalTest::setUp | core/modules/locale/tests/locale.test |  | 
          
                  | LocaleContentFunctionalTest::testContentTypeDirLang | core/modules/locale/tests/locale.test | Test if a dir and lang tags exist in node's attributes. | 
          
                  | LocaleContentFunctionalTest::testContentTypeLanguageConfiguration | core/modules/locale/tests/locale.test | Test if a content type can be set to multilingual and language is present. | 
          
                  | LocaleContentFunctionalTest::testMachineNameLTR | core/modules/locale/tests/locale.test | Verifies that machine name fields are always LTR. | 
          
                  | LocaleDateFormatsFunctionalTest::checkRequirements | core/modules/locale/tests/locale.test |  | 
          
                  | LocaleDateFormatsFunctionalTest::setUp | core/modules/locale/tests/locale.test |  | 
          
                  | LocaleDateFormatsFunctionalTest::testLocalizeDateFormats | core/modules/locale/tests/locale.test | Functional tests for localizing date formats. | 
          
                  | LocaleExportFunctionalTest::getPoFile | core/modules/locale/tests/locale.test | Helper function that returns a proper .po file. | 
          
                  | LocaleExportFunctionalTest::setUp | core/modules/locale/tests/locale.test |  | 
          
                  | LocaleExportFunctionalTest::testExportTranslation | core/modules/locale/tests/locale.test | Test exportation of translations. | 
          
                  | LocaleExportFunctionalTest::testExportTranslationTemplateFile | core/modules/locale/tests/locale.test | Test exportation of translation template file. | 
          
                  | LocaleImportFunctionalTest::getBadPoFile | core/modules/locale/tests/locale.test | Helper function that returns a bad .po file. | 
          
                  | LocaleImportFunctionalTest::getOverwritePoFile | core/modules/locale/tests/locale.test | Helper function that returns a proper .po file for testing. | 
          
                  | LocaleImportFunctionalTest::getPoFile | core/modules/locale/tests/locale.test | Helper function that returns a proper .po file. | 
          
                  | LocaleImportFunctionalTest::getPoFileWithContext | core/modules/locale/tests/locale.test | Helper function that returns a .po file with context. | 
          
                  | LocaleImportFunctionalTest::getPoFileWithEmptyMsgstr | core/modules/locale/tests/locale.test | Helper function that returns a .po file with an empty last item. | 
          
                  | LocaleImportFunctionalTest::getPoFileWithMsgstr | core/modules/locale/tests/locale.test | Helper function that returns a .po file with an empty last item. | 
          
                  | LocaleImportFunctionalTest::importPoFile | core/modules/locale/tests/locale.test | Helper function: import a standalone .po file in a given language. | 
          
                  | LocaleImportFunctionalTest::setUp | core/modules/locale/tests/locale.test |  | 
          
                  | LocaleImportFunctionalTest::testAutomaticModuleTranslationImportLanguageEnable | core/modules/locale/tests/locale.test | Test automatic import of a module's translation files. | 
          
                  | LocaleImportFunctionalTest::testEmptyMsgstr | core/modules/locale/tests/locale.test | Test empty msgstr at end of .po file see #611786. | 
          
                  | LocaleImportFunctionalTest::testLanguageContext | core/modules/locale/tests/locale.test | Test msgctxt context support. | 
          
                  | LocaleImportFunctionalTest::testStandalonePoFile | core/modules/locale/tests/locale.test | Test import of standalone .po files. | 
          
                  | LocaleInstallTest::setUp | core/modules/locale/tests/locale.test |  | 
          
                  | LocaleInstallTest::testFunctionSignatures | core/modules/locale/tests/locale.test | Verify that function signatures of t() and st() are equal. | 
          
                  | LocaleJavascriptTranslationTest::setUp | core/modules/locale/tests/locale.test |  | 
          
                  | LocaleJavascriptTranslationTest::testFileParsing | core/modules/locale/tests/locale.test |  | 
          
                  | LocaleLanguageNegotiationInfoFunctionalTest::languageNegotiationUpdate | core/modules/locale/tests/locale.test | Update language types/negotiation information. | 
          
                  | LocaleLanguageNegotiationInfoFunctionalTest::setUp | core/modules/locale/tests/locale.test |  | 
          
                  | LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations | core/modules/locale/tests/locale.test | Tests alterations to language types/negotiation info. |