function TopBarItemLow::build
Same name and namespace in other branches
- 11.x core/modules/navigation/tests/navigation_test/src/Plugin/TopBarItem/TopBarItemLow.php \Drupal\navigation_test\Plugin\TopBarItem\TopBarItemLow::build()
Overrides TopBarItemBase::build
File
-
core/
modules/ navigation/ tests/ navigation_test/ src/ Plugin/ TopBarItem/ TopBarItemLow.php, line 26
Class
- TopBarItemLow
- Provides a top bar item plugin for testing the top bar item weight.
Namespace
Drupal\navigation_test\Plugin\TopBarItemCode
public function build() : array {
return [
'#markup' => '<span class="top-bar__title" data-plugin-id="test_item_low">Low Weight</span>',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.