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_argument_default_php class core/modules/views/plugins/views_plugin_argument_default_php.inc Default argument plugin to provide a PHP code block.
views_plugin_access::options_form function core/modules/views/plugins/views_plugin_access.inc Provide the default form for setting options.
theme_views_ui_style_plugin_table function core/modules/views_ui/views_ui.theme.inc Theme the form for the table style plugin
views_plugin_row_comment_view.inc file core/modules/comment/views/views_plugin_row_comment_view.inc Contains the node RSS row style plugin.
views_plugin_argument_default_raw class core/modules/views/plugins/views_plugin_argument_default_raw.inc Default argument plugin to use the raw value from the URL.
views_plugin_style::get_row_class function core/modules/views/plugins/views_plugin_style.inc Return the token replaced row class for the specified row.
views_plugin_style::render_fields function core/modules/views/plugins/views_plugin_style.inc Render all of the fields for a given style and store them on the object.
views_plugin_style_summary::query function core/modules/views/plugins/views_plugin_style_summary.inc Add anything to the query that we might need to.
views_plugin_query::add_signature function core/modules/views/plugins/views_plugin_query.inc Add a signature to the query, if such a thing is feasible.
views_plugin_query::summary_title function core/modules/views/plugins/views_plugin_query.inc Returns the summary of the settings in the display.
_entityreference_behavior_plugins function core/modules/entityreference/entityreference.module Get all behavior plugins implemented by any module.
views_plugin_display::uses_fields function core/modules/views/plugins/views_plugin_display.inc Determine if the display's style uses fields.
views_plugin_display::get_handler function core/modules/views/plugins/views_plugin_display.inc Get the handler object for a single handler.
hook_ckeditor_PLUGIN_plugin_check function core/modules/ckeditor/ckeditor.api.php Enabled callback for hook_ckeditor_plugins().
views_plugin_pager::summary_title function core/modules/views/plugins/views_plugin_pager.inc Return a string to display as the clickable title for the pager plugin.
views_plugin_display::option_link function core/modules/views/plugins/views_plugin_display.inc Because forms may be split up into sections, this provides an easy URL to exactly the right section. Don't override this.
views_plugin_display::render_area function core/modules/views/plugins/views_plugin_display.inc
views_plugin_display::pre_execute function core/modules/views/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.
entityreference_plugin_row_fields class core/modules/entityreference/views/entityreference_plugin_row_fields.inc @file Handler for entityreference_plugin_row_fields.
views_plugin_row_node_rss::render function core/modules/node/views/views_plugin_row_node_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.test file core/modules/views/tests/styles/views_plugin_style_jump_menu.test Definition of viewsPluginStyleJumpMenuTest.
views_plugin_style_table::$active property core/modules/views/plugins/views_plugin_style_table.inc Contains the current active sort column.
views_plugin_argument_default.inc file core/modules/views/plugins/views_plugin_argument_default.inc Definition of views_plugin_argument_default.
views_plugin_query_default::query function core/modules/views/plugins/views_plugin_query_default.inc Generate a query and a countQuery from all of the information supplied to the object.
views_plugin_cache::summary_title function core/modules/views/plugins/views_plugin_cache.inc Return a string to display as the clickable title for the access control.
views_plugin_query_default::alter function core/modules/views/plugins/views_plugin_query_default.inc Let modules modify the query just prior to finalizing it.
views_plugin_query_default::build function core/modules/views/plugins/views_plugin_query_default.inc Builds the necessary info to execute the query.
views_plugin_cache::get_cache_key function core/modules/views/plugins/views_plugin_cache.inc Returns cache key.
views_plugin_display_extender.inc file core/modules/views/plugins/views_plugin_display_extender.inc Definition of views_plugin_display_extender.
views_plugin_style_rss::attach_to function core/modules/views/plugins/views_plugin_style_rss.inc
views_handler::needs_style_plugin function core/modules/views/includes/handlers.inc Determine if the argument needs a style plugin.
views_plugin_display_feed::render function core/modules/views/plugins/views_plugin_display_feed.inc Instead of going through the standard views_view.tpl.php, delegate this to the style handler.
views_plugin_style_mapping::render function core/modules/views/plugins/views_plugin_style_mapping.inc Overrides views_plugin_style::render().
views_plugin_cache_none::cache_get function core/modules/views/plugins/views_plugin_cache_none.inc Retrieve data from the cache.
views_plugin_cache_none::cache_set function core/modules/views/plugins/views_plugin_cache_none.inc Save data to the cache.
views_plugin_access::summary_title function core/modules/views/plugins/views_plugin_access.inc Return a string to display as the clickable title for the access control.
views_handler_argument::get_plugin function core/modules/views/handlers/views_handler_argument.inc Get the display or row plugin, if it exists.
entityreference_plugin_display.inc file core/modules/entityreference/views/entityreference_plugin_display.inc Handler for entityreference_plugin_display.
views_plugin_argument_validate_php class core/modules/views/plugins/views_plugin_argument_validate_php.inc Provide PHP code to validate whether or not an argument is ok.
views_plugin_style::uses_row_class function core/modules/views/plugins/views_plugin_style.inc Return TRUE if this style also uses a row plugin.
views_plugin_style::tokenize_value function core/modules/views/plugins/views_plugin_style.inc Take a value and apply token replacement logic to it.
hook_ckeditor5_PLUGIN_plugin_check function core/modules/ckeditor5/ckeditor5.api.php Enabled callback for hook_ckeditor5_plugins().
ViewsPluginStyleMappingTest::setUp function core/modules/views/tests/styles/views_plugin_style_mapping.test Sets up a Backdrop site for running functional and integration tests.
views_plugin_style_summary::render function core/modules/views/plugins/views_plugin_style_summary.inc Render the display in this style.
views_plugin_query::options_submit function core/modules/views/plugins/views_plugin_query.inc Handle any special handling on the validate form.
views_plugin_display_page::execute function core/modules/views/plugins/views_plugin_display_page.inc The display page handler returns a normal view, but it also does a backdrop_set_title for the page, and does a views_set_page_view on the view.
_ckeditor5_link_image_plugin_check function core/modules/ckeditor5/ckeditor5.module Enabled callback for hook_ckeditor5_plugins().
views_plugin_display::uses_exposed function core/modules/views/plugins/views_plugin_display.inc Determine if this display uses exposed filters, so the view will know whether or not to build them.
views_plugin_display::use_group_by function core/modules/views/plugins/views_plugin_display.inc Does the display have groupby enabled?
views_plugin_argument_default_node class core/modules/node/views/views_plugin_argument_default_node.inc Default argument plugin to extract a node via menu_get_object

Pages

  • « first
  • ‹ previous
  • …
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • …
  • 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