protected property ResourceResponseValidator::$appRoot in Drupal 9
Same name and namespace in other branches
- 8 core/modules/jsonapi/src/EventSubscriber/ResourceResponseValidator.php \Drupal\jsonapi\EventSubscriber\ResourceResponseValidator::appRoot
- 10 core/modules/jsonapi/src/EventSubscriber/ResourceResponseValidator.php \Drupal\jsonapi\EventSubscriber\ResourceResponseValidator::appRoot
The application's root file path.
Type: string
File
- core/
modules/ jsonapi/ src/ EventSubscriber/ ResourceResponseValidator.php, line 58
Class
- ResourceResponseValidator
- Response subscriber that validates a JSON:API response.
Namespace
Drupal\jsonapi\EventSubscriberCode
protected $appRoot;