You are here

public function FrontendEnvironmentInterface::getWeight in Build Hooks 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/FrontendEnvironmentInterface.php \Drupal\build_hooks\Entity\FrontendEnvironmentInterface::getWeight()

Get the weight of the environment.

Return value

int

1 method overrides FrontendEnvironmentInterface::getWeight()
FrontendEnvironment::getWeight in src/Entity/FrontendEnvironment.php
Get the weight of the environment.

File

src/Entity/FrontendEnvironmentInterface.php, line 24

Class

FrontendEnvironmentInterface
Provides an interface for defining Frontend environment entities.

Namespace

Drupal\build_hooks\Entity

Code

public function getWeight();