public function RendererInterface::getHtmlMultiple in Entity Print 8
Generate the HTML for our entity.
Parameters
array $entities: An array of entities to generate the HTML for.
bool $use_default_css: TRUE if we should inject our default CSS otherwise FALSE.
bool $optimize_css: TRUE if we should compress the CSS otherwise FALSE.
Return value
string The generated HTML.
Throws
\Exception
1 method overrides RendererInterface::getHtmlMultiple()
- ContentEntityRenderer::getHtmlMultiple in src/
Renderer/ ContentEntityRenderer.php - Generate the HTML for our entity.
File
- src/
Renderer/ RendererInterface.php, line 41
Class
Namespace
Drupal\entity_print\RendererCode
public function getHtmlMultiple($entities, $use_default_css, $optimize_css);