public function LanguageInterface::getWeight in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Language/LanguageInterface.php \Drupal\Core\Language\LanguageInterface::getWeight()
- 9 core/lib/Drupal/Core/Language/LanguageInterface.php \Drupal\Core\Language\LanguageInterface::getWeight()
Gets the weight of the language.
Return value
int The weight, used to order languages with larger positive weights sinking items toward the bottom of lists.
1 method overrides LanguageInterface::getWeight()
- ConfigurableLanguage::getWeight in core/
modules/ language/ src/ Entity/ ConfigurableLanguage.php - Gets the weight of the language.
File
- core/
lib/ Drupal/ Core/ Language/ LanguageInterface.php, line 140
Class
- LanguageInterface
- Defines an interface for languages.
Namespace
Drupal\Core\LanguageCode
public function getWeight();