ConfigurableLanguage::getWeight

public ConfigurableLanguage::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/modules/language/src/Entity/ConfigurableLanguage.php, line 222

Class

ConfigurableLanguage
Defines the ConfigurableLanguage entity.

Namespace

Drupal\language\Entity

Code

public function getWeight() {
  return $this->weight;
}
doc_Drupal
2016-10-29 08:55:07
Comments
Leave a Comment

Please login to continue.