public function HomeboxInterface::getPath in Homebox 8
Gets the Homebox page path.
Return value
string Path of the Homebox.
1 method overrides HomeboxInterface::getPath()
- Homebox::getPath in src/
Entity/ Homebox.php - Gets the Homebox page path.
File
- src/
Entity/ HomeboxInterface.php, line 18
Class
- HomeboxInterface
- Provides an interface for defining Homebox entities.
Namespace
Drupal\homebox\EntityCode
public function getPath();