Same name and namespace in other branches
- 8.x-3.x src/Entity/QuickTabsInstance.php \Drupal\quicktabs\Entity\QuickTabsInstance::getRenderer()
Returns the machine name of the plugin that will render this instance.
Return value
string Renderer name string.
Overrides QuickTabsInstanceInterface::getRenderer
1 call to QuickTabsInstance::getRenderer()
- QuickTabsInstance::getRenderArray in src/
Entity/ QuickTabsInstance.php - Returns a render array to be used in a block or page.
File
-
src/
Entity/ QuickTabsInstance.php, line 111
Class
- QuickTabsInstance
- Defines the QuickTabsInstance entity.
Namespace
Drupal\quicktabs\EntityCode
public function getRenderer() {
return $this->renderer;
}