drush_taxonomy_orphanage_roundup |
./taxonomy_orphanage.drush.inc |
Drush callback that passes off the roundup to our internal function. |
|
|
taxonomoy_orphanage_uninstall |
./taxonomy_orphanage.install |
Implements hook_uninstall(). |
|
|
taxonomy_orphanage_admin_roundup |
./taxonomy_orphanage.admin.inc |
Admin callback to remove orphaned term references. |
|
1 |
taxonomy_orphanage_batch_finished |
./taxonomy_orphanage.batch.inc |
Finished batch callback. |
|
1 |
taxonomy_orphanage_batch_roundup |
./taxonomy_orphanage.batch.inc |
Batch callback to remove orphaned taxonomy references from entities. |
|
1 |
taxonomy_orphanage_cron |
./taxonomy_orphanage.module |
Implements hook_cron(). |
|
|
taxonomy_orphanage_drush_command |
./taxonomy_orphanage.drush.inc |
Implements hook_drush_command(). |
|
|
taxonomy_orphanage_menu |
./taxonomy_orphanage.module |
Implements hook_menu(). |
|
|
taxonomy_orphanage_roundup |
./taxonomy_orphanage.module |
Looks for orphaned taxonomy references and removes them. |
3 |
|
taxonomy_orphanage_settings |
./taxonomy_orphanage.admin.inc |
Returns the system settings form. |
|
1 |