Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
LanguageManager::getCurrentLanguage function core/lib/Drupal/Core/Language/LanguageManager.php Returns the current language for the given type.
LanguageManager::getDefaultLanguage function core/lib/Drupal/Core/Language/LanguageManager.php Returns a language object representing the site's default language.
LanguageManager::getDefaultLockedLanguages function core/lib/Drupal/Core/Language/LanguageManager.php Returns a list of the default locked languages.
LanguageManager::getDefinedLanguageTypesInfo function core/lib/Drupal/Core/Language/LanguageManager.php Returns information about all defined language types.
LanguageManager::getFallbackCandidates function core/lib/Drupal/Core/Language/LanguageManager.php Returns the language fallback candidates for a given context.
LanguageManager::getLanguage function core/lib/Drupal/Core/Language/LanguageManager.php Returns a language object from the given language code.
LanguageManager::getLanguageName function core/lib/Drupal/Core/Language/LanguageManager.php Produced the printed name for a language for display.
LanguageManager::getLanguages function core/lib/Drupal/Core/Language/LanguageManager.php Returns a list of languages set up on the site.
LanguageManager::getLanguageSwitchLinks function core/lib/Drupal/Core/Language/LanguageManager.php Returns the language switch links for the given language type.
LanguageManager::getLanguageTypes function core/lib/Drupal/Core/Language/LanguageManager.php Returns an array of the available language types.
LanguageManager::getNativeLanguages function core/lib/Drupal/Core/Language/LanguageManager.php Returns a list of languages set up on the site in their native form.
LanguageManager::getStandardLanguageList function core/lib/Drupal/Core/Language/LanguageManager.php Some common languages with their English and native names.
LanguageManager::getUnitedNationsLanguageList function core/lib/Drupal/Core/Language/LanguageManager.php The 6 official languages used at the United Nations.
LanguageManagerInterface::getConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Gets the current configuration override language.
LanguageManagerInterface::getCurrentLanguage function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns the current language for the given type.
LanguageManagerInterface::getDefaultLanguage function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns a language object representing the site's default language.
LanguageManagerInterface::getDefaultLockedLanguages function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns a list of the default locked languages.
LanguageManagerInterface::getDefinedLanguageTypesInfo function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns information about all defined language types.
LanguageManagerInterface::getFallbackCandidates function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns the language fallback candidates for a given context.
LanguageManagerInterface::getLanguage function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns a language object from the given language code.
LanguageManagerInterface::getLanguageName function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Produced the printed name for a language for display.
LanguageManagerInterface::getLanguages function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns a list of languages set up on the site.
LanguageManagerInterface::getLanguageSwitchLinks function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns the language switch links for the given language type.
LanguageManagerInterface::getLanguageTypes function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns an array of the available language types.
LanguageManagerInterface::getNativeLanguages function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns a list of languages set up on the site in their native form.
LanguageManagerInterface::getStandardLanguageList function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Some common languages with their English and native names.
LanguageNegotiationBrowser::getLangcode function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php Performs language negotiation.
LanguageNegotiationContentEntity::getContentEntityPaths function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php Returns the paths for the link templates of all content entities.
LanguageNegotiationContentEntity::getContentEntityTypeIdForCurrentRequest function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php Returns the content entity type ID from the current request for the route.
LanguageNegotiationContentEntity::getLangcode function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php Performs language negotiation.
LanguageNegotiationContentEntity::getLanguageSwitchLinks function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php Returns language switch links.
LanguageNegotiationContentEntityTest::getPluginClass function core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php Returns the plugin class to use for creating the language negotiation plugin.
LanguageNegotiationContentEntityTest::testGetLangcode function core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php @covers ::getLangcode[[api-linebreak]]
LanguageNegotiationContentEntityTest::testGetLanguageSwitchLinks function core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php @covers ::getLanguageSwitchLinks[[api-linebreak]]
LanguageNegotiationInfoTest::checkFixedLanguageTypes function core/modules/language/tests/src/Functional/LanguageNegotiationInfoTest.php Check that language negotiation for fixed types matches the stored one.
LanguageNegotiationInfoTest::isLanguageTypeConfigurable function core/modules/language/tests/src/Functional/LanguageNegotiationInfoTest.php Checks whether the given language type is configurable.
LanguageNegotiationMethodInterface::getLangcode function core/modules/language/src/LanguageNegotiationMethodInterface.php Performs language negotiation.
LanguageNegotiationSelected::getLangcode function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSelected.php Performs language negotiation.
LanguageNegotiationSession::getLangcode function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php Performs language negotiation.
LanguageNegotiationSession::getLanguageSwitchLinks function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php Returns language switch links.
LanguageNegotiationTest::getLangcode function core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTest.php Performs language negotiation.
LanguageNegotiationTestBase::getPluginClass function core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationTestBase.php Returns the plugin class to use for creating the language negotiation plugin.
LanguageNegotiationUI::getLangcode function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUI.php Performs language negotiation.
LanguageNegotiationUrl::getLangcode function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php Performs language negotiation.
LanguageNegotiationUrl::getLanguageSwitchLinks function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php Returns language switch links.
LanguageNegotiationUrlFallback::getLangcode function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php Performs language negotiation.
LanguageNegotiationUser::getLangcode function core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUser.php Performs language negotiation.
LanguageNegotiationUserAdmin::getLangcode function core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php Performs language negotiation.
LanguageNegotiator::getEnabledNegotiators function core/modules/language/src/LanguageNegotiator.php Gets enabled detection methods for the provided language type.
LanguageNegotiator::getNegotiationMethodInstance function core/modules/language/src/LanguageNegotiator.php Returns an instance of the specified language negotiation method.

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