You are here

public function PrintableEntityManagerInterface::getCompatibleEntities in Printer and PDF versions for Drupal 8+ 2.x

Same name and namespace in other branches
  1. 8 src/PrintableEntityManagerInterface.php \Drupal\printable\PrintableEntityManagerInterface::getCompatibleEntities()

Get the entities that Printable can generate hardcopies for.

Return value

array An array of entity definitions keyed by the entity type.

1 method overrides PrintableEntityManagerInterface::getCompatibleEntities()
PrintableEntityManager::getCompatibleEntities in src/PrintableEntityManager.php
Get the entities that Printable can generate hardcopies for.

File

src/PrintableEntityManagerInterface.php, line 48

Class

PrintableEntityManagerInterface
Entity manager interface for the printable module.

Namespace

Drupal\printable

Code

public function getCompatibleEntities();