- Issue created by @maksim_matuzka
The function _comment_notify_get_comment_enabled_bundles() returns all possible bundles instead of enabled only.
For building enabled bundles use the same way as for CommentNotifySettings.php:buildForm() (Line 96).
Get bundles from service:
<?php
$bundle_types = \Drupal::config('comment_notify.settings')->get('bundle_types');
?>
Needs work
1.4
Code