Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for plugin

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
views_plugin_display::view_special_blocks function core/modules/views/plugins/views_plugin_display.inc Render any special blocks provided for this display.
ViewsPluginDisplayBlockTestCase::$profile property core/modules/views/tests/plugins/views_plugin_display_block.test The profile to install as a basis for testing.
views_plugin_query_default::get_join_data function core/modules/views/plugins/views_plugin_query_default.inc Retrieve join data from the larger join data cache.
views_plugin_row_user_view::summary_title function core/modules/user/views/views_plugin_row_user_view.inc Returns the summary of the settings in the display.
views_plugin_style_table::build_sort_post function core/modules/views/plugins/views_plugin_style_table.inc Add our actual sort criteria
views_plugin_query_default::add_signature function core/modules/views/plugins/views_plugin_query_default.inc Add a signature to the query, if such a thing is feasible.
views_test_plugin_access_test_dynamic.inc file core/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 core/modules/comment/views/views_plugin_row_comment_view.inc Allow the style to do stuff before each row is rendered.
views_plugin_cache_time::options_validate function core/modules/views/plugins/views_plugin_cache_time.inc Validate the options form.
views_plugin_style_rss::option_definition function core/modules/views/plugins/views_plugin_style_rss.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_plugin_cache_time::cache_set_expire function core/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_display_feed::get_style_type function core/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_rss_fields::options_form function core/modules/views/plugins/views_plugin_row_rss_fields.inc Provide a form for setting options.
views_plugin_display_feed::options_submit function core/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_plugin_localization_none::translate function core/modules/views/plugins/views_plugin_localization_none.inc Translate a string; simply return the string.
views_plugin_display_extender::pre_execute function core/modules/views/plugins/views_plugin_display_extender.inc Set up any variables on the view prior to execution.
views_plugin_display_attachment::attach_to function core/modules/views/plugins/views_plugin_display_attachment.inc Attach to another view.
views_plugin_display_attachment::use_pager function core/modules/views/plugins/views_plugin_display_attachment.inc Does the display have a pager enabled?
views_plugin_argument_validate_php::access function core/modules/views/plugins/views_plugin_argument_validate_php.inc Only let users with PHP block visibility permissions set/modify this validate plugin.
views_plugin_pager_full::option_definition function core/modules/views/plugins/views_plugin_pager_full.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
ViewsPluginStyleTestBase::storeViewPreview function core/modules/views/tests/styles/views_plugin_style_base.test Stores a view output in the elements.
views_plugin_display_page::uses_breadcrumb function core/modules/views/plugins/views_plugin_display_page.inc Check to see if the display needs a breadcrumb
views_plugin_display_page::options_summary function core/modules/views/plugins/views_plugin_display_page.inc Provide the summary for page options in the views UI.
date_views_plugin_pager::option_definition function core/modules/date/views/date_views_plugin_pager.inc Tell Views what options this plugin can store.
views_plugin_display::defaultable_sections function core/modules/views/plugins/views_plugin_display.inc Static member function to list which sections are defaultable and what items each section contains.
views_plugin_display::get_arguments_tokens function core/modules/views/plugins/views_plugin_display.inc Returns to tokens for arguments.
views_plugin_pager::items_per_page_exposed function core/modules/views/plugins/views_plugin_pager.inc
views_plugin_access_role::options_validate function core/modules/views/plugins/views_plugin_access_role.inc Provide the default form form for validating options
views_plugin_row_search_view::options_form function core/modules/search/views/views_plugin_row_search_view.inc Provide a form for setting options.
views_plugin_display::is_identifier_unique function core/modules/views/plugins/views_plugin_display.inc Check if the provided identifier is unique.
views_plugin_pager_none::option_definition function core/modules/views/plugins/views_plugin_pager_none.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
entityreference_plugin_style::options_form function core/modules/entityreference/views/entityreference_plugin_style.inc Provide a form to edit options for this plugin.
views_plugin_pager_some::option_definition function core/modules/views/plugins/views_plugin_pager_some.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_plugin_row_comment_rss::options_form function core/modules/comment/views/views_plugin_row_comment_rss.inc Provide a form for setting options.
views_plugin_style_grid::option_definition function core/modules/views/plugins/views_plugin_style_grid.inc Set default options
views_plugin_pager_mini::option_definition function core/modules/views/plugins/views_plugin_pager_mini.inc Overrides views_plugin_pager_full::option_definition().
views_plugin_row_fields::option_definition function core/modules/views/plugins/views_plugin_row_fields.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_plugin_style_list::option_definition function core/modules/views/plugins/views_plugin_style_list.inc Set default options
views_plugin_query_default::$pure_distinct property core/modules/views/plugins/views_plugin_query_default.inc Defines the distinct type.
views_plugin_query_default::options_submit function core/modules/views/plugins/views_plugin_query_default.inc Special submit handling.
views_plugin_display_block::get_cache_type function 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_query_default::get_table_info function core/modules/views/plugins/views_plugin_query_default.inc Get the information associated with a table.
views_plugin_display_block::options_submit function 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_style_table::sanitize_columns function core/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_argument_default_current_user class core/modules/user/views/views_plugin_argument_default_current_user.inc Default argument plugin to extract the global $user
views_plugin_argument_validate_numeric.inc file core/modules/views/plugins/views_plugin_argument_validate_numeric.inc Contains the numeric argument validator plugin.
views_plugin_query_default::compile_fields function core/modules/views/plugins/views_plugin_query_default.inc Build fields array.
views_plugin_query_default::get_where_args function core/modules/views/plugins/views_plugin_query_default.inc Get the arguments attached to the WHERE and HAVING clauses of this query.
views_plugin_cache_time::option_definition function core/modules/views/plugins/views_plugin_cache_time.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_plugin_style_jump_menu::options_form function core/modules/views/plugins/views_plugin_style_jump_menu.inc Render the given style.

Pages

  • « first
  • ‹ previous
  • …
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org