[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/views/includes/ -> analyze.inc (summary)

(no description)

File Size: 109 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions

  views_analyze_view()
  views_analyze_format_result()
  views_ui_analysis()
  views_ui_views_analyze()

Functions
Functions that are not part of a class:

views_analyze_view(&$view)   X-Ref
Analyze a review and return the results.

return:

views_analyze_format_result($view, $messages)   X-Ref
Format the analyze result into a message string.

This is based upon the format of drupal_set_message which uses separate
boxes for "ok", "warning" and "error".

views_ui_analysis($message, $type = 'error')   X-Ref
Format an analysis message.

This tool should be called by any module responding to the analyze hook
to properly format the message. It is usually used in the form:
param: $messages
param: $type

views_ui_views_analyze($view)   X-Ref
Implementation of hook_views_analyze().

This is the basic views analysis that checks for very minimal problems.
There are other analysis tools in core specific sections, such as
node.views.inc as well.



Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7