public static function LearningPathAccess::getUserMemberEvents in Opigno Learning path 3.x
Same name and namespace in other branches
- 8 src/LearningPathAccess.php \Drupal\opigno_learning_path\LearningPathAccess::getUserMemberEvents()
Returns user subscription events.
1 call to LearningPathAccess::getUserMemberEvents()
- LearningPathAccess::notifyUsersByMail in src/
LearningPathAccess.php - Prepares and sends emails to users.
File
- src/
LearningPathAccess.php, line 267
Class
- LearningPathAccess
- Class LearningPathAccess.
Namespace
Drupal\opigno_learning_pathCode
public static function getUserMemberEvents() {
return [
'1' => 'subscribed',
'2' => 'approval',
'3' => 'blocked',
];
}