You are here

26 string references to 'faq.settings' in Frequently Asked Questions 8

CategoriesForm::buildForm in src/Form/CategoriesForm.php
Form constructor.
FaqCategoriesBlock::build in src/Plugin/Block/FaqCategoriesBlock.php
Implements \Drupal\block\BlockBase::blockBuild().
FaqController::categoriesSettings in src/Controller/FaqController.php
Renders the form for the FAQ Settings page - Categories tab.
FaqController::faqPage in src/Controller/FaqController.php
Function to display the faq page.
FaqController::orderPage in src/Controller/FaqController.php
Define the elements for the FAQ Settings page - order tab.
FaqController::questionsSettings in src/Controller/FaqController.php
Renders the form for the FAQ Settings page - Questions tab.
FaqController::_getIndentedFaqTerms in src/Controller/FaqController.php
Return a structured array that consists a list of terms indented according to the term depth.
FaqHelper::setFaqBreadcrumb in src/FaqHelper.php
Function to set up the FAQ breadcrumbs for a given taxonomy term.
FaqViewer::initBackToTop in src/FaqViewer.php
Helper function to setup the "back to top" link.
FaqViewer::viewAnswer in src/FaqViewer.php
Helper function to setup the faq answer.
FaqViewer::viewQuestion in src/FaqViewer.php
Helper function to setup the faq question.
faq_form_node_faq_edit_form_alter in ./faq.module
Implements hook_form_FORM_ID_alter().
faq_preprocess_page in ./faq.module
Implements template_preprocess_page().
GeneralForm::buildForm in src/Form/GeneralForm.php
Form constructor.
OrderForm::buildForm in src/Form/OrderForm.php
Form constructor.
QuestionsForm::buildForm in src/Form/QuestionsForm.php
Form constructor.
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.
template_preprocess_faq_hide_answer in includes/faq.hide_answer.inc
Create FAQ page if set to show/hide answer when question is clicked.
template_preprocess_faq_new_page in includes/faq.new_page.inc
Create FAQ page if set to show the answer in a new page.
template_preprocess_faq_page in ./faq.module
Theme function for faq page wrapper divs.
template_preprocess_faq_questions_inline in includes/faq.questions_inline.inc
Create the FAQ page if set to show the questions inline.
template_preprocess_faq_questions_top in includes/faq.questions_top.inc
Create the structure of the page, when the questions are to be shown on top.