Same name in other branches
- 8.x-3.x src/Plugin/views/style/Quicktabs.php \Drupal\quicktabs\Plugin\views\style\Quicktabs::getTabs()
Get the tabs.
File
-
src/
Plugin/ views/ style/ Quicktabs.php, line 81
Class
- Quicktabs
- Style plugin to render views rows as tabs.
Namespace
Drupal\quicktabs\Plugin\views\styleCode
public function getTabs() {
return $this->tabs;
}