6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
|
<?php
|
||
|
|
||
|
function materio_simplenews_entity_type_alter(array &$entity_types) {
|
||
|
$entity_types['simplenews_subscriber']->setFormClass('materio_block', '\Drupal\materio_simplenews\Form\MaterioSubscriptionsBlockForm');
|
||
|
}
|