Tripal
|
Functions | |
tripal_daemon_block_info () | |
tripal_daemon_block_view ($delta='') | |
theme_tripal_daemon_status_block_content ($show_all=FALSE) | |
trpdaemon_display_log_form ($form, $form_state) | |
trpdaemon_display_log_form_submit ($form, &$form_state) | |
Contains functions related to administrative blocks for daemon monitoring.
theme_tripal_daemon_status_block_content | ( | $show_all = FALSE | ) |
Provide markup for the Tripal Job Daemon Status block.
$show_all | A boolean indicating whether to show administrative detail (TRUE) or not (FALSE). |
tripal_daemon_block_info | ( | ) |
Implements hook_block_info().
tripal_daemon_block_view | ( | $delta = '' | ) |
Implements hook_block_view().
trpdaemon_display_log_form | ( | $form, | |
$form_state | |||
) |
Form to display a user selected number of lines from the Tripal Job Daemon log file.
trpdaemon_display_log_form_submit | ( | $form, | |
& | $form_state | ||
) |
Display Log Form: Submit.