public function Context::getWeight in Context 8.4
Same name and namespace in other branches
- 8 src/Entity/Context.php \Drupal\context\Entity\Context::getWeight()
- 8.0 src/Entity/Context.php \Drupal\context\Entity\Context::getWeight()
Get the weight for this context.
Return value
int The weight.
Overrides ContextInterface::getWeight
File
- src/
Entity/ Context.php, line 224
Class
- Context
- Defines the Context entity.
Namespace
Drupal\context\EntityCode
public function getWeight() {
return $this->weight;
}