You are here

constant AlignableHeaderFooterInterface::ALIGN_CENTER in Entity Print 8.2

Align the text in the center.

File

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

Class

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

Namespace

Drupal\entity_print\Plugin\EntityPrint\PrintEngine

Code

const ALIGN_CENTER = 'center';