Same name and namespace in other branches
  1. 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 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\Entity

Code

public function getRenderer();