You are here

public function TabInterface::getSummary in Block Tabs 8

Returns a render array summarizing the configuration of the tab.

Return value

array A render array.

1 method overrides TabInterface::getSummary()
TabBase::getSummary in src/TabBase.php
Returns a render array summarizing the configuration of the tab.

File

src/TabInterface.php, line 50

Class

TabInterface
Defines the interface for tab.

Namespace

Drupal\blocktabs

Code

public function getSummary();