public function BlocktabsInterface::setName in Block Tabs 8
Sets the name of the blocktabs.
Parameters
string $name: The name of the blocktabs.
Return value
\Drupal\blocktabs\BlocktabsInterface The class instance this method is called on.
1 method overrides BlocktabsInterface::setName()
- Blocktabs::setName in src/
Entity/ Blocktabs.php - Sets the name of the blocktabs.
File
- src/
BlocktabsInterface.php, line 29
Class
- BlocktabsInterface
- Provides an interface defining a blocktabs entity.
Namespace
Drupal\blocktabsCode
public function setName($name);