formdefaults_alterform |
./formdefaults.module |
Alters the form based on the form replacement items passed. |
1 |
|
formdefaults_filter_element |
./formdefaults.admin.inc |
|
|
|
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. |
6 |
|
formdefaults_help |
./formdefaults.module |
Implementation of hook_help(). |
|
|
formdefaults_install |
./formdefaults.install |
@file Installation |
|
|
formdefaults_schema |
./formdefaults.install |
Implementation of hook_schema |
|
|
_formdefaults_addon_fields |
./formdefaults.module |
|
1 |
|
_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] link. |
1 |
|
_formdefaults_hide_field |
./formdefaults.module |
Hide a field by turning it into a value or markup field. |
1 |
|
_formdefaults_hide_recursive |
./formdefaults.module |
Recursively iterate through all form elements and hide all children. |
1 |
|