You are here

public function LoginDestinationInterface::getPages in Login Destination 8.2

Same name and namespace in other branches
  1. 8 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 62

Class

LoginDestinationInterface
Provides an interface providing additional methods.

Namespace

Drupal\login_destination

Code

public function getPages();