formdefaults_alterform |
./formdefaults.module |
Alters the form based on the form replacement items passed. |
1 |
|
formdefaults_edit |
./formdefaults.module |
Form to edit the field title and description. |
|
3 |
formdefaults_edit_submit |
./formdefaults.module |
|
|
|
formdefaults_enable |
./formdefaults.module |
|
|
1 |
formdefaults_enable_submit |
./formdefaults.module |
Toggle the form editor controls on and off |
|
|
formdefaults_form_alter |
./formdefaults.module |
implements hook_form_alter |
|
|
formdefaults_getform |
./formdefaults.module |
Retrieve from alterations from the database
@formid the form id to retrieve. |
3 |
|
formdefaults_help |
./formdefaults.module |
Implementation of hook_help(). |
|
|
formdefaults_install |
./formdefaults.install |
|
|
|
formdefaults_menu |
./formdefaults.module |
Implements hook_menu. |
|
|
formdefaults_perm |
./formdefaults.module |
Implementation of hook_perm(). |
|
|
_formdefaults_get_field |
./formdefaults.module |
Recursively iterate through the form array to save titles and descirptions.
The the resulting title/description array is intentionally flattened to make
indexing easier during the "replacement" portion of the code.
Also tack on the [edit]… |
1 |
|