You are here

protected property RestPermissions::$restPluginManager in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/rest/src/RestPermissions.php \Drupal\rest\RestPermissions::restPluginManager
  2. 9 core/modules/rest/src/RestPermissions.php \Drupal\rest\RestPermissions::restPluginManager

The rest resource plugin manager.

Type: \Drupal\rest\Plugin\Type\ResourcePluginManager

File

core/modules/rest/src/RestPermissions.php, line 21

Class

RestPermissions
Provides rest module permissions.

Namespace

Drupal\rest

Code

protected $restPluginManager;