$this->
globalTokenForm($form,
$form_state);
} /**
* {@inheritdoc}
*/
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'
));
} } /**
* {@inheritdoc}
*/
public function render($empty = FALSE
) { // Do nothing for this handler by returning an empty render array.
return [];
}}