function 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(protected readonly HttpKernelInterface $httpKernel) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.