You are here

public function PdfCssAlterEvent::getBuild in Entity Print 8

Gets the renderable array by reference if you want to change it.

Return value

array The renderable array.

File

src/Event/PdfCssAlterEvent.php, line 42

Class

PdfCssAlterEvent

Namespace

Drupal\entity_print\Event

Code

public function &getBuild() {
  return $this->build;
}