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

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);