function LanguageInterface::getWeight

Same name in other branches
  1. 9 core/lib/Drupal/Core/Language/LanguageInterface.php \Drupal\Core\Language\LanguageInterface::getWeight()
  2. 10 core/lib/Drupal/Core/Language/LanguageInterface.php \Drupal\Core\Language\LanguageInterface::getWeight()
  3. 11.x 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.

2 methods override LanguageInterface::getWeight()
ConfigurableLanguage::getWeight in core/modules/language/src/Entity/ConfigurableLanguage.php
Gets the weight of the language.
Language::getWeight in core/lib/Drupal/Core/Language/Language.php
Gets the weight of the language.

File

core/lib/Drupal/Core/Language/LanguageInterface.php, line 138

Class

LanguageInterface
Defines a language.

Namespace

Drupal\Core\Language

Code

public function getWeight();

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