You are here

protected property PermissionHandler::$yamlDiscovery in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/src/PermissionHandler.php \Drupal\user\PermissionHandler::yamlDiscovery
  2. 10 core/modules/user/src/PermissionHandler.php \Drupal\user\PermissionHandler::yamlDiscovery

The YAML discovery class to find all .permissions.yml files.

Type: \Drupal\Core\Discovery\YamlDiscovery

File

core/modules/user/src/PermissionHandler.php, line 64

Class

PermissionHandler
Provides the available permissions based on yml files.

Namespace

Drupal\user

Code

protected $yamlDiscovery;