f648cb510e923a92877c5dfec105d8459cb291a7
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / toolbar_alter.twig
1 /**
2  * Implements hook_toolbar_alter().
3  */
4 function {{ machine_name }}_toolbar_alter(&$items) {
5   // Move the User tab to the right.
6   $items['commerce']['#weight'] = 5;
7 }