You are here

function entity_print_views_entity_type_alter in Entity Print 8.2

Implements hook_entity_type_alter().

File

modules/entity_print_views/entity_print_views.module, line 30
Entity Print Views module file.

Code

function entity_print_views_entity_type_alter(array &$entity_types) {
  $entity_types['view']
    ->setHandlerClass('entity_print', ViewRenderer::class);
}