38 calls to views_plugin_display::get_option()

views_plugin_display::get_access_plugin in plugins/views_plugin_display.inc
Get the access plugin
views_plugin_display::get_cache_plugin in plugins/views_plugin_display.inc
Get the cache plugin
views_plugin_display::get_handlers in plugins/views_plugin_display.inc
Get a full array of handlers for $type. This caches them.
views_plugin_display::get_link_display in plugins/views_plugin_display.inc
Check to see which display to use when creating links within a view using this display.
views_plugin_display::get_path in plugins/views_plugin_display.inc
Return the base path to use for this display.
views_plugin_display::get_plugin in plugins/views_plugin_display.inc
Get the display or row plugin, if it exists.
views_plugin_display::options_form in plugins/views_plugin_display.inc
Provide the default form for setting options.
views_plugin_display::options_submit in plugins/views_plugin_display.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::options_summary in plugins/views_plugin_display.inc
Provide the default summary for options in the views UI.
views_plugin_display::pre_execute in plugins/views_plugin_display.inc
Set up any variables on the view prior to execution. These are separated from execute because they are extremely common and unlikely to be overridden on an individual display.
views_plugin_display::query in plugins/views_plugin_display.inc
Inject anything into the query that the display handler needs.
views_plugin_display::render_footer in plugins/views_plugin_display.inc
Render the footer of the view.
views_plugin_display::render_header in plugins/views_plugin_display.inc
Render the header of the view.
views_plugin_display::render_textarea in plugins/views_plugin_display.inc
Render a text area, using the proper format.
views_plugin_display::set_override in plugins/views_plugin_display.inc
Flip the override setting for the given section.
views_plugin_display::use_ajax in plugins/views_plugin_display.inc
Does the display use AJAX?
views_plugin_display::use_more in plugins/views_plugin_display.inc
Does the display have a more link enabled?
views_plugin_display::use_more_always in plugins/views_plugin_display.inc
Should the enabled display more link be shown when no more items?
views_plugin_display::use_more_text in plugins/views_plugin_display.inc
Does the display have custom link text?
views_plugin_display::use_pager in plugins/views_plugin_display.inc
Does the display have a pager enabled?
views_plugin_display::validate in plugins/views_plugin_display.inc
Make sure the display and all associated handlers are valid.
views_plugin_display_attachment::attach_to in plugins/views_plugin_display_attachment.inc
Attach to another view.
views_plugin_display_attachment::options_form in plugins/views_plugin_display_attachment.inc
Provide the default form for setting options.
views_plugin_display_attachment::options_summary in plugins/views_plugin_display_attachment.inc
Provide the summary for attachment options in the views UI.
views_plugin_display_attachment::render_pager in plugins/views_plugin_display_attachment.inc
Does the display render the pager if it has it enabled?
views_plugin_display_block::execute in plugins/views_plugin_display_block.inc
The display block handler returns the structure necessary for a block.
views_plugin_display_block::execute_hook_block in plugins/views_plugin_display_block.inc
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 in 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::options_form in plugins/views_plugin_display_block.inc
Provide the default form for setting options.
views_plugin_display_block::options_summary in plugins/views_plugin_display_block.inc
Provide the summary for page options in the views UI.
views_plugin_display_feed::attach_to in plugins/views_plugin_display_feed.inc
Attach to another view.
views_plugin_display_feed::options_form in plugins/views_plugin_display_feed.inc
Provide the default form for setting options.
views_plugin_display_feed::options_summary in plugins/views_plugin_display_feed.inc
Provide the summary for page options in the views UI.
views_plugin_display_page::execute_hook_menu in plugins/views_plugin_display_page.inc
Add this display's path information to Drupal's menu system.
views_plugin_display_page::options_form in plugins/views_plugin_display_page.inc
Provide the default form for setting options.
views_plugin_display_page::options_summary in plugins/views_plugin_display_page.inc
Provide the summary for page options in the views UI.
views_plugin_display_page::options_validate in plugins/views_plugin_display_page.inc
Validate the options form.
views_plugin_display_page::validate in plugins/views_plugin_display_page.inc
Make sure the display and all associated handlers are valid.