You are here

public function Homebox::getRegions in Homebox 8

Gets the layout ID.

Return value

string Layout ID.

Overrides HomeboxInterface::getRegions

File

src/Entity/Homebox.php, line 115

Class

Homebox
Defines the Homebox entity.

Namespace

Drupal\homebox\Entity

Code

public function getRegions() {
  return $this->columns;
}