You are here

public function TabInterface::getDerivativeExtension in Block Tabs 8

Returns the extension the derivative would have have after adding this tab.

Parameters

string $extension: The tab extension the derivative has before adding.

Return value

string The tab extension after adding.

1 method overrides TabInterface::getDerivativeExtension()
TabBase::getDerivativeExtension in src/TabBase.php
Returns the extension the derivative would have have after adding this tab.

File

src/TabInterface.php, line 42

Class

TabInterface
Defines the interface for tab.

Namespace

Drupal\blocktabs

Code

public function getDerivativeExtension($extension);