public function HomeboxLayoutInterface::getName in Homebox 8
Gets the Homebox Layout name.
Return value
string Name of the Homebox Layout.
1 method overrides HomeboxLayoutInterface::getName()
- HomeboxLayout::getName in src/
Entity/ HomeboxLayout.php - Gets the Homebox Layout name.
File
- src/
Entity/ HomeboxLayoutInterface.php, line 23
Class
- HomeboxLayoutInterface
- Provides an interface for defining Homebox Layout entities.
Namespace
Drupal\homebox\EntityCode
public function getName();