Search for __get

  1. Search 7.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
LanguageInterface::getDirection function core/lib/Drupal/Core/Language/LanguageInterface.php Gets the text direction (left-to-right or right-to-left).
LanguageInterface::getId function core/lib/Drupal/Core/Language/LanguageInterface.php Gets the ID (language code).
LanguageInterface::getName function core/lib/Drupal/Core/Language/LanguageInterface.php Gets the name of the language.
LanguageInterface::getWeight function core/lib/Drupal/Core/Language/LanguageInterface.php Gets the weight of the language.
LanguageItem::getPossibleOptions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php Returns an array of possible values with labels for display.
LanguageItem::getPossibleValues function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php Returns an array of possible values.
LanguageItem::getSettableOptions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php Returns an array of settable values with labels for display.
LanguageItem::getSettableValues function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php Returns an array of settable values.
LanguageListBuilder::getFormId function core/modules/language/src/LanguageListBuilder.php Returns a unique string identifying the form.
LanguageLocalTasksTest::getLanguageAdminOverviewRoutes function core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php Provides a list of routes to test.
LanguageManager::$definedLanguageTypesInfo property core/lib/Drupal/Core/Language/LanguageManager.php Information about all defined language types.
LanguageManager::getConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManager.php Gets the current configuration override language.
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.
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.

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