Change record status: 
Project: 
Introduced in branch: 
7.x-4.x
Introduced in version: 
7.x-4.16-rc1
Description: 

The functions listed below now return render arrays instead of HTML strings. If you use these functions, you will need to make sure the results are rendered, such as by calling render() on the return value of the function. If you don't do this, you may see on your site "Array" instead of the correct HTML content.

  • webform_results_submissions()
  • webform_results_table()
  • webform_results_analysis()
  • webform_block_view()
Impacts: 
Module developers
Themers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done
Details: 
Progress: