You are here

public function Homebox::getBlocks in Homebox 8

Gets the enabled blocks.

Return value

mixed Enabled blocks.

Overrides HomeboxInterface::getBlocks

File

src/Entity/Homebox.php, line 122

Class

Homebox
Defines the Homebox entity.

Namespace

Drupal\homebox\Entity

Code

public function getBlocks() {
  return $this->blocks;
}