function AjaxPageState::__construct
Same name in other branches
- 11.x 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\StackMiddlewareCode
public function __construct(HttpKernelInterface $httpKernel) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.