You are here

public function PreSendPdfMultipleEvent::getEntities in Entity Print 8

Gets the entities being printed to PDF.

Return value

\Drupal\Core\Entity\EntityInterface[] The content entities.

File

src/Event/PreSendPdfMultipleEvent.php, line 36

Class

PreSendPdfMultipleEvent
The PreSendPdfMultipleEvent class.

Namespace

Drupal\entity_print\Event

Code

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