Exposed widget input directly from the $form_state->getValues().
Type: array
File
- core/modules/views/src/ViewExecutable.php, line 152
Class
- ViewExecutable
- Represents a view as a whole.
Namespace
Drupal\views
Code
public $exposed_raw_input = array();
Please login to continue.