Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for plugin

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
plugin.inc file modules/views/includes/plugin.inc
views_plugin class modules/views/includes/plugin.inc Abstract base class to provide interface common to all plugins.
Uuid::$plugin property includes/uuid.inc Holds the UUID implementation.
ckeditor_plugins function modules/ckeditor/ckeditor.module Retrieves the full list of installed CKEditor plugins.
views_get_plugin function modules/views/views.module Get a handler for a plugin
views_plugin_row class modules/views/plugins/views_plugin_row.inc Default plugin to view a single row of a table. This is really just a wrapper around a theme function.
Views row plugins group modules/views/plugins/views_plugin_row.inc Row plugins control how Views outputs an individual record.
views_plugin_list function modules/views/views.module Returns a list of plugins and metadata about them.
user_views_plugins function modules/user/views/user.views.inc Implements hook_views_plugins().
node_views_plugins function modules/node/views/node.views.inc Implements hook_views_plugins().
book_views_plugins function modules/book/views/book.views.inc Implements hook_views_plugins().
views_plugin_cache class modules/views/plugins/views_plugin_cache.inc The base plugin to handle caching.
views_plugin_style class modules/views/plugins/views_plugin_style.inc Base class to define a style plugin handler.
date_views_plugins function modules/date/views/date.views.inc Implements hook_views_plugins().
hook_views_plugins function modules/views/views.api.php Describes plugins defined by the module.
views_plugin_pager class modules/views/plugins/views_plugin_pager.inc The base plugin to handle pager.
views_plugin_query class modules/views/plugins/views_plugin_query.inc Object used to create a SELECT query.
About Views plugins group modules/views/views.api.php In Views, a plugin is a bit like a handler, but plugins are not directly responsible for building the query. Instead, they are objects that are used to display the view or make other modifications.
views_views_plugins function modules/views/includes/views.views.inc Implements hook_views_plugins().
Views query plugins group modules/views/plugins/views_plugin_query.inc A Views query plugin builds SQL to execute using the Backdrop database API.
Views pager plugins group modules/views/plugins/views_plugin_pager.inc @todo.
views_plugin::query function modules/views/includes/plugin.inc Add anything to the query that we might need to.
Views style plugins group modules/views/plugins/views_plugin_style.inc Style plugins control how a view is rendered. For example, they can choose to display a collection of fields, node_view() output, table output, or any kind of crazy output they want.
views_plugin_access class modules/views/plugins/views_plugin_access.inc The base plugin to handle access control.
Views cache plugins group modules/views/plugins/views_plugin_cache.inc @todo.
views_plugin_display class modules/views/plugins/views_plugin_display.inc The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods.
views_ui_plugin_list function modules/views_ui/views_ui.admin.inc Lists all plugins and what enabled Views use them.
views_plugin_row.inc file modules/views/plugins/views_plugin_row.inc Contains the base row style plugin.
search_views_plugins function modules/search/views/search.views.inc Implements hook_views_plugins().
Views access plugins group modules/views/plugins/views_plugin_access.inc @todo.
Views display plugins group modules/views/plugins/views_plugin_display.inc Display plugins control how Views interact with the rest of Backdrop.
comment_views_plugins function modules/comment/views/comment.views.inc Implements hook_views_plugins().
hook_ckeditor_plugins function modules/ckeditor/ckeditor.api.php Provides a list of CKEditor plugins.
Uuid::determinePlugin function includes/uuid.inc Determines the optimal implementation to use for generating UUIDs.
views_plugin_row::init function modules/views/plugins/views_plugin_row.inc Initialize the row plugin.
views_plugin_style.inc file modules/views/plugins/views_plugin_style.inc Definition of views_plugin_style.
views_discover_plugins function modules/views/includes/utility.inc Builds and return a list of all plugins available in the system.
views_plugin_cache.inc file modules/views/plugins/views_plugin_cache.inc Definition of views_plugin_cache.
views_plugin_pager.inc file modules/views/plugins/views_plugin_pager.inc Definition of views_plugin_pager.
views_plugin_query.inc file modules/views/plugins/views_plugin_query.inc Defines the base query class, which is the underlying layer in a View.
taxonomy_views_plugins function modules/taxonomy/views/taxonomy.views.inc Implements hook_views_plugins().
views_plugin_style_rss class modules/views/plugins/views_plugin_style_rss.inc Default style plugin to render an RSS feed.
views_plugin::validate function modules/views/includes/plugin.inc Validate that the plugin is correct and can be saved.
views_plugin_style_list class modules/views/plugins/views_plugin_style_list.inc Style plugin to render each item in an ordered or unordered list.
views_plugin_style_grid class modules/views/plugins/views_plugin_style_grid.inc Style plugin to render each item in a grid cell.
views_plugin_pager_full class modules/views/plugins/views_plugin_pager_full.inc The plugin to handle full pager.
views_plugin_pager_mini class modules/views/plugins/views_plugin_pager_mini.inc The plugin to handle mini pager.
views_fetch_plugin_data function modules/views/views.module Fetch the plugin data from cache.
views_plugin_cache_none class modules/views/plugins/views_plugin_cache_none.inc Caching plugin that provides no caching at all.
views_plugin_access.inc file modules/views/plugins/views_plugin_access.inc Definition of views_plugin_access.

Pages

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • next ›
  • last »

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS