function AjaxResponseSubscriber::__construct
Constructs an AjaxResponseSubscriber object.
Parameters
\Closure $processorClosure: The AJAX response attachments processor service, wrapped in a closure.
File
-
core/
lib/ Drupal/ Core/ EventSubscriber/ AjaxResponseSubscriber.php, line 34
Class
- AjaxResponseSubscriber
- Response subscriber to handle AJAX responses.
Namespace
Drupal\Core\EventSubscriberCode
public function __construct(#[AutowireServiceClosure('ajax_response.attachments_processor')] protected \Closure $processorClosure) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.