hook_views_analyze()
isn't documented. Let's fix that. :) Its purpose is basically to allow modules to display warnings to the user about their view configurations. See modules/views/lib/Drupal/views/Analyzer.php
for more details. For an example, see node_views_analyze(). The documentation should be added to views.api.php
↧
Document hook_views_analyze()
↧