public function EntityAccessDeniedHttpException::getError in Drupal 8
Same name and namespace in other branches
- 9 core/modules/jsonapi/src/Exception/EntityAccessDeniedHttpException.php \Drupal\jsonapi\Exception\EntityAccessDeniedHttpException::getError()
- 10 core/modules/jsonapi/src/Exception/EntityAccessDeniedHttpException.php \Drupal\jsonapi\Exception\EntityAccessDeniedHttpException::getError()
Returns the error.
Return value
array The error.
File
- core/
modules/ jsonapi/ src/ Exception/ EntityAccessDeniedHttpException.php, line 84
Class
- EntityAccessDeniedHttpException
- Enhances the access denied exception with information about the entity.
Namespace
Drupal\jsonapi\ExceptionCode
public function getError() {
return $this->error;
}