If a class and a class file specified in hook_daemon_api_info(), but a class still could not be found (i.e. typo in name or wrong path), we will have a fatal error during worker start.
Proposed solution: add if() statement and show an appropriate error if that's the case.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

IRuslan created an issue. See original summary.

IRuslan’s picture

Status: Active » Needs review
FileSize
672 bytes

Attached a patch to fix this.

laceysanderson’s picture

Status: Needs review » Closed (fixed)

Thanks for the fix! It has been incorporated