20 calls to _faq_path() in Frequently Asked Questions 7
- CRAUDFaqTestCase::testFaqCreate in ./
faq.test - Test creating an FAQ and verify its status
- CreateFaqTestCase::testFaqCreate in ./
faq.test - Test creating a FAQ node
- FaqAccessTestClass::testFaqAccess in ./
faq.test - faq_block_view in ./
faq.module - Implements hook_block_view().
- faq_general_settings_form in ./
faq.admin.inc - Define a form to edit the page header and descriptive text.
- faq_menu in ./
faq.module - Implements hook_menu().
- faq_page in ./
faq.module - Function to display the faq page.
- faq_pathauto in ./
faq.module - Implements hook_pathauto().
- faq_pathauto_bulkupdate in ./
faq.module - Batch processing callback; Generate aliases for faq pages.
- faq_set_breadcrumb in ./
faq.module - Function to set up the FAQ breadcrumbs for a given taxonomy term.
- faq_taxonomy_term_delete in ./
faq.module - Implements hook_taxonomy_term_delete().
- faq_taxonomy_term_insert in ./
faq.module - Implements hook_taxonomy_term_insert().
- faq_taxonomy_term_update in ./
faq.module - Implements hook_taxonomy_term_update().
- faq_view_child_category_headers in ./
faq.module - Helper function to setup the list of sub-categories for the header.
- template_preprocess_faq_category_hide_answer in includes/
faq.hide_answer.inc - Create categorized FAQ page if set to show answer when question is clicked.
- template_preprocess_faq_category_new_page in includes/
faq.new_page.inc - Create categorized FAQ page if set to show answer in a new page.
- template_preprocess_faq_category_questions_inline in includes/
faq.questions_inline.inc - Create categorized FAQ page if set to show/hide the questions inline.
- template_preprocess_faq_category_questions_top in includes/
faq.questions_top.inc - Create categorized questions for FAQ page if set to show questions on top.
- template_preprocess_faq_category_questions_top_answers in includes/
faq.questions_top.inc - Create categorized answers for FAQ page if set to show the questions on top.
- _get_indented_faq_terms in ./
faq.module - Return a HTML formatted list of terms indented according to the term depth.