You are here

protected property NewRelicConfigSubscriber::$currentUser in New Relic 2.x

Same name and namespace in other branches
  1. 8 src/EventSubscriber/NewRelicConfigSubscriber.php \Drupal\new_relic_rpm\EventSubscriber\NewRelicConfigSubscriber::currentUser
  2. 2.0.x src/EventSubscriber/NewRelicConfigSubscriber.php \Drupal\new_relic_rpm\EventSubscriber\NewRelicConfigSubscriber::currentUser

The current user account.

Type: \Drupal\Core\Session\AccountInterface

File

src/EventSubscriber/NewRelicConfigSubscriber.php, line 39

Class

NewRelicConfigSubscriber
Config event listener to mark deployments when a user imports configuration.

Namespace

Drupal\new_relic_rpm\EventSubscriber

Code

protected $currentUser;