You are here

public function LoginDestinationInterface::getWeight in Login Destination 8.2

Same name and namespace in other branches
  1. 8 src/LoginDestinationInterface.php \Drupal\login_destination\LoginDestinationInterface::getWeight()

Get Login destination rule weight.

Return value

int Weight value.

1 method overrides LoginDestinationInterface::getWeight()
LoginDestination::getWeight in src/Entity/LoginDestination.php
Get Login destination rule weight.

File

src/LoginDestinationInterface.php, line 78

Class

LoginDestinationInterface
Provides an interface providing additional methods.

Namespace

Drupal\login_destination

Code

public function getWeight();