abstract public function TabTypeBase::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
Overrides TabTypeInterface::render
4 methods override TabTypeBase::render()
- BlockContent::render in src/
Plugin/ TabType/ BlockContent.php - Return a render array for an individual tab tat the theme layer to process.
- NodeContent::render in src/
Plugin/ TabType/ NodeContent.php - Return a render array for an individual tab tat the theme layer to process.
- QtabsContent::render in src/
Plugin/ TabType/ QtabsContent.php - Return a render array for an individual tab tat the theme layer to process.
- ViewContent::render in src/
Plugin/ TabType/ ViewContent.php - Return a render array for an individual tab tat the theme layer to process.
File
- src/
TabTypeBase.php, line 30
Class
- TabTypeBase
- Base implementation for plugins that add tabbed output.
Namespace
Drupal\quicktabsCode
public abstract function render(array $tab);