By dawehner on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Issue links:
Description:
The following helpers for debugging views have been removed:
- vpr()
- views_debug()
- vsm()
- views_trace()
- vsm_trace()
- vpr_trace()
The user interface settings configuring the output of these functions were also removed as a result.
If you need this functionality in Drupal 8, use the devel module.
Impacts:
Site builders, administrators, editors
Module developers