Skip to content
Snippets Groups Projects
Commit 8870347c authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1811628 by mbrett5062, Lars Toomre: a few contact module API docs cleanups

parent 10fe173c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -120,10 +120,6 @@ function contact_menu() {
* @param $account
* The user object of the user whose contact form is being requested.
*
* @return
* A Boolean TRUE if the user has permission to access a personal contact
* form.
*
* @see contact_menu()
*/
function _contact_personal_tab_access($account) {
......
......@@ -185,6 +185,7 @@ function contact_site_form_submit($form, &$form_state) {
*
* @see contact_menu()
* @see contact_personal_form_submit()
*
* @ingroup forms
*/
function contact_personal_form($form, &$form_state, $recipient) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment