You are here

constant AlignableHeaderFooterInterface::ALIGN_LEFT in Entity Print 8.2

Align the text to the left.

File

src/Plugin/EntityPrint/PrintEngine/AlignableHeaderFooterInterface.php, line 13

Class

AlignableHeaderFooterInterface
An interface for print engines that support a header and footer.

Namespace

Drupal\entity_print\Plugin\EntityPrint\PrintEngine

Code

const ALIGN_LEFT = 'left';