protected property FileUpload::$currentUser in Drupal 9
Same name and namespace in other branches
- 8 core/modules/jsonapi/src/Controller/FileUpload.php \Drupal\jsonapi\Controller\FileUpload::currentUser
The current user making the request.
Type: \Drupal\Core\Session\AccountInterface
File
- core/
modules/ jsonapi/ src/ Controller/ FileUpload.php, line 49
Class
- FileUpload
- Handles file upload requests.
Namespace
Drupal\jsonapi\ControllerCode
protected $currentUser;