* This usually passes through to a theme template of some form, but not
* always.
*
* @param object $row
* @param \Drupal\views\ResultRow $row
* A single row of the query result, so an element of $view->result.
*
* @return string
* The rendered output of a single row, used by the style plugin.
* @return array
* The render array for a single row, used by the style plugin.
*/
publicfunctionrender($row){
if(!$rowinstanceofResultRow){
@trigger_error("Passing an object other than a ResultRow to RowPluginBase::render is deprecated in drupal:11.1.x and is removed from drupal:12.0.0. See ",E_USER_DEPRECATED);