Same name in other branches
- 4.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 dans src/
Entity/ QuickTabsInstance.php - Returns the machine name of the plugin that will render this instance.
Fichier
-
src/
Entity/ QuickTabsInstanceInterface.php, line 26
Classe
- QuickTabsInstanceInterface
- Interface for QuickTabsInstance.
Namespace
Drupal\quicktabs\EntityCode
public function getRenderer();