$block->toField()
Converts the block to html first and then places that inside a field object. This can be used further with all available field methods
$block->toField(): Kirby\Content\Field
Return type
This method modifies the existing $block
object it is applied to and returns it again.