public function LoginDestinationInterface::getPagesType in Login Destination 8.2
Same name and namespace in other branches
- 8 src/LoginDestinationInterface.php \Drupal\login_destination\LoginDestinationInterface::getPagesType()
Get Type of pages.
- 0: all pages except listed pages.
- 1: only listed pages.
Return value
int Type of pages.
1 method overrides LoginDestinationInterface::getPagesType()
- LoginDestination::getPagesType in src/
Entity/ LoginDestination.php - Get Type of pages.
File
- src/
LoginDestinationInterface.php, line 54
Class
- LoginDestinationInterface
- Provides an interface providing additional methods.
Namespace
Drupal\login_destinationCode
public function getPagesType();