class FaqFrontendController extends Controller

Class FaqFrontendController

Methods

array
faqShowAllAction(ArrayCollection $faqItemsFrontEndAll)

Frontend page for listing all faqs

array
faqByCategoryShowAction(ArrayCollection $faqByCategory)

Frontend page for showing faq for provided slug

Response
faqSearchAction(ArrayCollection $faqQuestionSearchJSON)

JSON route for listing all faq categories by provided title/answer

Response
faqSearchAllAction(ArrayCollection $faqQuestionSearchAllJSON)

JSON route for listing all faq categories by provided title

Details

at line 43
array faqShowAllAction(ArrayCollection $faqItemsFrontEndAll)

Frontend page for listing all faqs

Parameters

ArrayCollection $faqItemsFrontEndAll

Return Value

array | \Symfony\Component\HttpFoundation\Response

See also

FaqItemsFrontEndAllConverter

at line 60
array faqByCategoryShowAction(ArrayCollection $faqByCategory)

Frontend page for showing faq for provided slug

Parameters

ArrayCollection $faqByCategory

Return Value

array | \Symfony\Component\HttpFoundation\Response

See also

FaqByCategoryConverter

at line 75
Response faqSearchAction(ArrayCollection $faqQuestionSearchJSON)

JSON route for listing all faq categories by provided title/answer

Parameters

ArrayCollection $faqQuestionSearchJSON

Return Value

Response

See also

FaqQuestionSearchJSONConverter

at line 103
Response faqSearchAllAction(ArrayCollection $faqQuestionSearchAllJSON)

JSON route for listing all faq categories by provided title

Parameters

ArrayCollection $faqQuestionSearchAllJSON

Return Value

Response

See also

FaqQuestionSearchAllJSONConverter