Overrides DisplayPluginBase::render
public function render() { $build = $this->view->style_plugin ->render($this->view->result); $this->applyDisplayCacheabilityMetadata($build); return $build; }