public function FrontendEnvironmentInterface::getWeight in Build Hooks 3.x
Same name and namespace in other branches
- 8.2 src/Entity/FrontendEnvironmentInterface.php \Drupal\build_hooks\Entity\FrontendEnvironmentInterface::getWeight()
Get the weight of the environment.
Return value
int Weight.
1 method overrides FrontendEnvironmentInterface::getWeight()
- FrontendEnvironment::getWeight in src/
Entity/ FrontendEnvironment.php - Get the weight of the environment.
File
- src/
Entity/ FrontendEnvironmentInterface.php, line 26
Class
- FrontendEnvironmentInterface
- Provides an interface for defining Frontend environment entities.
Namespace
Drupal\build_hooks\EntityCode
public function getWeight();