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_query_default::get_result_entities function core/modules/views/plugins/views_plugin_query_default.inc Returns the according entity objects for the given query results.
views_plugin_style_jump_menu::option_definition function core/modules/views/plugins/views_plugin_style_jump_menu.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_plugin_display_feed::defaultable_sections function core/modules/views/plugins/views_plugin_display_feed.inc Static member function to list which sections are defaultable and what items each section contains.
views_plugin_argument_validate::convert_options function core/modules/views/plugins/views_plugin_argument_validate.inc Convert options from the older style.
views_plugin_localization_core::translate_string function core/modules/views/plugins/views_plugin_localization_core.inc Translate a string.
views_plugin_localization_test::translate_string function core/modules/views/tests/views_plugin_localization_test.inc Return the string and take sure that the test can find out whether the string got translated.
views_plugin_localization_test::getExportStrings function core/modules/views/tests/views_plugin_localization_test.inc Return the stored strings for the simpletest.
views_plugin_display_attachment::options_summary function core/modules/views/plugins/views_plugin_display_attachment.inc Provide the summary for attachment options in the views UI.
views_plugin_exposed_form::exposed_form_validate function core/modules/views/plugins/views_plugin_exposed_form.inc
views_plugin_argument_validate_php::options_form function core/modules/views/plugins/views_plugin_argument_validate_php.inc Provide the default form for setting options.
ViewsPluginStyleJumpMenuTest::testDuplicatePaths function core/modules/views/tests/styles/views_plugin_style_jump_menu.test Tests jump menus with more than one same path but maybe different titles.
views_plugin_argument_validate_taxonomy_term.inc file core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc Contains the 'taxonomy term' argument validator plugin.
views_plugin_display_default::is_default_display function core/modules/views/plugins/views_plugin_display_default.inc Determine if this display is the 'default' display which contains fallback settings
views_plugin_argument_default::option_definition function core/modules/views/plugins/views_plugin_argument_default.inc Retrieve the options when this is a new access control plugin
entityreference_entityreference_behavior_plugins function core/modules/entityreference/entityreference.module Implements hook_entityreference_behavior_plugins().
views_plugin_argument_default_node::get_argument function core/modules/node/views/views_plugin_argument_default_node.inc Return the default argument.
views_plugin_argument_default_user::options_form function core/modules/user/views/views_plugin_argument_default_user.inc Provide the default form for setting options.
views_plugin_display::uses_exposed_form_in_block function core/modules/views/plugins/views_plugin_display.inc Check to see if the display can put the exposed form in a block.
views_plugin_argument_default_user::get_argument function core/modules/user/views/views_plugin_argument_default_user.inc Return the default argument.
views_plugin_display_block::set_override_options function core/modules/views/plugins/views_plugin_display_block.inc Set the options that should be overridden within this display.
views_plugin_display_block::has_override_options function core/modules/views/plugins/views_plugin_display_block.inc Accessor to check if any override options have been set.
views_plugin_query_default::add_where_expression function core/modules/views/plugins/views_plugin_query_default.inc Add a complex WHERE clause to the query.
views_plugin_row_comment_view::option_definition function core/modules/comment/views/views_plugin_row_comment_view.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_plugin_query_default::get_aggregation_info function core/modules/views/plugins/views_plugin_query_default.inc Get aggregation info for group by queries.
views_plugin_argument_validate::options_validate function core/modules/views/plugins/views_plugin_argument_validate.inc Provide the default form form for validating options
views_plugin_argument_default_taxonomy_tid::init function core/modules/taxonomy/views/views_plugin_argument_default_taxonomy_tid.inc Initialize this plugin with the view and the argument it is linked to.
views_plugin_localization::process_locale_strings function core/modules/views/plugins/views_plugin_localization.inc Process strings.
views_plugin_display_attachment::displays_exposed function core/modules/views/plugins/views_plugin_display_attachment.inc If an attachment is set to inherit the exposed filter settings from its parent display, then don't render and display a second set of exposed filter widgets.
views_plugin_argument_default_fixed::options_form function core/modules/views/plugins/views_plugin_argument_default_fixed.inc Provide the default form for setting options.
views_plugin_argument_default_fixed::get_argument function core/modules/views/plugins/views_plugin_argument_default_fixed.inc Return the default argument.
views_plugin_argument_validate_node::options_form function core/modules/node/views/views_plugin_argument_validate_node.inc Provide the default form for setting options.
entityreference_entityreference_selection_plugins function core/modules/entityreference/entityreference.module Implements hook_entityreference_selection_plugins().
entityreference_plugin_display::option_definition function core/modules/entityreference/views/entityreference_plugin_display.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_plugin_display_block::$has_override_options property core/modules/views/plugins/views_plugin_display_block.inc Whether this display has custom settings that override the view options.
views_plugin_argument_validate_user::options_form function core/modules/user/views/views_plugin_argument_validate_user.inc Provide the default form for setting options.
views_plugin_query_default::add_having_expression function core/modules/views/plugins/views_plugin_query_default.inc Add a complex HAVING clause to the query. The caller is responsible for ensuring that all fields are fully qualified (TABLE.FIELD) and that the table and an appropriate GROUP BY already exist in the query. Internally the database "having"…
views_plugin_argument_validate::option_definition function core/modules/views/plugins/views_plugin_argument_validate.inc Retrieve the options when this is a new access control plugin
views_plugin_argument_validate::validate_argument function core/modules/views/plugins/views_plugin_argument_validate.inc
views_plugin_argument_validate_taxonomy_term::init function core/modules/taxonomy/views/views_plugin_argument_validate_taxonomy_term.inc Initialize this plugin with the view and the argument it is linked to.
views_plugin_argument_default_php::convert_options function core/modules/views/plugins/views_plugin_argument_default_php.inc Convert options from the older style.
views_plugin_display_attachment::option_definition function core/modules/views/plugins/views_plugin_display_attachment.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
date_views_plugin_pager::set_argument_placeholders function core/modules/date/views/date_views_plugin_pager.inc Set the view's argument placeholders.
views_plugin_style_summary_jump_menu::options_form function core/modules/views/plugins/views_plugin_style_summary_jump_menu.inc Provide a form to edit options for this plugin.
views_plugin_localization_test::$translated_strings property core/modules/views/tests/views_plugin_localization_test.inc Store the strings which was translated.
views_plugin_display_extender::defaultable_sections function core/modules/views/plugins/views_plugin_display_extender.inc Static member function to list which sections are defaultable and what items each section contains.
views_plugin_argument_validate_php::convert_options function core/modules/views/plugins/views_plugin_argument_validate_php.inc Convert options from the older style.
views_plugin_argument_validate_node::options_submit function core/modules/node/views/views_plugin_argument_validate_node.inc Provide the default form form for submitting options
views_plugin_argument_default_user::convert_options function core/modules/user/views/views_plugin_argument_default_user.inc Convert options from the older style.
views_plugin_argument_validate_user::options_submit function core/modules/user/views/views_plugin_argument_validate_user.inc Provide the default form form for submitting options
views_plugin_display_block::execute_hook_block_list function core/modules/views/plugins/views_plugin_display_block.inc Return a list of blocks provided by this display plugin.

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
  • 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