Function Hook_cron_tasks->queued_details_tooltip

Definitions

sources/hooks/systems/cron/tasks.php

  • Show a tooltip of further details about the queue.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Returns

  • Queue details
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Show a tooltip of further details about the queue.
 *
 * @return Tempcode Queue details
 */

public function queued_details_tooltip() : object