You are here

protected property Permissions::$moduleHandler in Drupal 8

Same name in this branch
  1. 8 core/modules/user/src/Plugin/views/filter/Permissions.php \Drupal\user\Plugin\views\filter\Permissions::moduleHandler
  2. 8 core/modules/user/src/Plugin/views/field/Permissions.php \Drupal\user\Plugin\views\field\Permissions::moduleHandler
Same name and namespace in other branches
  1. 9 core/modules/user/src/Plugin/views/filter/Permissions.php \Drupal\user\Plugin\views\filter\Permissions::moduleHandler

The module handler.

Type: \Drupal\Core\Extension\ModuleHandlerInterface

Overrides HandlerBase::$moduleHandler

File

core/modules/user/src/Plugin/views/filter/Permissions.php, line 32

Class

Permissions
Filter handler for user roles.

Namespace

Drupal\user\Plugin\views\filter

Code

protected $moduleHandler;