function AjaxPageState::__construct

Same name in other branches
  1. 10 core/lib/Drupal/Core/StackMiddleware/AjaxPageState.php \Drupal\Core\StackMiddleware\AjaxPageState::__construct()

Constructs a new AjaxPageState instance.

Parameters

\Symfony\Component\HttpKernel\HttpKernelInterface $httpKernel: The wrapped HTTP kernel.

File

core/lib/Drupal/Core/StackMiddleware/AjaxPageState.php, line 21

Class

AjaxPageState
Expands the compressed ajax_page_state query parameter into an array.

Namespace

Drupal\Core\StackMiddleware

Code

public function __construct(HttpKernelInterface $httpKernel) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.