Search for alt

  1. Search 7.x for alt
  2. Search 9.5.x for alt
  3. Search 8.9.x for alt
  4. Search 11.x for alt
  5. Other projects
Title Object type File name Summary
LinksetControllerMultiLingualTest class core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php Tests the behavior of the linkset controller in multilingual setup.
LinksetControllerMultiLingualTest.php file core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php
LinksetControllerMultiLingualTest::$authorAccount property core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php A user account to author test content.
LinksetControllerMultiLingualTest::$defaultTheme property core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php The theme to install as the default for testing.
LinksetControllerMultiLingualTest::$httpKernel property core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php An HTTP kernel.
LinksetControllerMultiLingualTest::$modules property core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php Modules to install.
LinksetControllerMultiLingualTest::$profile property core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php The profile to install as a basis for testing.
LinksetControllerMultiLingualTest::setUp function core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php Test set up.
LinksetControllerMultiLingualTest::testBasicMultilingualFunctions function core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php Test core functions of the linkset for multilingual behavior.
LinksetControllerMultiLingualTest::testDefaultMultilingualFunctions function core/modules/system/tests/src/Functional/Menu/LinksetControllerMultiLingualTest.php Test core functions of the linkset for multilingual behavior.
link_field_type_category_info_alter function core/modules/link/link.module Implements hook_field_type_category_info_alter().
link_generation_test_link_alter function core/modules/system/tests/modules/link_generation_test/link_generation_test.module Implements hook_link_alter().
LocaleImportFunctionalTest class core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Tests the import of locale files.
LocaleImportFunctionalTest.php file core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
LocaleImportFunctionalTest::$adminUser property core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php A user able to create languages and import translations.
LocaleImportFunctionalTest::$adminUserAccessSiteReports property core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php A user able to create languages, import translations, access site reports.
LocaleImportFunctionalTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php The theme to install as the default for testing.
LocaleImportFunctionalTest::$modules property core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Modules to install.
LocaleImportFunctionalTest::getBadPoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a bad .po file.
LocaleImportFunctionalTest::getCustomOverwritePoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a .po file for testing customized strings.
LocaleImportFunctionalTest::getCustomPoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Returns a .po file that will be marked as customized.
LocaleImportFunctionalTest::getEmptyPoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns an empty .po file.
LocaleImportFunctionalTest::getOverwritePoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a proper .po file for testing.
LocaleImportFunctionalTest::getPoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a proper .po file.
LocaleImportFunctionalTest::getPoFileWithConfig function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a .po file with configuration translations.
LocaleImportFunctionalTest::getPoFileWithConfigDe function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a .po file with configuration translations.
LocaleImportFunctionalTest::getPoFileWithContext function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a .po file with context.
LocaleImportFunctionalTest::getPoFileWithEmptyMsgstr function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a .po file with an empty last item.
LocaleImportFunctionalTest::getPoFileWithMsgstr function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a .po file with an empty last item.
LocaleImportFunctionalTest::importPoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function: import a standalone .po file in a given language.
LocaleImportFunctionalTest::setUp function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
LocaleImportFunctionalTest::testConfigPoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Tests .po file import with configuration translation.
LocaleImportFunctionalTest::testConfigTranslationImportingPoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Tests .po file import with user.settings configuration.
LocaleImportFunctionalTest::testCreatedLanguageTranslation function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Tests the translation are imported when a new language is created.
LocaleImportFunctionalTest::testEmptyMsgstr function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Tests empty msgstr at end of .po file see #611786.
LocaleImportFunctionalTest::testLanguageContext function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Tests msgctxt context support.
LocaleImportFunctionalTest::testStandalonePoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Tests import of standalone .po files.
LocaleLocalTasksTest class core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php Tests locale local tasks.
LocaleLocalTasksTest.php file core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php
LocaleLocalTasksTest::getLocalePageRoutes function core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php Provides a list of routes to test.
LocaleLocalTasksTest::setUp function core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php
LocaleLocalTasksTest::testLocalePageLocalTasks function core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php Checks locale listing local tasks.
LocaleLookupTest::providerFixOldPluralTranslationProvider function core/modules/locale/tests/src/Unit/LocaleLookupTest.php Provides test data for testResolveCacheMissWithFallback().
locale_form_language_admin_add_form_alter function core/modules/locale/locale.module Implements hook_form_FORM_ID_alter() for language_admin_add_form().
locale_form_language_admin_add_form_alter_submit function core/modules/locale/locale.module Form submission handler for language_admin_add_form().
locale_form_language_admin_edit_form_alter function core/modules/locale/locale.module Implements hook_form_FORM_ID_alter() for language_admin_edit_form().
locale_form_language_admin_edit_form_alter_submit function core/modules/locale/locale.module Form submission handler for language_admin_edit_form().
locale_form_language_admin_overview_form_alter function core/modules/locale/locale.module Implements hook_form_FORM_ID_alter() for language_admin_overview_form().
locale_form_system_file_system_settings_alter function core/modules/locale/locale.module Implements hook_form_FORM_ID_alter() for system_file_system_settings().
locale_js_alter function core/modules/locale/locale.module Implements hook_js_alter().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.