class CRM_Extension_Upgrades

This class stores logic for managing schema upgrades in CiviCRM extensions.

Constants

QUEUE_NAME

Methods

static bool
hasPending()

Determine whether any extensions have pending upgrades.

static CRM_Queue_Queue
createQueue()

Fill a queue with upgrade tasks.

Details

at line 43
static bool hasPending()

Determine whether any extensions have pending upgrades.

Return Value

bool

at line 61
static CRM_Queue_Queue createQueue()

Fill a queue with upgrade tasks.

Return Value

CRM_Queue_Queue