delete_orphaned_terms_admin |
./delete_orphaned_terms.admin.inc |
The admin menu. (Tab 1) |
|
1 |
delete_orphaned_terms_admin_parameters |
./delete_orphaned_terms.admin.inc |
The admin menu. (Tab 2) |
|
1 |
delete_orphaned_terms_cron |
./delete_orphaned_terms.module |
Implements hook_cron(). |
|
|
delete_orphaned_terms_form_manual |
./delete_orphaned_terms.module |
The user menu. |
|
1 |
delete_orphaned_terms_help |
./delete_orphaned_terms.module |
Implements hook_help(). |
|
|
delete_orphaned_terms_install |
./delete_orphaned_terms.install |
Implements hook_install(). |
|
|
delete_orphaned_terms_menu |
./delete_orphaned_terms.module |
Implements hook_menu(). |
|
|
delete_orphaned_terms_simulate_delete |
./delete_orphaned_terms.module |
Mimics taxonomy_term_delete, to more accurately count terms to be deleted. |
1 |
|
delete_orphaned_terms_uninstall |
./delete_orphaned_terms.install |
Implements hook_uninstall(). |
|
|
delete_orphaned_terms_update_6200 |
./delete_orphaned_terms.install |
Implements hook_update(). |
|
|
_delete_orphaned_terms |
./delete_orphaned_terms.module |
Checks which elements of the form were used and prunes the taxonomy
according to those settings. (internal function, not to be considered as API) |
1 |
2 |
_delete_orphaned_terms_element_validate_percentage |
./delete_orphaned_terms.module |
Verifies the syntax of the given percentage value. |
|
1 |
_delete_orphaned_terms_element_validate_threshold |
./delete_orphaned_terms.module |
Verifies the syntax of the given threshold value. |
|
1 |
_delete_orphaned_terms_final_message |
./delete_orphaned_terms.module |
Provide a message to the user, detailing what has been done. |
1 |
|
_delete_orphaned_terms_initialize_state |
./delete_orphaned_terms.module |
_state |
1 |
|
_delete_orphaned_terms_remove_empty_voc |
./delete_orphaned_terms.module |
Scan vocabularies and remove empty ones. |
1 |
|
_delete_orphaned_terms_vocab_names |
./delete_orphaned_terms.module |
Helper function: retrieves vocabularies' names |
2 |
|
_delete_orphaned_terms_voc_is_tag |
./delete_orphaned_terms.module |
Check if a vocabulary is used as a source for at least one auto-complete term widget (tag). |
2 |
|
_dot_get |
./delete_orphaned_terms.module |
Wrapper for variable_get(). |
6 |
|
__delete_orphaned_terms_defaults |
./delete_orphaned_terms.module |
Returns default values, used by _dot_get(). |
1 |
|
__delete_orphaned_terms_tax_term_count_entities |
./delete_orphaned_terms.module |
Get count of vocabularies that are a tag based field on some content type (bundle). |
1 |
|