Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ViewExecutable.php

function ViewExecutable::setExposedInput

Sets the exposed filters input to an array.

Parameters

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

1 call to ViewExecutable::setExposedInput()
ViewExecutable::__wakeup in core/modules/views/src/ViewExecutable.php
Magic method implementation to unserialize the view executable.

File

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

Class

ViewExecutable
Represents a view as a whole.

Namespace

Drupal\views

Code

public function setExposedInput($filters) {
    $this->exposed_input = $filters;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal