Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for plugin

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
views_plugin_pager::set_current_page function modules/views/plugins/views_plugin_pager.inc Set the current page.
views_plugin_cache_none::cache_start function modules/views/plugins/views_plugin_cache_none.inc Start caching javascript, css and other out of band info.
views_plugin_style_table::even_empty function modules/views/plugins/views_plugin_style_table.inc Should the output of the style plugin be rendered even if it's a empty view.
views_plugin_display::render_filters function modules/views/plugins/views_plugin_display.inc Not all display plugins will support filtering
views_plugin_display::options_submit function modules/views/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_pager::options_validate function modules/views/plugins/views_plugin_pager.inc Provide the default form form for validating options
views_plugin_row_comment_rss::render function modules/comment/views/views_plugin_row_comment_rss.inc Render a row object. This usually passes through to a theme template of some form, but not always.
views_plugin_style_jump_menu::render function modules/views/plugins/views_plugin_style_jump_menu.inc Render the display in this style.
views_plugin_localization_none::save function modules/views/plugins/views_plugin_localization_none.inc Save a string for translation; not supported.
views_test_plugin_access_test_static class modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_static.inc Tests a static access plugin.
views_plugin_display_block::get_path function modules/views/plugins/views_plugin_display_block.inc Return the base path to use for this display.
date_views_plugin_pager::date_forbid function modules/date/views/date_views_plugin_pager.inc Custom callback evaluating the date range.
views_plugin_argument_validate::init function modules/views/plugins/views_plugin_argument_validate.inc Initialize this plugin with the view and the argument it is linked to.
views_plugin_display_block::use_more function modules/views/plugins/views_plugin_display_block.inc Does the display have a more link enabled?
views_plugin_style_rss::options_form function modules/views/plugins/views_plugin_style_rss.inc Provide a form to edit options for this plugin.
views_plugin_query::options_validate function modules/views/plugins/views_plugin_query.inc Validate the options form.
views_plugin_style_summary_jump_menu class modules/views/plugins/views_plugin_style_summary_jump_menu.inc The default style plugin for summaries.
views_plugin_pager::update_page_info function modules/views/plugins/views_plugin_pager.inc If there are pagers that need global values set, this method can be used to set them. It will be called when the count query is run.
views_test_plugin_style_test_mapping class modules/views/tests/views_test/test_plugins/views_test_plugin_style_test_mapping.inc Provides a test mapping style plugin.
views_plugin_style::options_validate function modules/views/plugins/views_plugin_style.inc Validate the options form.
views_plugin_cache::cache_set_expire function modules/views/plugins/views_plugin_cache.inc Determine expiration time in the cache table of the cache type or CACHE_PERMANENT if item shouldn't be removed automatically from cache.
views_plugin_display_feed::attach_to function modules/views/plugins/views_plugin_display_feed.inc Attach to another view.
views_plugin_row_search_view::render function modules/search/views/views_plugin_row_search_view.inc Override the behavior of the render() function.
views_plugin_pager::has_more_records function modules/views/plugins/views_plugin_pager.inc Determine if there are more records available.
views_plugin_style_table::build_sort function modules/views/plugins/views_plugin_style_table.inc Determine if we should provide sorting based upon $_GET inputs
views_plugin_row_fields::options_form function modules/views/plugins/views_plugin_row_fields.inc Provide a form for setting options.
views_plugin_access::options_validate function modules/views/plugins/views_plugin_access.inc Provide the default form form for validating options
views_plugin_pager_some::options_form function modules/views/plugins/views_plugin_pager_some.inc Provide the default form for setting options.
views_plugin_argument_default_php.inc file modules/views/plugins/views_plugin_argument_default_php.inc Contains the php code argument default plugin.
views_plugin_pager_full::uses_exposed function modules/views/plugins/views_plugin_pager_full.inc
views_plugin_display::use_more_always function modules/views/plugins/views_plugin_display.inc Should the enabled display more link be shown when no more items?
views_plugin_row_rss_fields::validate function modules/views/plugins/views_plugin_row_rss_fields.inc Validate that the plugin is correct and can be saved.
date_views_plugin_pager::options_form function modules/date/views/date_views_plugin_pager.inc Provide the form for setting options.
views_plugin_argument_default::access function modules/views/plugins/views_plugin_argument_default.inc Determine if the administrator has the privileges to use this plugin
views_plugin_cache_time::options_form function modules/views/plugins/views_plugin_cache_time.inc Provide a form to edit options for this plugin.
views_plugin_exposed_form::pre_render function modules/views/plugins/views_plugin_exposed_form.inc
views_plugin_display::uses_breadcrumb function modules/views/plugins/views_plugin_display.inc Check to see if the display needs a breadcrumb
views_plugin_style::option_definition function modules/views/plugins/views_plugin_style.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_plugin_query_default::add_where function modules/views/plugins/views_plugin_query_default.inc Add a simple WHERE clause to the query. The caller is responsible for ensuring that all fields are fully qualified (TABLE.FIELD) and that the table already exists in the query.
views_plugin_argument_default_raw.inc file modules/views/plugins/views_plugin_argument_default_raw.inc Contains the raw value argument default plugin.
views_plugin_query_default::add_field function modules/views/plugins/views_plugin_query_default.inc Add a field to the query table, possibly with an alias. This will automatically call ensure_table to make sure the required table exists, *unless* $table is unset.
views_plugin_display::override_option function modules/views/plugins/views_plugin_display.inc Set an option and force it to be an override.
views_plugin_localization::$translate property modules/views/plugins/views_plugin_localization.inc
views_plugin_display::options_summary function modules/views/plugins/views_plugin_display.inc Provide the default summary for options in the views UI.
views_plugin_pager_none::options_form function modules/views/plugins/views_plugin_pager_none.inc Provide the default form for setting options.
views_plugin_query_default::add_table function modules/views/plugins/views_plugin_query_default.inc Add a table to the query, ensuring the path exists.
views_plugin_pager_none::post_execute function modules/views/plugins/views_plugin_pager_none.inc Perform any needed actions just after the query executing.
views_plugin_display_default::execute function modules/views/plugins/views_plugin_display_default.inc The default execute handler fully renders the view.
views_plugin_style_list::options_form function modules/views/plugins/views_plugin_style_list.inc Render the given style.
views_plugin_display::hook_block_list function modules/views/plugins/views_plugin_display.inc If this display creates a block, implement one of these.

Pages

  • « first
  • ‹ previous
  • …
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • …
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS