public function TabInterface::getWeight in Block Tabs 8
Returns the weight of the tab.
Return value
int|string Either the integer weight of the tab, or an empty string.
1 method overrides TabInterface::getWeight()
- TabBase::getWeight in src/
TabBase.php - Returns the weight of the tab.
File
- src/
TabInterface.php, line 74
Class
- TabInterface
- Defines the interface for tab.
Namespace
Drupal\blocktabsCode
public function getWeight();