You are here

function views_plugin_style_atom_delete::attach_to in Views Atom 6

Same name and namespace in other branches
  1. 7 views_plugin_style_atom_delete.inc \views_plugin_style_atom_delete::attach_to()

Attach this view to another display as a feed.

File

views/views_plugin_style_atom_delete.inc, line 17
Style plugin for an Atom feed using the Tombstone specification for entry deletion.

Class

views_plugin_style_atom_delete
@file Style plugin for an Atom feed using the Tombstone specification for entry deletion.

Code

function attach_to($display_id, $path, $title) {
}