Contains the view analyze tool code.

This tool is a small plugin manager to perform analysis on a view and report results. It is meant to let modules that provide data to Views also help users properly use that data by detecting invalid configurations. Views itself comes with only a small number of analysis tools, but more could be added with additional modules.

File

core/modules/views_ui/views_ui.analyze.inc

Functions

Namesort ascending Description
views_ui_views_analyze Implements hook_views_analyze().
views_ui_analyze_view Analyze a review and return the results.
views_ui_analyze_format_result Format the analyze result into a message string.
views_ui_analysis Format an analysis message.