$schema['cache_update']['description']='Cache table for the Update module to store information about available releases, fetched from central server.';
return$schema;
}
/**
* Implements hook_install().
*/
...
...
@@ -36,12 +96,66 @@ function update_uninstall() {
}
/**
* Implements hook_schema().
* Private helper method to fill in the requirements array.
*
* This is shared for both core and contrib to generate the right elements in
* the array for hook_requirements().
*
* @param $project
* Array of information about the project we're testing as returned by
* update_calculate_project_data().
* @param $type
* What kind of project is this ('core' or 'contrib').
*
* @return
* An array to be included in the nested $requirements array.
$schema['cache_update']['description']='Cache table for the Update module to store information about available releases, fetched from central server.';