You are here

interface EmailUserEvaluatorInterface in Easy Email 2.0.x

Same name and namespace in other branches
  1. 8 src/Service/EmailUserEvaluatorInterface.php \Drupal\easy_email\Service\EmailUserEvaluatorInterface

Hierarchy

Expanded class hierarchy of EmailUserEvaluatorInterface

All classes that implement EmailUserEvaluatorInterface

File

src/Service/EmailUserEvaluatorInterface.php, line 7

Namespace

Drupal\easy_email\Service
View 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

Namesort descending Modifiers Type Description Overrides
EmailUserEvaluatorInterface::evaluateUsers public function Evaluates the recipient user accounts for the entity email. 1