themeFunctions() as #theme. * * @param \Drupal\views\ResultRow $values * Holds single row of a view's result set. * * @return string|\Drupal\Component\Render\MarkupInterface * Returns rendered output of the given theme implementation. If the output * is safe it will be wrapped in an object that implements * MarkupInterface. If it is empty or unsafe it will be a string. */ public function theme(ResultRow $values); }