You are here

protected property EntityReferenceBrowserWidget::$currentUser in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/Field/FieldWidget/EntityReferenceBrowserWidget.php \Drupal\entity_browser\Plugin\Field\FieldWidget\EntityReferenceBrowserWidget::currentUser

The current user.

Type: \Drupal\Core\Session\AccountInterface

File

src/Plugin/Field/FieldWidget/EntityReferenceBrowserWidget.php, line 78

Class

EntityReferenceBrowserWidget
Plugin implementation of the 'entity_reference' widget for entity browser.

Namespace

Drupal\entity_browser\Plugin\Field\FieldWidget

Code

protected $currentUser;