interface EmailUserEvaluatorInterface in Easy Email 8
Same name and namespace in other branches
- 2.0.x src/Service/EmailUserEvaluatorInterface.php \Drupal\easy_email\Service\EmailUserEvaluatorInterface
Hierarchy
- interface \Drupal\easy_email\Service\EmailUserEvaluatorInterface
Expanded class hierarchy of EmailUserEvaluatorInterface
All classes that implement EmailUserEvaluatorInterface
File
- src/
Service/ EmailUserEvaluatorInterface.php, line 7
Namespace
Drupal\easy_email\ServiceView source
interface EmailUserEvaluatorInterface {
/**
* Evaluates the recipient user accounts for the entity email.
*
* @param \Drupal\easy_email\Entity\EasyEmailInterface $email
*/
public function evaluateUsers(EasyEmailInterface $email);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EmailUserEvaluatorInterface:: |
public | function | Evaluates the recipient user accounts for the entity email. | 1 |