You are here

public function TabBase::getUuid in Block Tabs 8

Returns the unique ID representing the tab.

Return value

string The tab ID.

Overrides TabInterface::getUuid

1 call to TabBase::getUuid()
TabBase::getConfiguration in src/TabBase.php
Gets this plugin's configuration.

File

src/TabBase.php, line 106

Class

TabBase
Provides a base class for tabs.

Namespace

Drupal\blocktabs

Code

public function getUuid() {
  return $this->uuid;
}