You are here

function views_contact_form_mollom_mollom_form_list in Views Contact Form 7

Implements hook_mollom_form_list().

File

modules/views_contact_form_mollom/views_contact_form_mollom.module, line 6

Code

function views_contact_form_mollom_mollom_form_list() {
  return array(
    'views_contact_form_contact_form' => array(
      'title' => t('Views Contact Form'),
    ),
  );
}