Loading core/modules/toolbar/src/Element/ToolbarItem.php +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ public function getInfo() { ], 'tab' => [ '#type' => 'link', '#title' => NULL, '#title' => '', '#url' => Url::fromRoute('<front>'), ], ]; Loading core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module +3 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,9 @@ function toolbar_test_toolbar() { ], '#weight' => 50, ]; $items['empty'] = [ '#type' => 'toolbar_item', ]; return $items; } Loading Loading
core/modules/toolbar/src/Element/ToolbarItem.php +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ public function getInfo() { ], 'tab' => [ '#type' => 'link', '#title' => NULL, '#title' => '', '#url' => Url::fromRoute('<front>'), ], ]; Loading
core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module +3 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,9 @@ function toolbar_test_toolbar() { ], '#weight' => 50, ]; $items['empty'] = [ '#type' => 'toolbar_item', ]; return $items; } Loading