Same name in other branches
- 4.x src/Entity/QuickTabsInstanceInterface.php \Drupal\quicktabs\Entity\QuickTabsInstanceInterface::getLabel()
Returns the label for the current instance.
Return value
string Label string.
1 method overrides QuickTabsInstanceInterface::getLabel()
- QuickTabsInstance::getLabel in src/
Entity/ QuickTabsInstance.php - Returns the label for the current instance.
File
-
src/
Entity/ QuickTabsInstanceInterface.php, line 18
Class
- QuickTabsInstanceInterface
- Interface for QuickTabsInstance.
Namespace
Drupal\quicktabs\EntityCode
public function getLabel();