csm_form_alter |
./csm.module |
Implements hook_form_alter(). |
|
|
csm_install |
./csm.install |
Implements hook_install(). |
|
|
csm_message_alter |
./csm.module |
Implements hook_message_alter(). |
|
|
csm_nodeapi |
./csm.module |
Implements hook_nodeapi(). |
|
|
csm_perm |
./csm.module |
Implements hook_perm(). |
|
|
csm_uninstall |
./csm.install |
Implements hook_uninstall(). |
|
|
csm_variables |
./csm.module |
Returns a list of all of the variables the module may have added to the
variable table. Used in csm.install when uninstalling the module to clear
the variables out of the variable table. |
1 |
|
_csm_lang_fieldsets |
./csm.module |
Provide the form sub-section for a given language. |
1 |
|
_csm_variable_set |
./csm.module |
Custom variable_set() function that ensures the correct $node is set in the
variable table |
1 |
|