You are here

public function Blocktabs::getName in Block Tabs 8

Returns the blocktabs.

Return value

string The name of the blocktabs.

Overrides BlocktabsInterface::getName

File

src/Entity/Blocktabs.php, line 171

Class

Blocktabs
Defines a blocktabs configuration entity.

Namespace

Drupal\blocktabs\Entity

Code

public function getName() {
  return $this
    ->get('name');
}