You are here

function micon_paragraphs_entity_type_alter in Micon 8

Same name and namespace in other branches
  1. 2.x micon_paragraphs/micon_paragraphs.module \micon_paragraphs_entity_type_alter()

Implements hook_entity_type_alter().

File

micon_paragraphs/micon_paragraphs.module, line 88
Contains micon_paragraphs.module.

Code

function micon_paragraphs_entity_type_alter(array &$entity_types) {

  /* @var $entity_types \Drupal\Core\Entity\EntityTypeInterface[] */
  $entity_types['paragraphs_type']
    ->setListBuilderClass('Drupal\\micon_paragraphs\\MiconParagraphsTypeListBuilder');
}