You are here

public function TabTypeInterface::render in Quick Tabs 8.3

Return a render array for an individual tab tat the theme layer to process.

Return value

string @todo test if changing type to array works

1 method overrides TabTypeInterface::render()
TabTypeBase::render in src/TabTypeBase.php
Return a render array for an individual tab tat the theme layer to process.

File

src/TabTypeInterface.php, line 29

Class

TabTypeInterface
Defines an interface for tab type plugins.

Namespace

Drupal\quicktabs

Code

public function render(array $tab);