You are here

public function PrintCssAlterEvent::getBuild in Entity Print 8.2

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

Return value

array The renderable array.

File

src/Event/PrintCssAlterEvent.php, line 45

Class

PrintCssAlterEvent
This event allows the CSS libraries to be altered.

Namespace

Drupal\entity_print\Event

Code

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