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_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_display_embed::options_submit function core/modules/views/plugins/views_plugin_display_embed.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_jump_menu::options_form function core/modules/views/plugins/views_plugin_style_jump_menu.inc Render the given style.
views_plugin_display_feed::uses_breadcrumb function core/modules/views/plugins/views_plugin_display_feed.inc Check to see if the display needs a breadcrumb
views_plugin_style_summary_unformatted.inc file core/modules/views/plugins/views_plugin_style_summary_unformatted.inc Contains the unformatted summary style plugin.
views_plugin_display_feed::options_summary function core/modules/views/plugins/views_plugin_display_feed.inc Provide the summary for page options in the views UI.
views_plugin_argument_default_taxonomy_tid class core/modules/taxonomy/views/views_plugin_argument_default_taxonomy_tid.inc Taxonomy tid default argument.
views_plugin_localization_none::$translate property core/modules/views/plugins/views_plugin_localization_none.inc
views_handler_argument::needs_style_plugin function core/modules/views/handlers/views_handler_argument.inc Determine if the argument needs a style plugin.
views_plugin_style_mapping::define_mapping function core/modules/views/plugins/views_plugin_style_mapping.inc Builds the list of field mappings.
views_plugin_localization_core::save_string function core/modules/views/plugins/views_plugin_localization_core.inc Save a string for translation.
views_plugin_localization::translate_string function core/modules/views/plugins/views_plugin_localization.inc Translate a string.
views_plugin_argument_default_book_root.inc file core/modules/book/views/views_plugin_argument_default_book_root.inc Contains the book root from current node argument default plugin.
views_plugin_display_extender::options_form function core/modules/views/plugins/views_plugin_display_extender.inc Provide a form to edit options for this plugin.
views_plugin_pager_full::exposed_form_alter function core/modules/views/plugins/views_plugin_pager_full.inc
DateViewsTestCase::testDateViewsPagerPlugin function core/modules/date/tests/date_views.test Test the date views pager plugin.
views_plugin_display_page::options_validate function core/modules/views/plugins/views_plugin_display_page.inc Validate the options form.
date_views_plugin_pager::set_argument_value function core/modules/date/views/date_views_plugin_pager.inc Set the view's argument value.
views_plugin_argument_default::get_argument function core/modules/views/plugins/views_plugin_argument_default.inc Return the default argument.
views_plugin_argument_default::options_form function core/modules/views/plugins/views_plugin_argument_default.inc Provide the default form for setting options.
views_plugin_argument_default::check_access function core/modules/views/plugins/views_plugin_argument_default.inc If we don't have access to the form but are showing it anyway, ensure that the form is safe and cannot be changed from user input.
views_plugin_access_role::option_definition function core/modules/views/plugins/views_plugin_access_role.inc Retrieve the options when this is a new access control plugin
views_plugin_pager_none::get_items_per_page function core/modules/views/plugins/views_plugin_pager_none.inc Get how many items per page this pager will display.
views_plugin_style_summary_jump_menu::query function core/modules/views/plugins/views_plugin_style_summary_jump_menu.inc Add anything to the query that we might need to.
views_plugin_query_default::set_count_field function core/modules/views/plugins/views_plugin_query_default.inc Set what field the query will count() on for paging.
views_plugin_access_perm::option_definition function core/modules/views/plugins/views_plugin_access_perm.inc Retrieve the options when this is a new access control plugin
views_plugin_display_block::options_summary function core/modules/views/plugins/views_plugin_display_block.inc Provide the summary for page options in the views UI.
views_plugin_style_table::option_definition function core/modules/views/plugins/views_plugin_style_table.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_plugin_query_default::get_field_alias function core/modules/views/plugins/views_plugin_query_default.inc Returns the alias for the given field added to $table.
views_plugin_query_default::build_condition function core/modules/views/plugins/views_plugin_query_default.inc Construct the "WHERE" or "HAVING" part of the query.
views_plugin_row_comment_view::options_form function core/modules/comment/views/views_plugin_row_comment_view.inc Provide a form for setting options.
views_plugin_display_embed::options_summary function core/modules/views/plugins/views_plugin_display_embed.inc Provide the summary for page options in the views UI.
views_plugin_argument_validate_taxonomy_term class core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc Validate whether an argument is an acceptable node.
views_plugin_exposed_form::option_definition function core/modules/views/plugins/views_plugin_exposed_form.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
ViewsPluginStyleTestCase::testGroupingLegacy function core/modules/views/tests/styles/views_plugin_style.test Tests the grouping legacy features of styles.
views_plugin_display_page::option_definition function core/modules/views/plugins/views_plugin_display_page.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_plugin_display_page::execute_hook_menu function core/modules/views/plugins/views_plugin_display_page.inc Add this display's path information to Backdrop's menu system.
views_plugin_display_page::get_argument_text function core/modules/views/plugins/views_plugin_display_page.inc Provide some helpful text for the arguments. The result should contain of an array with
views_plugin_row_node_rss::option_definition function core/modules/node/views/views_plugin_row_node_rss.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
entityreference_plugin_display::uses_exposed function core/modules/entityreference/views/entityreference_plugin_display.inc Determine if this display uses exposed filters, so the view will know whether or not to build them.
views_plugin_display_block::displays_exposed function 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_pager_none::execute_count_query function core/modules/views/plugins/views_plugin_pager_none.inc Execute the count query, which will be done just prior to the query itself being executed.
ViewsPluginDisplayBlockTestCase::$admin_user property core/modules/views/tests/plugins/views_plugin_display_block.test
views_test_plugin_access_test_static::access function core/modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_static.inc Determine if the current user has access or not.

Pages

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