Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
21 | public function renderExposedForm($block = FALSE) { |
||
22 | // We don't render a form. Due to this, we won't have a form state which is |
||
23 | // otherwise required by views to read the exposed form values from. Hence, |
||
24 | // we need to manually write these values. |
||
25 | $this->view->exposed_data = $this->view->getExposedInput(); |
||
26 | |||
27 | return NULL; |
||
28 | } |
||
29 | } |
||
30 |