Overrides FieldPluginBase::render
public function render(ResultRow $values) { // Return the text, so the code never thinks the value is empty. return ViewsRenderPipelineMarkup::create(Xss::filterAdmin($this->options['alter']['text'])); }