public function LingotekProfileInterface::getWeight in Lingotek Translation 8
Same name and namespace in other branches
- 8.2 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWeight()
- 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWeight()
- 3.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWeight()
- 3.1.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWeight()
- 3.2.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWeight()
- 3.3.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWeight()
- 3.4.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWeight()
- 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWeight()
- 3.6.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWeight()
- 3.7.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWeight()
- 3.8.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::getWeight()
Gets the weight of the profile.
Return value
int The weight, used to order profiles with larger positive weights sinking items toward the bottom of lists.
1 method overrides LingotekProfileInterface::getWeight()
- LingotekProfile::getWeight in src/
Entity/ LingotekProfile.php - Gets the weight of the profile.
File
- src/
LingotekProfileInterface.php, line 51 - Contains \Drupal\lingotek\LingotekProfileInterface.
Class
- LingotekProfileInterface
- Provides an interface defining a Lingotek profile entity.
Namespace
Drupal\lingotekCode
public function getWeight();