Language::getWeight

public 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 122

Class

Language
An object containing the information for an interface language.

Namespace

Drupal\Core\Language

Code

public function getWeight() {
  return $this->weight;
}
doc_Drupal
2016-10-29 09:21:58
Comments
Leave a Comment

Please login to continue.