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
Namespace
Drupal\entity_print\EventCode
public function &getBuild() {
return $this->build;
}