Issue #3231343: Allow Per-Group Dispatcher Settings
Closed
requested to merge issue/notification_system-3231343:3231343-allow-per-group-dispatcher into 1.x
Compare changes
@@ -2,16 +2,67 @@
@@ -2,16 +2,67 @@
@@ -23,26 +74,30 @@ class UserSettingsForm extends FormBase {
@@ -23,26 +74,30 @@ class UserSettingsForm extends FormBase {
/** @var \Drupal\notification_system_dispatch\NotificationSystemDispatcherPluginManager $notificationSystemDispatcherPluginManager */
$notificationSystemDispatcherPluginManager = Drupal::service('plugin.manager.notification_system_dispatcher');
@@ -53,10 +108,35 @@ class UserSettingsForm extends FormBase {
@@ -53,10 +108,35 @@ class UserSettingsForm extends FormBase {
@@ -66,7 +146,7 @@ class UserSettingsForm extends FormBase {
@@ -66,7 +146,7 @@ class UserSettingsForm extends FormBase {
@@ -86,28 +166,31 @@ class UserSettingsForm extends FormBase {
@@ -86,28 +166,31 @@ class UserSettingsForm extends FormBase {
/** @var \Drupal\notification_system_dispatch\NotificationSystemDispatcherPluginManager $notificationSystemDispatcherPluginManager */
$notificationSystemDispatcherPluginManager = Drupal::service('plugin.manager.notification_system_dispatcher');
@@ -115,7 +198,7 @@ class UserSettingsForm extends FormBase {
@@ -115,7 +198,7 @@ class UserSettingsForm extends FormBase {