Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
LanguageAccessControlHandler.php file core/modules/language/src/LanguageAccessControlHandler.php
LanguageAccessControlHandler::checkAccess function core/modules/language/src/LanguageAccessControlHandler.php Performs access checks.
LanguageAddForm::actions function core/modules/language/src/Form/LanguageAddForm.php Returns an array of supported actions for the current entity form.
LanguageAddForm::copyFormValuesToEntity function core/modules/language/src/Form/LanguageAddForm.php Copies top-level form values to entity properties.
LanguageAddForm::save function core/modules/language/src/Form/LanguageAddForm.php Form submission handler for the 'save' action.
LanguageAddForm::validateCustom function core/modules/language/src/Form/LanguageAddForm.php Validates the language addition form on custom language button.
LanguageArgument::summaryName function core/modules/views/src/Plugin/views/argument/LanguageArgument.php Provides the name to use for the summary, defaults to the name field.
LanguageBlock::blockAccess function core/modules/language/src/Plugin/Block/LanguageBlock.php Indicates whether the block should be shown.
LanguageBlock::getDerivativeDefinitions function core/modules/language/src/Plugin/Derivative/LanguageBlock.php Gets the definition of all derivatives of a base plugin.
LanguageBlock::__construct function core/modules/language/src/Plugin/Block/LanguageBlock.php Constructs a LanguageBlock object.
LanguageBlockSettingsVisibilityTest class core/modules/language/tests/src/Functional/LanguageBlockSettingsVisibilityTest.php Tests that the language settings on block config appears correctly.
LanguageBlockSettingsVisibilityTest.php file core/modules/language/tests/src/Functional/LanguageBlockSettingsVisibilityTest.php
LanguageBlockSettingsVisibilityTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageBlockSettingsVisibilityTest.php The theme to install as the default for testing.
LanguageBlockSettingsVisibilityTest::$modules property core/modules/language/tests/src/Functional/LanguageBlockSettingsVisibilityTest.php Modules to install.
LanguageBlockSettingsVisibilityTest::testUnnecessaryLanguageSettingsVisibility function core/modules/language/tests/src/Functional/LanguageBlockSettingsVisibilityTest.php Tests languages displayed in the language switcher.
LanguageBreadcrumbTest class core/modules/language/tests/src/Functional/LanguageBreadcrumbTest.php Tests breadcrumbs functionality.
LanguageBreadcrumbTest.php file core/modules/language/tests/src/Functional/LanguageBreadcrumbTest.php
LanguageBreadcrumbTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageBreadcrumbTest.php The theme to install as the default for testing.
LanguageBreadcrumbTest::$modules property core/modules/language/tests/src/Functional/LanguageBreadcrumbTest.php Modules to install.
LanguageBreadcrumbTest::setUp function core/modules/language/tests/src/Functional/LanguageBreadcrumbTest.php
LanguageBreadcrumbTest::testBreadCrumbs function core/modules/language/tests/src/Functional/LanguageBreadcrumbTest.php Tests breadcrumbs with URL prefixes.
LanguageBrowserDetectionAcceptLanguageTest class core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php Tests browser language detection with different accept-language headers.
LanguageBrowserDetectionAcceptLanguageTest.php file core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php
LanguageBrowserDetectionAcceptLanguageTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php The theme to install as the default for testing.
LanguageBrowserDetectionAcceptLanguageTest::$modules property core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php Modules to install.
LanguageBrowserDetectionAcceptLanguageTest::setUp function core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php
LanguageBrowserDetectionAcceptLanguageTest::testAcceptLanguageEmptyDefault function core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php Tests with browsers with and without Accept-Language header.
LanguageBrowserDetectionTest class core/modules/language/tests/src/Functional/LanguageBrowserDetectionTest.php Tests browser language detection.
LanguageBrowserDetectionTest.php file core/modules/language/tests/src/Functional/LanguageBrowserDetectionTest.php
LanguageBrowserDetectionTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageBrowserDetectionTest.php The theme to install as the default for testing.
LanguageBrowserDetectionTest::$modules property core/modules/language/tests/src/Functional/LanguageBrowserDetectionTest.php Modules to install.
LanguageBrowserDetectionTest::testUIBrowserLanguageMappings function core/modules/language/tests/src/Functional/LanguageBrowserDetectionTest.php Tests mappings between browser language codes and Drupal language codes.
LanguageConditionTest class core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php Tests the language condition plugin.
LanguageConditionTest.php file core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php
LanguageConditionTest::$manager property core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php The condition plugin manager.
LanguageConditionTest::$modules property core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php Modules to install.
LanguageConditionTest::setUp function core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php
LanguageConditionTest::testConditions function core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php Tests the language condition.
LanguageConfigFactoryOverride::$storages property core/modules/language/src/Config/LanguageConfigFactoryOverride.php An array of configuration storages keyed by langcode.
LanguageConfigFactoryOverride::addCollections function core/modules/language/src/Config/LanguageConfigFactoryOverride.php Reacts to the ConfigCollectionEvents::COLLECTION_INFO event.
LanguageConfigFactoryOverride::getCacheSuffix function core/modules/language/src/Config/LanguageConfigFactoryOverride.php The string to append to the configuration static cache name.
LanguageConfigFactoryOverride::getStorage function core/modules/language/src/Config/LanguageConfigFactoryOverride.php Returns the storage instance for a particular langcode.
LanguageConfigFactoryOverride::installLanguageOverrides function core/modules/language/src/Config/LanguageConfigFactoryOverride.php Installs available language configuration overrides for a given langcode.
LanguageConfigFactoryOverride::loadOverrides function core/modules/language/src/Config/LanguageConfigFactoryOverride.php Returns config overrides.
LanguageConfigFactoryOverride::onConfigSave function core/modules/language/src/Config/LanguageConfigFactoryOverride.php Actions to be performed to configuration override on configuration save.
LanguageConfigFactoryOverride::setLanguage function core/modules/language/src/Config/LanguageConfigFactoryOverride.php Sets the language to be used in configuration overrides.
LanguageConfigFactoryOverride::shouldSkipOverrides function core/modules/language/src/Config/LanguageConfigFactoryOverride.php Checks whether overrides should be loaded.
LanguageConfigFactoryOverride::__construct function core/modules/language/src/Config/LanguageConfigFactoryOverride.php
LanguageConfigFactoryOverrideInterface::getStorage function core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php Returns the storage instance for a particular langcode.
LanguageConfigFactoryOverrideInterface::installLanguageOverrides function core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php Installs available language configuration overrides for a given langcode.

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