All the form data from $form_state->getValues().
Type: array
File
- core/modules/views/src/ViewExecutable.php, line 138
Class
- ViewExecutable
- Represents a view as a whole.
Namespace
Drupal\views
Code
public $exposed_data = array();
All the form data from $form_state->getValues().
Type: array
Drupal\views
public $exposed_data = array();
Please login to continue.