function ToolbarLinkBuilder::__construct

Same name in other branches
  1. 9 core/modules/user/src/ToolbarLinkBuilder.php \Drupal\user\ToolbarLinkBuilder::__construct()
  2. 8.9.x core/modules/user/src/ToolbarLinkBuilder.php \Drupal\user\ToolbarLinkBuilder::__construct()
  3. 10 core/modules/user/src/ToolbarLinkBuilder.php \Drupal\user\ToolbarLinkBuilder::__construct()

ToolbarHandler constructor.

Parameters

\Drupal\Core\Session\AccountProxyInterface $account: The current user.

File

core/modules/user/src/ToolbarLinkBuilder.php, line 30

Class

ToolbarLinkBuilder
ToolbarLinkBuilder fills out the placeholders generated in user_toolbar().

Namespace

Drupal\user

Code

public function __construct(AccountProxyInterface $account) {
    $this->account = $account;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.