public function HomeboxInterface::setBlocks in Homebox 8
Sets the list of layouted blocks.
Parameters
array $blocks: Gets the layouted blocks.
Return value
$this
1 method overrides HomeboxInterface::setBlocks()
- Homebox::setBlocks in src/
Entity/ Homebox.php - Sets the list of layouted blocks.
File
- src/
Entity/ HomeboxInterface.php, line 80
Class
- HomeboxInterface
- Provides an interface for defining Homebox entities.
Namespace
Drupal\homebox\EntityCode
public function setBlocks(array $blocks);