You are here

public function LoginDestinationInterface::getMachineName in Login Destination 8.2

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

Get machine name for destination rule.

Return value

string Login destination rule machine name.

1 method overrides LoginDestinationInterface::getMachineName()
LoginDestination::getMachineName in src/Entity/LoginDestination.php
Get machine name for destination rule.

File

src/LoginDestinationInterface.php, line 26

Class

LoginDestinationInterface
Provides an interface providing additional methods.

Namespace

Drupal\login_destination

Code

public function getMachineName();