You are here

public function PrintCssAlterEvent::getEntities in Entity Print 8.2

Gets the entities being rendered.

Return value

\Drupal\Core\Entity\EntityInterface[] An array of entities.

File

src/Event/PrintCssAlterEvent.php, line 55

Class

PrintCssAlterEvent
This event allows the CSS libraries to be altered.

Namespace

Drupal\entity_print\Event

Code

public function getEntities() {
  return $this->entities;
}