19 declare(strict_types=1);
This describes an Vertical Alignment.
This is what a factory for horizontal alignments layouts looks like.
horizontal()
description: purpose: > An Horizontal Alignment groups Blocks and displays those groups horizontally...
This is what a factory for alignment layouts looks like.
vertical(Block ... $blocks)
description: purpose: > A Vertical Alignment groups Blocks and displays those groups vertically alig...
This is the interface for Blocks.