You are here

public function ToolbarHandler::__construct in Rebuild Cache Access 8

ToolbarHandler constructor.

Parameters

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

File

src/ToolbarHandler.php, line 31

Class

ToolbarHandler
Toolbar integration handler.

Namespace

Drupal\rebuild_cache_access

Code

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