Overrides AreaPluginBase::render
public function render($empty = FALSE) { if (!$empty || !empty($this->options['empty'])) { $build['#attached']['http_header'][] = [ 'Status', $this->options['status_code'], ]; return $build; } }