ViewExecutable::setExposedInput

public ViewExecutable::setExposedInput($filters)

Sets the exposed filters input to an array.

Parameters

string[] $filters: The values taken from the view's exposed filters and sorts.

File

core/modules/views/src/ViewExecutable.php, line 659

Class

ViewExecutable
Represents a view as a whole.

Namespace

Drupal\views

Code

public function setExposedInput($filters) {
  $this->exposed_input = $filters;
}
doc_Drupal
2016-10-29 09:54:27
Comments
Leave a Comment

Please login to continue.