You are here

protected property SwitchShortcutSet::$user in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/shortcut/src/Form/SwitchShortcutSet.php \Drupal\shortcut\Form\SwitchShortcutSet::user

The account the shortcut set is for.

Type: \Drupal\user\UserInterface

File

core/modules/shortcut/src/Form/SwitchShortcutSet.php, line 25

Class

SwitchShortcutSet
Builds the shortcut set switch form.

Namespace

Drupal\shortcut\Form

Code

protected $user;