You are here

public function LoginDestinationInterface::getPages in Login Destination 8

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

Get pages.

Return value

array List of pages.

1 method overrides LoginDestinationInterface::getPages()
LoginDestination::getPages in src/Entity/LoginDestination.php
Get pages.

File

src/LoginDestinationInterface.php, line 60

Class

LoginDestinationInterface
Provides an interface providing additional methods.

Namespace

Drupal\login_destination

Code

public function getPages();