Documentation

DefaultBatcher extends AutoService
in package
uses IsActiveTrait

AutoService is a base-class for defining a service (in Civi's service-container).

Tags
service

civi_flexmailer_default_batcher

Table of Contents

Properties

$active  : bool

Methods

isActive()  : bool
onWalk()  : mixed
Given a MailingJob (`$e->getJob()`), enumerate the recipients as a batch of FlexMailerTasks and visit each batch (`$e->visit($tasks)`).
setActive()  : $this
findPendingTasks()  : CRM_Mailing_Event_BAO_MailingEventQueue
Search the mailing-event queue for a list of pending delivery tasks.

Properties

Methods

setActive()

public setActive(bool $active) : $this
Parameters
$active : bool
Return values
$this

        
On this page

Search results