You are here

public function HomeboxLayout::getName in Homebox 8

Gets the Homebox Layout name.

Return value

string Name of the Homebox Layout.

Overrides HomeboxLayoutInterface::getName

File

src/Entity/HomeboxLayout.php, line 127

Class

HomeboxLayout
Defines the Homebox Layout entity.

Namespace

Drupal\homebox\Entity

Code

public function getName() {
  return $this
    ->get('name')->value;
}