public function TabInterface::getUuid in Block Tabs 8
Returns the unique ID representing the tab.
Return value
string The tab ID.
1 method overrides TabInterface::getUuid()
- TabBase::getUuid in src/
TabBase.php - Returns the unique ID representing the tab.
File
- src/
TabInterface.php, line 66
Class
- TabInterface
- Defines the interface for tab.
Namespace
Drupal\blocktabsCode
public function getUuid();