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_query_default::set_distinct function modules/views/plugins/views_plugin_query_default.inc Set the view to be distinct.
date_views_plugin_pager::use_count_query function modules/date/views/date_views_plugin_pager.inc This kind of pager does not need to count the number of records.
views_plugin_access_role::options_submit function modules/views/plugins/views_plugin_access_role.inc Provide the default form form for submitting options
views_plugin_pager_some::use_count_query function modules/views/plugins/views_plugin_pager_some.inc Determine if a pager needs a count query.
views_plugin_display_attachment::execute function 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::additional_theme_functions function modules/views/includes/plugin.inc Provide a list of additional theme functions for the theme information page
views_plugin_style::render_grouping_sets function modules/views/plugins/views_plugin_style.inc Render the grouping sets.
views_plugin_query_default::options_form function modules/views/plugins/views_plugin_query_default.inc Add settings for the ui.
views_plugin_display::is_default_display function modules/views/plugins/views_plugin_display.inc Determine if this display is the 'default' display which contains fallback settings
views_test_plugin_access_test_static.inc file modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_static.inc Definition of views_test_plugin_access_test_static.
views_plugin_pager_full::options_validate function modules/views/plugins/views_plugin_pager_full.inc Provide the default form form for validating options
views_plugin_display_feed::options_submit function modules/views/plugins/views_plugin_display_feed.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_test_plugin_access_test_dynamic.inc file modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_dynamic.inc Definition of views_test_plugin_access_test_dynamic.
views_plugin_row_comment_view::pre_render function modules/comment/views/views_plugin_row_comment_view.inc Allow the style to do stuff before each row is rendered.
views_plugin_row_user_view::summary_title function modules/user/views/views_plugin_row_user_view.inc Returns the summary of the settings in the display.
views_plugin_localization_none::translate function modules/views/plugins/views_plugin_localization_none.inc Translate a string; simply return the string.
views_plugin_style_rss::option_definition function modules/views/plugins/views_plugin_style_rss.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
ViewsPluginStyleMappingTest::getBasicView function modules/views/tests/styles/views_plugin_style_mapping.test Overrides ViewsTestCase::getBasicView().
views_plugin_argument_default_php::access function modules/views/plugins/views_plugin_argument_default_php.inc Only let users with PHP block visibility permissions set/modify this default plugin.
views_plugin_cache_time::options_validate function modules/views/plugins/views_plugin_cache_time.inc Validate the options form.
views_plugin_row_rss_fields::options_form function modules/views/plugins/views_plugin_row_rss_fields.inc Provide a form for setting options.
views_plugin_query_default::add_signature function modules/views/plugins/views_plugin_query_default.inc Add a signature to the query, if such a thing is feasible.
ViewsPluginDisplayBlockTestCase::$profile property modules/views/tests/plugins/views_plugin_display_block.test The profile to install as a basis for testing.
views_plugin_display_feed::get_style_type function modules/views/plugins/views_plugin_display_feed.inc Displays can require a certain type of style plugin. By default, they will be 'normal'.
views_plugin_row_node_view::summary_title function modules/node/views/views_plugin_row_node_view.inc Returns the summary of the settings in the display.
views_plugin_pager_full::set_current_page function modules/views/plugins/views_plugin_pager_full.inc Set the current page.
views_plugin_style_table::build_sort_post function modules/views/plugins/views_plugin_style_table.inc Add our actual sort criteria
views_plugin_pager_full::update_page_info function modules/views/plugins/views_plugin_pager_full.inc Update global paging info.
views_plugin_display_page::get_pager_text function modules/views/plugins/views_plugin_display_page.inc Provide some helpful text for pagers.
date_views_plugin_pager::has_more_records function modules/date/views/date_views_plugin_pager.inc Set a default value.
views_plugin_cache_time::cache_set_expire function modules/views/plugins/views_plugin_cache_time.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_pager::exposed_form_validate function modules/views/plugins/views_plugin_pager.inc
ViewsPluginStyleMappingTest::viewsPlugins function modules/views/tests/styles/views_plugin_style_mapping.test
views_plugin_query_default::get_join_data function modules/views/plugins/views_plugin_query_default.inc Retrieve join data from the larger join data cache.
views_plugin_display::view_special_blocks function modules/views/plugins/views_plugin_display.inc Render any special blocks provided for this display.
views_plugin_display_page::options_submit function modules/views/plugins/views_plugin_display_page.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_query_default::$pure_distinct property modules/views/plugins/views_plugin_query_default.inc Defines the distinct type.
views_plugin_pager_full::option_definition function modules/views/plugins/views_plugin_pager_full.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_plugin_display_feed::options_summary function modules/views/plugins/views_plugin_display_feed.inc Provide the summary for page options in the views UI.
views_plugin_pager_none::option_definition function modules/views/plugins/views_plugin_pager_none.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_plugin_display_page::uses_breadcrumb function modules/views/plugins/views_plugin_display_page.inc Check to see if the display needs a breadcrumb
views_plugin_style_table::sanitize_columns function modules/views/plugins/views_plugin_style_table.inc Normalize a list of columns based upon the fields that are available. This compares the fields stored in the style handler to the list of fields actually in the view, removing fields that have been removed and adding new fields in their own column.
views_plugin_pager::items_per_page_exposed function modules/views/plugins/views_plugin_pager.inc
views_plugin_row_comment_rss::options_form function modules/comment/views/views_plugin_row_comment_rss.inc Provide a form for setting options.
views_plugin_display_feed::uses_breadcrumb function modules/views/plugins/views_plugin_display_feed.inc Check to see if the display needs a breadcrumb
views_plugin_style_grid::option_definition function modules/views/plugins/views_plugin_style_grid.inc Set default options
views_plugin_display_extender::pre_execute function modules/views/plugins/views_plugin_display_extender.inc Set up any variables on the view prior to execution.
ViewsPluginStyleTestBase::storeViewPreview function modules/views/tests/styles/views_plugin_style_base.test Stores a view output in the elements.
views_plugin_style_mapping::define_mapping function modules/views/plugins/views_plugin_style_mapping.inc Builds the list of field mappings.
views_plugin_display_block::get_cache_type function 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.

Pages

  • « first
  • ‹ previous
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 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