$layoutColumn->blocks()
Returns the blocks collection
$layoutColumn->blocks(bool $includeHidden = false): Kirby\Cms\Blocks
Parameters
Name | Type | Default | Description |
---|---|---|---|
$includeHidden | bool |
false
|
Sets whether to include hidden blocks |
Return type
This method modifies the existing $layoutcolumn
object it is applied to and returns it again.