[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

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

(no description)

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

Defines 1 class

views_plugin:: (8 methods):
  init()
  options_form()
  options_validate()
  options_submit()
  query()
  theme_functions()
  additional_theme_functions()
  validate()

Defines 8 functions

  views_views_plugins()
  views_discover_plugins()

Class: views_plugin  - X-Ref

Abstract base class to provide interface common to all plugins.

init(&$view, &$display)   X-Ref
Init will be called after construct, when the plugin is attached to a
view and a display.


options_form(&$form, &$form_state)   X-Ref
Provide a form to edit options for this plugin.


options_validate(&$form, &$form_state)   X-Ref
Validate the options form.


options_submit(&$form, &$form_state)   X-Ref
Handle any special handling on the validate form.


query()   X-Ref
Add anything to the query that we might need to.


theme_functions()   X-Ref
Provide a full list of possible theme templates used by this style.


additional_theme_functions()   X-Ref
Provide a list of additional theme functions for the theme information page


validate()   X-Ref
Validate that the plugin is correct and can be saved.

return:

Functions
Functions that are not part of a class:

views_views_plugins()   X-Ref
Implementation of hook_views_plugins


views_discover_plugins()   X-Ref
Builds and return a list of all plugins available in the system.

return: Nested array of plugins, grouped by type.



Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7