[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

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

(no description)

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

Defines 1 class

views_plugin_display_feed:: (12 methods):
  uses_breadcrumb()
  get_style_type()
  execute()
  preview()
  render()
  defaultable_sections()
  option_definition()
  options_summary()
  options_form()
  options_submit()
  attach_to()
  uses_link_display()


Class: views_plugin_display_feed  - X-Ref

The plugin that handles a feed, such as RSS or atom.

For the most part, feeds are page displays but with some subtle differences.

uses_breadcrumb()   X-Ref
No description

get_style_type()   X-Ref
No description

execute()   X-Ref
Feeds do not go through the normal page theming mechanism. Instead, they
go through their own little theme function and then return NULL so that
Drupal believes that the page has already rendered itself...which it has.


preview()   X-Ref
No description

render()   X-Ref
Instead of going through the standard views_view.tpl.php, delegate this
to the style handler.


defaultable_sections($section = NULL)   X-Ref
No description

option_definition()   X-Ref
No description

options_summary(&$categories, &$options)   X-Ref
No description

options_form(&$form, &$form_state)   X-Ref
Provide the default form for setting options.


options_submit(&$form, &$form_state)   X-Ref
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data.


attach_to($display_id)   X-Ref
Attach to another view.


uses_link_display()   X-Ref
No description



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