computed_field_tools_drush_command |
./computed_field_tools.drush.inc |
Implements hook_drush_command(). |
|
|
computed_field_tools_get_computed_fields_as_options |
./computed_field_tools.module |
Get an option friendly array of computed fields. |
2 |
|
computed_field_tools_help |
./computed_field_tools.module |
Implementation of hook_help(). |
|
|
computed_field_tools_menu |
./computed_field_tools.module |
Implementation of hook_menu(). |
|
|
computed_field_tools_perm |
./computed_field_tools.module |
Implementation of hook_perm(). |
|
|
computed_field_tools_recompute_form |
./computed_field_tools.module |
Select which computed field to re-compute. |
|
1 |
computed_field_tools_recompute_form_submit |
./computed_field_tools.module |
Submit handler.
This prepares the computed field and node types and then it triggers the
batch run which does the actual re-computation. |
|
|
drush_computed_field_tools_recompute |
./computed_field_tools.drush.inc |
Recompute given computed field. |
|
|
_computed_field_tools_batch_recompute |
./computed_field_tools.module |
Batch job.
Re-compute all computed fields by field_name.
Code partly stolen from http://drupal.org/node/195013. |
|
1 |
_computed_field_tools_batch_recompute_finished |
./computed_field_tools.module |
Batch operation finished. |
|
1 |