views_plugin_display::uses_breadcrumb |
core/modules/views/plugins/views_plugin_display.inc |
Check to see if the display needs a breadcrumb |
views_plugin_display::uses_exposed |
core/modules/views/plugins/views_plugin_display.inc |
Determine if this display uses exposed filters, so the view
will know whether or not to build them. |
views_plugin_display::uses_exposed_form_in_block |
core/modules/views/plugins/views_plugin_display.inc |
Check to see if the display can put the exposed form in a block. |
views_plugin_display::uses_fields |
core/modules/views/plugins/views_plugin_display.inc |
Determine if the display's style uses fields. |
views_plugin_display::uses_link_display |
core/modules/views/plugins/views_plugin_display.inc |
Check to see if the display has some need to link to another display. |
views_plugin_display::use_ajax |
core/modules/views/plugins/views_plugin_display.inc |
Does the display use AJAX? |
views_plugin_display::use_group_by |
core/modules/views/plugins/views_plugin_display.inc |
Does the display have groupby enabled? |
views_plugin_display::use_more |
core/modules/views/plugins/views_plugin_display.inc |
Does the display have a more link enabled? |
views_plugin_display::use_more_always |
core/modules/views/plugins/views_plugin_display.inc |
Should the enabled display more link be shown when no more items? |
views_plugin_display::use_more_text |
core/modules/views/plugins/views_plugin_display.inc |
Does the display have custom link text? |
views_plugin_display::use_pager |
core/modules/views/plugins/views_plugin_display.inc |
Does the display have a pager enabled? |
views_plugin_display::validate |
core/modules/views/plugins/views_plugin_display.inc |
Make sure the display and all associated handlers are valid. |
views_plugin_display::view_special_blocks |
core/modules/views/plugins/views_plugin_display.inc |
Render any special blocks provided for this display. |
views_plugin_display_attachment::attachment_positions |
core/modules/views/plugins/views_plugin_display_attachment.inc |
|
views_plugin_display_attachment::attach_to |
core/modules/views/plugins/views_plugin_display_attachment.inc |
Attach to another view. |
views_plugin_display_attachment::displays_exposed |
core/modules/views/plugins/views_plugin_display_attachment.inc |
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 |
core/modules/views/plugins/views_plugin_display_attachment.inc |
When used externally, this is how a view gets run and returns
data in the format required. |
views_plugin_display_attachment::options_form |
core/modules/views/plugins/views_plugin_display_attachment.inc |
Provide the default form for setting options. |
views_plugin_display_attachment::options_submit |
core/modules/views/plugins/views_plugin_display_attachment.inc |
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 |
core/modules/views/plugins/views_plugin_display_attachment.inc |
Provide the summary for attachment options in the views UI. |
views_plugin_display_attachment::option_definition |
core/modules/views/plugins/views_plugin_display_attachment.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_display_attachment::render_pager |
core/modules/views/plugins/views_plugin_display_attachment.inc |
Not all display plugins will support pager rendering. |
views_plugin_display_attachment::uses_exposed |
core/modules/views/plugins/views_plugin_display_attachment.inc |
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 |
core/modules/views/plugins/views_plugin_display_attachment.inc |
Does the display have a pager enabled? |
views_plugin_display_block::block_caching_modes |
core/modules/views/plugins/views_plugin_display_block.inc |
Provide a list of core's block caching modes. |
views_plugin_display_block::displays_exposed |
core/modules/views/plugins/views_plugin_display_block.inc |
Determine if this display should display the exposed filters widgets, so
the view will know whether to render them. |
views_plugin_display_block::execute |
core/modules/views/plugins/views_plugin_display_block.inc |
The display block handler returns the structure necessary for a block. |
views_plugin_display_block::execute_hook_block_list |
core/modules/views/plugins/views_plugin_display_block.inc |
Return a list of blocks provided by this display plugin. |
views_plugin_display_block::get_argument_input |
core/modules/views/plugins/views_plugin_display_block.inc |
Adjust the array of argument input to match the current list of
arguments available for this display. This ensures that changing
the arguments doesn't cause the argument input field to just
break. |
views_plugin_display_block::get_cache_type |
core/modules/views/plugins/views_plugin_display_block.inc |
Provide a single method to figure caching type, keeping a sensible default
for when it's unset. |
views_plugin_display_block::get_path |
core/modules/views/plugins/views_plugin_display_block.inc |
Return the base path to use for this display. |
views_plugin_display_block::get_url |
core/modules/views/plugins/views_plugin_display_block.inc |
|
views_plugin_display_block::has_override_options |
core/modules/views/plugins/views_plugin_display_block.inc |
Accessor to check if any override options have been set. |
views_plugin_display_block::options_form |
core/modules/views/plugins/views_plugin_display_block.inc |
Provide the default form for setting options. |
views_plugin_display_block::options_submit |
core/modules/views/plugins/views_plugin_display_block.inc |
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 |
core/modules/views/plugins/views_plugin_display_block.inc |
Provide the summary for page options in the views UI. |
views_plugin_display_block::option_definition |
core/modules/views/plugins/views_plugin_display_block.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_display_block::set_override_options |
core/modules/views/plugins/views_plugin_display_block.inc |
Set the options that should be overridden within this display. |
views_plugin_display_block::uses_exposed_form_in_block |
core/modules/views/plugins/views_plugin_display_block.inc |
Check to see if the display can put the exposed form in a block. |
views_plugin_display_block::use_more |
core/modules/views/plugins/views_plugin_display_block.inc |
Does the display have a more link enabled? |
views_plugin_display_default::execute |
core/modules/views/plugins/views_plugin_display_default.inc |
The default execute handler fully renders the view. |
views_plugin_display_default::is_default_display |
core/modules/views/plugins/views_plugin_display_default.inc |
Determine if this display is the 'default' display which contains
fallback settings |
views_plugin_display_extender::defaultable_sections |
core/modules/views/plugins/views_plugin_display_extender.inc |
Static member function to list which sections are defaultable
and what items each section contains. |
views_plugin_display_extender::init |
core/modules/views/plugins/views_plugin_display_extender.inc |
|
views_plugin_display_extender::options_definition_alter |
core/modules/views/plugins/views_plugin_display_extender.inc |
Provide a form to edit options for this plugin. |
views_plugin_display_extender::options_form |
core/modules/views/plugins/views_plugin_display_extender.inc |
Provide a form to edit options for this plugin. |
views_plugin_display_extender::options_submit |
core/modules/views/plugins/views_plugin_display_extender.inc |
Handle any special handling on the validate form. |
views_plugin_display_extender::options_summary |
core/modules/views/plugins/views_plugin_display_extender.inc |
Provide the default summary for options in the views UI. |
views_plugin_display_extender::options_validate |
core/modules/views/plugins/views_plugin_display_extender.inc |
Validate the options form. |
views_plugin_display_extender::pre_execute |
core/modules/views/plugins/views_plugin_display_extender.inc |
Set up any variables on the view prior to execution. |