You are here

public function HomeboxInterface::setPath in Homebox 8

Sets the path of the Homebox page.

Parameters

string $name: The path alias of the Homebox.

Return value

$this

1 method overrides HomeboxInterface::setPath()
Homebox::setPath in src/Entity/Homebox.php
Sets the path of the Homebox page.

File

src/Entity/HomeboxInterface.php, line 60

Class

HomeboxInterface
Provides an interface for defining Homebox entities.

Namespace

Drupal\homebox\Entity

Code

public function setPath($name);