computed_field_tools_drush_command |
./computed_field_tools.drush.inc |
Implements hook_drush_command(). |
|
|
computed_field_tools_drush_recompute |
./computed_field_tools.drush.inc |
Drush callback function to process computed fields. |
|
1 |
computed_field_tools_help |
./computed_field_tools.module |
Implements hook_help(). |
|
|
computed_field_tools_menu |
./computed_field_tools.module |
Implements hook_menu(). |
|
|
computed_field_tools_permission |
./computed_field_tools.module |
Implements hook_permission(). |
|
|
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 triggering the batch update. |
|
|
_computed_field_tools_batch_recompute |
./computed_field_tools.module |
Batch job, processes the entities. |
1 |
1 |
_computed_field_tools_batch_recompute_finished |
./computed_field_tools.module |
Batch operation finished. Lets output some useful results. |
|
1 |
_computed_field_tools_get_entity_ids |
./computed_field_tools.module |
Returns array of ids by entity type. |
1 |
|
_computed_field_tools_get_total_batch_count |
./computed_field_tools.module |
Returns the total number of all entities to process. |
2 |
|
_computed_field_tools_get_total_batch_count_for_entity_types |
./computed_field_tools.module |
Returns the total number of entities per entity type to process. |
1 |
|
_computed_field_tools_get_total_batch_max_id_by_entity_type |
./computed_field_tools.module |
Returns the max entity id per entity type to process. |
1 |
|
_computed_field_tools_setup_batch_args |
./computed_field_tools.module |
Returns an array containing the batch job info. |
1 |
|