public function ViewExecutable::setExposedInput in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/ViewExecutable.php \Drupal\views\ViewExecutable::setExposedInput()
Set the exposed filters input to an array. If unset they will be taken from \Drupal::request()->query when the time comes.
1 call to ViewExecutable::setExposedInput()
- ViewExecutable::unserialize in core/
modules/ views/ src/ ViewExecutable.php
File
- core/
modules/ views/ src/ ViewExecutable.php, line 642 - Contains \Drupal\views\ViewExecutable.
Class
- ViewExecutable
- Represents a view as a whole.
Namespace
Drupal\viewsCode
public function setExposedInput($filters) {
$this->exposed_input = $filters;
}