Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ViewExecutable.php

function ViewExecutable::getUser

Gets the current user.

Views plugins can receive the current user in order to not need dependency injection.

Return value

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

File

core/modules/views/src/ViewExecutable.php, line 2094

Class

ViewExecutable
Represents a view as a whole.

Namespace

Drupal\views

Code

public function getUser() {
    return $this->user;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal