Search for display
Title | Object type | File name | Summary |
---|---|---|---|
views_plugin_display_attachment::displays_exposed | function | plugins/ |
If an attachment is set to inherit the exposed filter settings from its parent display, then don't render and display a second set of exposed filter widgets. |
views_plugin_display_attachment::execute | function | plugins/ |
When used externally, this is how a view gets run and returns data in the format required. |
views_plugin_display_attachment::options_form | function | plugins/ |
Provide the default form for setting options. |
views_plugin_display_attachment::options_submit | function | plugins/ |
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data. |
views_plugin_display_attachment::options_summary | function | plugins/ |
Provide the summary for attachment options in the views UI. |
views_plugin_display_attachment::option_definition | function | plugins/ |
Information about options for all kinds of purposes will be held here. |
views_plugin_display_attachment::render_pager | function | plugins/ |
Not all display plugins will suppert pager rendering. |
views_plugin_display_attachment::uses_exposed | function | plugins/ |
Attachment displays only use exposed widgets if they are set to inherit the exposed filter settings of their parent display. |
views_plugin_display_attachment::use_pager | function | plugins/ |
Does the display have a pager enabled? |
views_plugin_display_block | class | plugins/ |
The plugin that handles a block. |
views_plugin_display_block.inc | file | plugins/ |
Definition of views_plugin_display_block. |
views_plugin_display_block::block_caching_modes | function | plugins/ |
Provide a list of core's block caching modes. |
views_plugin_display_block::execute | function | plugins/ |
The display block handler returns the structure necessary for a block. |
views_plugin_display_block::execute_hook_block_list | function | plugins/ |
The default block handler doesn't support configurable items, but extended block handlers might be able to do interesting stuff with it. |
views_plugin_display_block::get_cache_type | function | plugins/ |
Provide a single method to figure caching type, keeping a sensible default for when it's unset. |
views_plugin_display_block::options_form | function | plugins/ |
Provide the default form for setting options. |
views_plugin_display_block::options_submit | function | plugins/ |
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data. |
views_plugin_display_block::options_summary | function | plugins/ |
Provide the summary for page options in the views UI. |
views_plugin_display_block::option_definition | function | plugins/ |
Information about options for all kinds of purposes will be held here. |
views_plugin_display_block::save_block_cache | function | plugins/ |
Save the block cache setting in the blocks table if this block already exists in the blocks table. Dirty fix until http://drupal.org/node/235673 gets in. |
views_plugin_display_block::update_block_bid | function | plugins/ |
Update the block delta when the machine name of the display changes. |
views_plugin_display_block::uses_exposed | function | plugins/ |
Block views use exposed widgets only if AJAX is set. |
views_plugin_display_default | class | plugins/ |
A plugin to handle defaults on a view. |
views_plugin_display_default.inc | file | plugins/ |
Definition of views_plugin_display_default. |
views_plugin_display_default::execute | function | plugins/ |
The default execute handler fully renders the view. |
views_plugin_display_default::is_default_display | function | plugins/ |
Determine if this display is the 'default' display which contains fallback settings. |
views_plugin_display_embed | class | plugins/ |
The plugin that handles an embed display. |
views_plugin_display_embed.inc | file | plugins/ |
Definition of views_plugin_display_embed. |
views_plugin_display_extender | class | plugins/ |
@todo . |
views_plugin_display_extender.inc | file | plugins/ |
Definition of views_plugin_display_extender. |
views_plugin_display_extender::defaultable_sections | function | plugins/ |
Static member function to list which sections are defaultable and what items each section contains. |
views_plugin_display_extender::init | function | plugins/ |
|
views_plugin_display_extender::options_definition_alter | function | plugins/ |
Provide a form to edit options for this plugin. |
views_plugin_display_extender::options_form | function | plugins/ |
Provide a form to edit options for this plugin. |
views_plugin_display_extender::options_submit | function | plugins/ |
Handle any special handling on the validate form. |
views_plugin_display_extender::options_summary | function | plugins/ |
Provide the default summary for options in the views UI. |
views_plugin_display_extender::options_validate | function | plugins/ |
Validate the options form. |
views_plugin_display_extender::pre_execute | function | plugins/ |
Set up any variables on the view prior to execution. |
views_plugin_display_extender::query | function | plugins/ |
Inject anything into the query that the display_extender handler needs. |
views_plugin_display_feed | class | plugins/ |
The plugin that handles a feed, such as RSS or atom. |
views_plugin_display_feed.inc | file | plugins/ |
Definition of views_plugin_display_feed. |
views_plugin_display_feed::attach_to | function | plugins/ |
Attach to another view. |
views_plugin_display_feed::defaultable_sections | function | plugins/ |
List which sections are defaultable and what items each section contains. |
views_plugin_display_feed::execute | function | plugins/ |
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. |
views_plugin_display_feed::get_style_type | function | plugins/ |
Displays can require a certain type of style plugin. |
views_plugin_display_feed::init | function | plugins/ |
|
views_plugin_display_feed::options_form | function | plugins/ |
Provide the default form for setting options. |
views_plugin_display_feed::options_submit | function | plugins/ |
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data. |
views_plugin_display_feed::options_summary | function | plugins/ |
Provide the summary for page options in the views UI. |
views_plugin_display_feed::option_definition | function | plugins/ |
Information about options for all kinds of purposes will be held here. |
Pagination
- Previous page
- Page 4
- Next page