public function Language::getWeight in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Language/Language.php \Drupal\Core\Language\Language::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.
Overrides LanguageInterface::getWeight
File
- core/
lib/ Drupal/ Core/ Language/ Language.php, line 125 - Contains \Drupal\Core\Language\Language.
Class
- Language
- An object containing the information for an interface language.
Namespace
Drupal\Core\LanguageCode
public function getWeight() {
return $this->weight;
}