materio_simplenews.module 217 B

12345
  1. <?php
  2. function materio_simplenews_entity_type_alter(array &$entity_types) {
  3. $entity_types['simplenews_subscriber']->setFormClass('materio_block', '\Drupal\materio_simplenews\Form\MaterioSubscriptionsBlockForm');
  4. }