You are here

function _faq_filter_settings in Frequently Asked Questions 7.2

Same name and namespace in other branches
  1. 7 faq.module \_faq_filter_settings()
1 string reference to '_faq_filter_settings'
faq_filter_info in ./faq.module
Implements hook_filter_info().

File

./faq.module, line 1509
The FAQ module allows users to create a FAQ page, with questions and answers displayed in different styles, according to the settings.

Code

function _faq_filter_settings($form, &$form_state, $filter, $format, $defaults, $filters) {
  return array();
}