public function QuickTabsInstanceInterface::getRenderer in Quick Tabs 8.3
Returns the machine name of the plugin that will render this instance.
Return value
string Renderer name string.
1 method overrides QuickTabsInstanceInterface::getRenderer()
- QuickTabsInstance::getRenderer in src/
Entity/ QuickTabsInstance.php - Returns the machine name of the plugin that will render this instance.
File
- src/
Entity/ QuickTabsInstanceInterface.php, line 26
Class
- QuickTabsInstanceInterface
- Interface for QuickTabsInstance.
Namespace
Drupal\quicktabs\EntityCode
public function getRenderer();