This module contains all shared functions of the PA application
| Name | Description |
|---|---|
| PA_SEARCH_WILDCARD | Wildcard as used in search queries. |
| Name | Description |
|---|---|
| pa_cleanup_key | Helper function for cleaning up strings for display in the browser |
| pa_field_is_date | This function checks the given field and returns TRUE if the field is a date field |
| pa_form_alter | Implementation of hook_form_alter() to hide the ftp password in the profile section |
| pa_home | Fake homepage. |
| pa_home_access | Fake homepage fake access callback. |
| pa_menu | Implementation of hook_menu(). |
| pa_metadata_field_is_single | This function checks the given field and returns TRUE if the field is only allowed once |
| pa_pager | This function returns a themed pager |
| pa_perm | Implementation of hook_perm(). |
| pa_settings | VPX connector settings |
| pa_settings_submit | |
| pa_settings_validate | Implementation of hook_validate(). |
| pa_table_add_row | Helper function for adding rows to a table |
| pa_trim_string | This function returns a trimmed string, optionally in an HTML <span> tag |
| pa_validate_value | Helper function for validating and correcting metadata values |