You are here

protected function ExtendMerciLineItem::currentUser in MERCI (Manage Equipment Reservations, Checkout and Inventory) 8.2

Gets the current user.

Return value

\Drupal\Core\Session\AccountInterface The current user.

File

modules/merci_line_item/src/Plugin/Action/ExtendMerciLineItem.php, line 70

Class

ExtendMerciLineItem
Promotes a merci_line_item.

Namespace

Drupal\merci_line_item\Plugin\Action

Code

protected function currentUser() {
  return $this->currentUser;
}