You are here

public function BlockTab::getContent in Block Tabs 8

Returns the content of the tab.

Return value

string The content of the tab.

Overrides TabBase::getContent

File

src/Plugin/Tab/BlockTab.php, line 133

Class

BlockTab
Block tab.

Namespace

Drupal\blocktabs\Plugin\Tab

Code

public function getContent() {
  return $this->blockPlugin
    ->build();
}