An array of input values from exposed forms.
Type: array
File
- core/modules/views/src/ViewExecutable.php, line 145
Class
- ViewExecutable
- Represents a view as a whole.
Namespace
Drupal\views
Code
protected $exposed_input = array();
An array of input values from exposed forms.
Type: array
Drupal\views
protected $exposed_input = array();
Please login to continue.