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_access_none::summary_title function core/modules/views/plugins/views_plugin_access_none.inc Return a string to display as the clickable title for the access control.
views_plugin_query_default::queue_table function core/modules/views/plugins/views_plugin_query_default.inc Add a table to the query without ensuring the path.
views_plugin_query_default::ensure_path function core/modules/views/plugins/views_plugin_query_default.inc Make sure that the specified table can be properly linked to the primary table in the JOINs. This function uses recursion. If the tables needed to complete the path back to the primary table are not in the query they will be added, but additional…
views_plugin_query_default::adjust_join function core/modules/views/plugins/views_plugin_query_default.inc Fix a join to adhere to the proper relationship; the left table can vary based upon what relationship items are joined in on.
views_plugin_query_default::add_orderby function core/modules/views/plugins/views_plugin_query_default.inc Add an ORDER BY clause to the query.
views_plugin_argument_default_fixed.inc file core/modules/views/plugins/views_plugin_argument_default_fixed.inc Contains the fixed argument default plugin.
views_plugin_query_default::add_groupby function core/modules/views/plugins/views_plugin_query_default.inc Add a simple GROUP BY clause to the query. The caller is responsible for ensuring that the fields are fully qualified and the table is properly added.
views_plugin_query_default::placeholder function core/modules/views/plugins/views_plugin_query_default.inc Generates a unique placeholder used in the db query.
EntityReferenceBehaviorHandler::$plugin property core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc The plugin definition.
views_plugin_style_rss::get_description function core/modules/views/plugins/views_plugin_style_rss.inc Get RSS feed description.
views_plugin_display_feed::options_form function core/modules/views/plugins/views_plugin_display_feed.inc Provide the default form for setting options.
views_plugin_style_mapping::options_form function core/modules/views/plugins/views_plugin_style_mapping.inc Overrides views_plugin_style::options_form().
views_plugin_style_default::options_form function core/modules/views/plugins/views_plugin_style_default.inc Provide a form to edit options for this plugin.
views_plugin::additional_theme_functions function core/modules/views/includes/plugin.inc Provide a list of additional theme functions for the theme information page
views_plugin_access::get_access_callback function core/modules/views/plugins/views_plugin_access.inc Determine the access callback and arguments.
views_plugin_display_attachment::execute function core/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_pager_full::get_pager_total function core/modules/views/plugins/views_plugin_pager_full.inc
views_plugin_style::render_grouping_sets function core/modules/views/plugins/views_plugin_style.inc Render the grouping sets.
views_plugin_style_summary::options_form function core/modules/views/plugins/views_plugin_style_summary.inc Provide a form to edit options for this plugin.
views_plugin_query::get_aggregation_info function core/modules/views/plugins/views_plugin_query.inc Get aggregation info for group by queries.
date_views_plugin_pager::use_count_query function core/modules/date/views/date_views_plugin_pager.inc This kind of pager does not need to count the number of records.
views_plugin_exposed_form_input_required class core/modules/views/plugins/views_plugin_exposed_form_input_required.inc Exposed form plugin that provides an exposed form with required input.
views_plugin_display::is_default_display function core/modules/views/plugins/views_plugin_display.inc Determine if this display is the 'default' display which contains fallback settings
views_plugin_display::accept_attachments function core/modules/views/plugins/views_plugin_display.inc Can this display accept attachments?
ckeditor5_upgrade_test_ckeditor5_plugins function core/modules/ckeditor5/tests/ckeditor5_upgrade_test/ckeditor5_upgrade_test.module Implements hook_ckeditor5_plugins().
views_plugin_row_node_view::options_form function core/modules/node/views/views_plugin_row_node_view.inc Provide a form for setting options.
views_plugin_access_role::options_submit function core/modules/views/plugins/views_plugin_access_role.inc Provide the default form form for submitting options
views_plugin_display::get_special_blocks function core/modules/views/plugins/views_plugin_display.inc Provide the block system with any exposed widget blocks for this display.
views_plugin_pager_none::use_count_query function core/modules/views/plugins/views_plugin_pager_none.inc Determine if a pager needs a count query.
views_plugin_row_node_rss::summary_title function core/modules/node/views/views_plugin_row_node_rss.inc Returns the summary of the settings in the display.
entityreference_plugin_display::validate function core/modules/entityreference/views/entityreference_plugin_display.inc Extend the default validation.
views_plugin_pager_some::use_count_query function core/modules/views/plugins/views_plugin_pager_some.inc Determine if a pager needs a count query.
views_plugin_row_comment_rss::pre_render function core/modules/comment/views/views_plugin_row_comment_rss.inc Allow the style to do stuff before each row is rendered.
ViewsAccessTest::testDynamicAccessPlugin function core/modules/views/tests/views_access.test Tests dynamic access plugin.
views_plugin_query_default::set_distinct function core/modules/views/plugins/views_plugin_query_default.inc Set the view to be distinct.
views_plugin_query_default::options_form function core/modules/views/plugins/views_plugin_query_default.inc Add settings for the ui.
views_plugin_query_default::ensure_table function core/modules/views/plugins/views_plugin_query_default.inc Ensure a table exists in the queue; if it already exists it won't do anything, but if it doesn't it will add the table queue. It will ensure a path leads back to the relationship table.
views_plugin_row_user_view::options_form function core/modules/user/views/views_plugin_row_user_view.inc Provide a form for setting options.
views_plugin_display_block::options_form function core/modules/views/plugins/views_plugin_display_block.inc Provide the default form for setting options.
views_plugin_query_default::clear_fields function core/modules/views/plugins/views_plugin_query_default.inc Remove all fields that may have been added; primarily used for summary mode where we're changing the query because we didn't get data we needed.
views_test_plugin_access_test_static.inc file core/modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_static.inc Definition of views_test_plugin_access_test_static.
views_test_plugin_style_test_mapping.inc file core/modules/views/tests/views_test/test_plugins/views_test_plugin_style_test_mapping.inc Definition of views_test_plugin_style_test_mapping.
views_plugin_display_embed::options_form function core/modules/views/plugins/views_plugin_display_embed.inc Provide the default form for setting options.
views_plugin_style_jump_menu::render_set function core/modules/views/plugins/views_plugin_style_jump_menu.inc
views_plugin_style_summary_jump_menu.inc file core/modules/views/plugins/views_plugin_style_summary_jump_menu.inc Contains the default summary style plugin, which displays items in an HTML list.
views_plugin_argument_default_php::access function core/modules/views/plugins/views_plugin_argument_default_php.inc Only let users with PHP block visibility permissions set/modify this default plugin.
views_plugin_pager_full::options_validate function core/modules/views/plugins/views_plugin_pager_full.inc Provide the default form form for validating options
views_plugin_pager_full::set_current_page function core/modules/views/plugins/views_plugin_pager_full.inc Set the current page.
views_plugin_pager_full::update_page_info function core/modules/views/plugins/views_plugin_pager_full.inc Update global paging info.
ViewsPluginStyleMappingTest::viewsPlugins function core/modules/views/tests/styles/views_plugin_style_mapping.test

Pages

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