/** * batch boostEntryJobsAction boosts all the jobs associated with the entry * * @action boostEntryJobs * @param string $entryId the id of the entry to be boosted */ function boostEntryJobsAction($entryId) { kJobsManager::boostEntryJobs($entryId); }