protected property EntityResourcePostRouteSubscriber::$resourceConfigStorage in Drupal 8
Same name and namespace in other branches
- 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\EventSubscriberCode
protected $resourceConfigStorage;