You are here

public function ConfigPermListForm::__construct in Custom Permissions 8.2

Class constructor.

Parameters

\Drupal\Core\Routing\RouteProviderInterface $router_provider: The router provider service.

\Drupal\Core\Routing\RouteBuilderInterface $router_builder: The router builder service.

File

src/Form/ConfigPermListForm.php, line 41

Class

ConfigPermListForm
Class ConfigPermListForm.

Namespace

Drupal\config_perms\Form

Code

public function __construct(RouteProviderInterface $router_provider, RouteBuilderInterface $router_builder) {
  $this->routerProvider = $router_provider;
  $this->routerBuilder = $router_builder;
}