Same name and namespace in other branches
  1. 8.x-3.x src/Entity/QuickTabsInstance.php \Drupal\quicktabs\Entity\QuickTabsInstance::getRenderer()

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\Entity

Code

public function getRenderer() {
    return $this->renderer;
}