You are here

public function LoginDestination::getPages in Login Destination 8.2

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

Get pages.

Return value

array List of pages.

Overrides LoginDestinationInterface::getPages

File

src/Entity/LoginDestination.php, line 199

Class

LoginDestination
Defines a login destination configuration entity.

Namespace

Drupal\login_destination\Entity

Code

public function getPages() {
  return $this->pages;
}