public function HomeboxLayoutInterface::setName in Homebox 8
Sets the Homebox Layout name.
Parameters
string $name: The Homebox Layout name.
Return value
$this
1 method overrides HomeboxLayoutInterface::setName()
- HomeboxLayout::setName in src/
Entity/ HomeboxLayout.php - Sets the Homebox Layout name.
File
- src/
Entity/ HomeboxLayoutInterface.php, line 33
Class
- HomeboxLayoutInterface
- Provides an interface for defining Homebox Layout entities.
Namespace
Drupal\homebox\EntityCode
public function setName($name);