You are here

function workspace_toolbar in Workspace 8

Same name and namespace in other branches
  1. 8.2 workspace.module \workspace_toolbar()

Implements hook_toolbar().

File

./workspace.module, line 93

Code

function workspace_toolbar() {
  return \Drupal::service('workspace.toolbar')
    ->toolbar();
}