You are here

protected property EntityResourcePostRouteSubscriber::$resourceConfigStorage in Drupal 10

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

The REST resource config storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/rest/src/EventSubscriber/EntityResourcePostRouteSubscriber.php, line 20

Class

EntityResourcePostRouteSubscriber
Generates a 'create' route for an entity type if it has a REST POST route.

Namespace

Drupal\rest\EventSubscriber

Code

protected $resourceConfigStorage;