Same name in other branches
- 8.x-3.x src/Entity/QuickTabsInstanceInterface.php \Drupal\quicktabs\Entity\QuickTabsInstanceInterface::getRenderer()
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();