You are here

public function FlagInterface::getWeight in Flag 8.4

Get the flag's weight.

Return value

int The flag's weight.

1 method overrides FlagInterface::getWeight()
Flag::getWeight in src/Entity/Flag.php
Get the flag's weight.

File

src/FlagInterface.php, line 241

Class

FlagInterface
Defines the interface for Flag entities.

Namespace

Drupal\flag

Code

public function getWeight();