hook_update_6100 |
./termcase.install |
Changed from using an extra column in the vocabulary table to drupal_set_variable()
So we can now safely remove the extra field in the database |
|
|
termcase_form_alter |
./termcase.module |
Implementation of hook_form_alter(). |
|
|
termcase_install |
./termcase.install |
Implementation of hook_install() |
|
|
termcase_taxonomy |
./termcase.module |
Implementation of hook_taxonomy(). |
|
|
termcase_theme_registry_alter |
./termcase.module |
Override the theme_vocabulary_overview_vocabularies function to display the termcase status |
|
|
termcase_uninstall |
./termcase.install |
Implementation of hook_uninstall() |
|
|
theme_termcase_overview_vocabularies |
./termcase.module |
Override of the vocabulary overview to display the current termcase settings for each vocabulary. |
|
1 |
_termcase_convert_string_to_case |
./termcase.module |
Convert the string to the specified case |
3 |
|
_termcase_update_all_terms |
./termcase.module |
Helper function to loop through all terms in the specified
vocabulary and apply the case formatting to each of them |
1 |
|
_termcase_update_term_name |
./termcase.module |
Update the term name in the database |
2 |
|
_termcase_update_term_synonyms |
./termcase.module |
Update the term synonyms in the database |
2 |
|
_termcase_vocabulary_termcase |
./termcase.module |
Helper function to get/set the current termcase setting |
4 |
|
_termcase_vocabulary_termcase_delete |
./termcase.module |
Helper function to delete the current termcase setting |
|
|
_termcase_vocabulary_termcase_display_notice |
./termcase.module |
Helper function to get/set the current termcase display notice setting |
2 |
|
_termcase_vocabulary_termcase_synonyms |
./termcase.module |
Helper function to get/set the current termcase synonym setting |
3 |
|