You are here

protected property RestPermissions::$resourceConfigStorage in Drupal 10

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

The REST resource config storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

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

Class

RestPermissions
Provides rest module permissions.

Namespace

Drupal\rest

Code

protected $resourceConfigStorage;