Full ELMS Learning Network documentation
Topics
Primary tabs
Name![]() |
Description |
---|---|
Views cache plugins | @todo. |
Views display plugins | Display plugins control how Views interact with the rest of Drupal. |
Views exposed form plugins | Plugins that handle the validation/submission and rendering of exposed forms. |
Views field handlers | Handlers to tell Views how to build and display fields. |
Views filter handlers | Handlers to tell Views how to filter queries. |
Views hooks | Hooks that can be implemented by other modules in order to implement the Views API. |
Views join handlers | Handlers to tell Views how to join tables together. |
Views localization plugins | @todo. |
Views module handlers | Handlers exposed by various modules to Views. |
Views pager plugins | @todo. |
Views query plugins | A Views query plugin builds SQL to execute using the Drupal database API. |
Views relationship handlers | Handlers to tell Views how to create alternate relationships. |
Views row plugins | Row plugins control how Views outputs an individual record. |
Views sort handlers | Handlers to tell Views how to sort queries. |
Views style plugins | 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 template files | All views templates can be overridden with a variety of names, using the view, the display ID of the view, the display type of the view, or some combination thereof. |
Wysiwyg API | @todo Forked from Panels; abstract into a separate API module that allows contrib modules to define supported include/plugin types. |