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\EntityCode
public function getRegions() {
return $this->columns;
}