You are here

function vppr_entity_type_alter in Vocabulary Permissions Per Role 8

Implements hook_entity_type_alter().

File

./vppr.module, line 21
Vocabulary Permissions Per Role.

Code

function vppr_entity_type_alter(array &$entity_types) {
  $entity_types['taxonomy_vocabulary']
    ->setHandlerClass('list_builder', 'Drupal\\vppr\\VocabularyListBuilder');
}