You are here

protected property SocialTourController::$currentUser in Open Social 8.4

Same name and namespace in other branches
  1. 8 modules/custom/social_tour/src/SocialTourController.php \Drupal\social_tour\SocialTourController::currentUser
  2. 8.2 modules/custom/social_tour/src/SocialTourController.php \Drupal\social_tour\SocialTourController::currentUser
  3. 8.3 modules/custom/social_tour/src/SocialTourController.php \Drupal\social_tour\SocialTourController::currentUser
  4. 8.5 modules/custom/social_tour/src/SocialTourController.php \Drupal\social_tour\SocialTourController::currentUser

Protected var for the current user.

Type: \Drupal\Core\Session\AccountProxy

Overrides ControllerBase::$currentUser

File

modules/custom/social_tour/src/SocialTourController.php, line 42

Class

SocialTourController
Class SocialTourController.

Namespace

Drupal\social_tour

Code

protected $currentUser;