function hook_tripal_cron_notification

3.x tripal.entities.api.inc hook_tripal_cron_notification()

Allows a module to add admin notifications to the associated tripal table during the cron run.

Related topics

1 function implements hook_tripal_cron_notification()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

tripal_tripal_cron_notification in tripal/api/tripal.entities.api.inc
Refreshes the bundle such that new fields added by modules will be found during cron.
1 invocation of hook_tripal_cron_notification()
tripal_cron in tripal/tripal.module
Implements hook_cron().

File

tripal/api/tripal.entities.api.inc, line 100
Provides an application programming interface (API) for working with TripalEntity content types (bundles) and their entities.

Code

function hook_tripal_cron_notification() {

}