public function FrontendEnvironment::getWeight in Build Hooks 3.x
Same name and namespace in other branches
- 8.2 src/Entity/FrontendEnvironment.php \Drupal\build_hooks\Entity\FrontendEnvironment::getWeight()
Get the weight of the environment.
Return value
int Weight.
Overrides FrontendEnvironmentInterface::getWeight
File
- src/
Entity/ FrontendEnvironment.php, line 121
Class
- FrontendEnvironment
- Defines the Frontend environment entity.
Namespace
Drupal\build_hooks\EntityCode
public function getWeight() {
return $this->weight;
}