public function Homebox::getPath in Homebox 8
Gets the Homebox page path.
Return value
string Path of the Homebox.
Overrides HomeboxInterface::getPath
File
- src/
Entity/ Homebox.php, line 101
Class
- Homebox
- Defines the Homebox entity.
Namespace
Drupal\homebox\EntityCode
public function getPath() {
return $this->path;
}