You are here

23 string references to 'notify.settings' in Notify 2.0.x

DefaultForm::buildForm in src/Form/DefaultForm.php
Form constructor.
DefaultForm::getEditableConfigNames in src/Form/DefaultForm.php
Gets the configuration names that will be editable.
notify_cron in ./notify.module
Implements hook_cron().
notify_form_user_register_form_alter in ./notify.module
Implements hook_form_FORM_ID_alter().
notify_mail in ./notify.module
Implements hook_mail().
notify_user_insert in ./notify.module
Implements hook_ENTIY_TYPE__insert().
QueueForm::buildForm in src/Form/QueueForm.php
Form constructor.
QueueForm::getEditableConfigNames in src/Form/QueueForm.php
Gets the configuration names that will be editable.
QueueForm::submitForm in src/Form/QueueForm.php
Form submission handler.
SettingsForm::buildForm in src/Form/SettingsForm.php
Form constructor.
SettingsForm::getEditableConfigNames in src/Form/SettingsForm.php
Gets the configuration names that will be editable.
SkipForm::buildForm in src/Form/SkipForm.php
Form constructor.
SkipForm::getEditableConfigNames in src/Form/SkipForm.php
Gets the configuration names that will be editable.
UserSettings::buildForm in src/Form/UserSettings.php
Form constructor.
UserSettings::getEditableConfigNames in src/Form/UserSettings.php
Gets the configuration names that will be editable.
UsersForm::getEditableConfigNames in src/Form/UsersForm.php
Gets the configuration names that will be editable.
UsersForm::submitForm in src/Form/UsersForm.php
Form submission handler.
_notify_cron_next in ./notify.module
Function to send next cron.
_notify_get_content_types in ./notify.module
Helper function to get array of tracked types.
_notify_next_notificaton in ./notify.module
Compute the next time a notification should be sent.
_notify_select_content in ./notify.module
Helper function to set up query objects to select content for counting and sending.
_notify_send in ./notify.module
Helper function to send the notification e-mail batch.
_notify_user_reg_fields in ./notify.module
Returns form fields to be added to User Regsitration form.