You are here

protected function Blocktabs::getTabPluginManager in Block Tabs 8

Returns the tab plugin manager.

Return value

\Drupal\Component\Plugin\PluginManagerInterface The tab plugin manager.

1 call to Blocktabs::getTabPluginManager()
Blocktabs::getTabs in src/Entity/Blocktabs.php
Returns the tabs for this blocktabs.

File

src/Entity/Blocktabs.php, line 189

Class

Blocktabs
Defines a blocktabs configuration entity.

Namespace

Drupal\blocktabs\Entity

Code

protected function getTabPluginManager() {
  return \Drupal::service('plugin.manager.blocktabs.tab');
}