plugin.inc |
file |
core/modules/views/includes/plugin.inc |
|
views_plugin |
class |
core/modules/views/includes/plugin.inc |
Abstract base class to provide interface common to all plugins. |
Uuid::$plugin |
property |
core/includes/uuid.inc |
Holds the UUID implementation. |
views_get_plugin |
function |
core/modules/views/views.module |
Get a handler for a plugin |
ckeditor_plugins |
function |
core/modules/ckeditor/ckeditor.module |
Retrieves the full list of installed CKEditor 4 plugins. |
views_plugin_row |
class |
core/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_plugin_list |
function |
core/modules/views/views.module |
Returns a list of plugins and metadata about them. |
ckeditor5_plugins |
function |
core/modules/ckeditor5/ckeditor5.module |
Retrieves the full list of installed CKEditor plugins. |
Views row plugins |
group |
core/modules/views/plugins/views_plugin_row.inc |
Row plugins control how Views outputs an individual record. |
book_views_plugins |
function |
core/modules/book/views/book.views.inc |
Implements hook_views_plugins(). |
views_plugin_style |
class |
core/modules/views/plugins/views_plugin_style.inc |
Base class to define a style plugin handler. |
views_plugin_query |
class |
core/modules/views/plugins/views_plugin_query.inc |
Object used to create a SELECT query. |
date_views_plugins |
function |
core/modules/date/views/date.views.inc |
Implements hook_views_plugins(). |
hook_views_plugins |
function |
core/modules/views/views.api.php |
Describes plugins defined by the module. |
views_plugin_pager |
class |
core/modules/views/plugins/views_plugin_pager.inc |
The base plugin to handle pager. |
user_views_plugins |
function |
core/modules/user/views/user.views.inc |
Implements hook_views_plugins(). |
node_views_plugins |
function |
core/modules/node/views/node.views.inc |
Implements hook_views_plugins(). |
views_plugin_cache |
class |
core/modules/views/plugins/views_plugin_cache.inc |
The base plugin to handle caching. |
views_plugin::query |
function |
core/modules/views/includes/plugin.inc |
Add anything to the query that we might need to. |
views_plugin_access |
class |
core/modules/views/plugins/views_plugin_access.inc |
The base plugin to handle access control. |
Views style plugins |
group |
core/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 query plugins |
group |
core/modules/views/plugins/views_plugin_query.inc |
A Views query plugin builds SQL to execute using the Backdrop database API. |
About Views plugins |
group |
core/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 pager plugins |
group |
core/modules/views/plugins/views_plugin_pager.inc |
@todo. |
views_views_plugins |
function |
core/modules/views/includes/views.views.inc |
Implements hook_views_plugins(). |
Views cache plugins |
group |
core/modules/views/plugins/views_plugin_cache.inc |
@todo. |
Views access plugins |
group |
core/modules/views/plugins/views_plugin_access.inc |
@todo. |
views_ui_plugin_list |
function |
core/modules/views_ui/views_ui.admin.inc |
Lists all plugins and what enabled Views use them. |
views_plugin_display |
class |
core/modules/views/plugins/views_plugin_display.inc |
The default display plugin handler. Display plugins handle options and
basic mechanisms for different output methods. |
search_views_plugins |
function |
core/modules/search/views/search.views.inc |
Implements hook_views_plugins(). |
views_plugin_row.inc |
file |
core/modules/views/plugins/views_plugin_row.inc |
Contains the base row style plugin. |
Uuid::determinePlugin |
function |
core/includes/uuid.inc |
Determines the optimal implementation to use for generating UUIDs. |
Views display plugins |
group |
core/modules/views/plugins/views_plugin_display.inc |
Display plugins control how Views interact with the rest of Backdrop. |
hook_ckeditor_plugins |
function |
core/modules/ckeditor/ckeditor.api.php |
Provides a list of CKEditor 4 plugins. |
comment_views_plugins |
function |
core/modules/comment/views/comment.views.inc |
Implements hook_views_plugins(). |
views_plugin::validate |
function |
core/modules/views/includes/plugin.inc |
Validate that the plugin is correct and can be saved. |
views_discover_plugins |
function |
core/modules/views/includes/utility.inc |
Builds and return a list of all plugins available in the system. |
hook_ckeditor5_plugins |
function |
core/modules/ckeditor5/ckeditor5.api.php |
Provides a list of CKEditor plugins. |
views_plugin_cache.inc |
file |
core/modules/views/plugins/views_plugin_cache.inc |
Definition of views_plugin_cache. |
views_plugin_style_rss |
class |
core/modules/views/plugins/views_plugin_style_rss.inc |
Default style plugin to render an RSS feed. |
views_plugin_pager.inc |
file |
core/modules/views/plugins/views_plugin_pager.inc |
Definition of views_plugin_pager. |
views_plugin_query.inc |
file |
core/modules/views/plugins/views_plugin_query.inc |
Defines the base query class, which is the underlying layer in a View. |
views_plugin_row::init |
function |
core/modules/views/plugins/views_plugin_row.inc |
Initialize the row plugin. |
views_plugin_style.inc |
file |
core/modules/views/plugins/views_plugin_style.inc |
Definition of views_plugin_style. |
taxonomy_views_plugins |
function |
core/modules/taxonomy/views/taxonomy.views.inc |
Implements hook_views_plugins(). |
views_plugin_cache_none |
class |
core/modules/views/plugins/views_plugin_cache_none.inc |
Caching plugin that provides no caching at all. |
views_plugin_pager_full |
class |
core/modules/views/plugins/views_plugin_pager_full.inc |
The plugin to handle full pager. |
views_fetch_plugin_data |
function |
core/modules/views/views.module |
Fetch the plugin data from cache. |
date_views_plugin_pager |
class |
core/modules/date/views/date_views_plugin_pager.inc |
Date views pager plugin. |
views_plugin_pager_none |
class |
core/modules/views/plugins/views_plugin_pager_none.inc |
Plugin for views without pagers. |