You are here

public function LoginDestinationInterface::isEnabled in Login Destination 8.2

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

Return status.

Return value

bool TRUE for enabled, FALSE otherwise.

1 method overrides LoginDestinationInterface::isEnabled()
LoginDestination::isEnabled in src/Entity/LoginDestination.php
Return status.

File

src/LoginDestinationInterface.php, line 118

Class

LoginDestinationInterface
Provides an interface providing additional methods.

Namespace

Drupal\login_destination

Code

public function isEnabled();