You are here

public function FPAController::permissionsList in Fast Permissions Administration 8.2

Same name and namespace in other branches
  1. 3.0.x src/Controller/FPAController.php \Drupal\fpa\Controller\FPAController::permissionsList()

File

src/Controller/FPAController.php, line 20
Contains Drupal\fpa\Controller\FPAController.

Class

FPAController
Class FPAController.

Namespace

Drupal\fpa\Controller

Code

public function permissionsList() {
  $render = FPAFormBuilder::buildFPAPage();
  return $render;
}