public 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.
File
- core/lib/Drupal/Core/Language/LanguageInterface.php, line 131
Class
- LanguageInterface
- Defines a language.
Namespace
Drupal\Core\Language
Code
public function getWeight();
Please login to continue.