You are here

public function LoginDestination::getLabel in Login Destination 8.2

Same name and namespace in other branches
  1. 8 src/Entity/LoginDestination.php \Drupal\login_destination\Entity\LoginDestination::getLabel()

Get short description of the login destination rule.

Return value

string Login destination rule description.

Overrides LoginDestinationInterface::getLabel

File

src/Entity/LoginDestination.php, line 164

Class

LoginDestination
Defines a login destination configuration entity.

Namespace

Drupal\login_destination\Entity

Code

public function getLabel() {
  return $this->label;
}