Overrides AreaPluginBase::preRender
public function preRender(array $results) { parent::preRender($results); // If a title is provided, process it. if (!empty($this->options['title'])) { $value = $this->globalTokenReplace($this->options['title']); $this->view ->setTitle($this->sanitizeValue($value, 'xss_admin')); } }