Signal slots

Signals

Class: Name: Arguments: Description:
Derhansen\PlainFaq\Controller\FaqController listActionBeforeRenderView &$values, $this Signal is called before rendering the list view. An array with all view values is passed by reference.
Derhansen\PlainFaq\Controller\FaqController detailActionBeforeRenderView &$values, $this Signal is called before rendering the calendar view. An array with all view values is passed by reference.
Derhansen\PlainFaq\Domain\Repository\FaqRepository findDemandedModifyQueryConstraints &$constraints, $query, $faqDemand, $this Signal is called after all query constraints are collected. The signal enables the possibility to add/modify the query constraints for the findDemanded function. Very usefull, when you extend the faqDemand with custom properties.