You are here

public function PrintHtmlAlterEvent::getEntities in Entity Print 8.2

Gets the entities being rendered.

Return value

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

File

src/Event/PrintHtmlAlterEvent.php, line 55

Class

PrintHtmlAlterEvent
An event to alter the HTML string.

Namespace

Drupal\entity_print\Event

Code

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