| Views access plugins |
group |
core/modules/views/src/Plugin/views/access/AccessPluginBase.php |
Plugins to handle access checking for views. |
| Views area handler plugins |
group |
core/modules/views/src/Plugin/views/area/AreaPluginBase.php |
Plugins governing areas of views, such as header, footer, and empty text. |
| Views argument default plugins |
group |
core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php |
Plugins for argument defaults in Views. |
| Views argument validate plugins |
group |
core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php |
Plugins for validating views contextual filters. |
| Views cache plugins |
group |
core/modules/views/src/Plugin/views/cache/CachePluginBase.php |
Plugins to handle Views caches. |
| Views display extender plugins |
group |
core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php |
Plugins that offer additional display options across display types. |
| Views display plugins |
group |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Plugins to handle the overall display of views. |
| Views exposed form plugins |
group |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php |
Plugins that handle validation, submission, and rendering of exposed forms. |
| Views field handler plugins |
group |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Handler plugins for Views fields. |
| Views filter handler plugins |
group |
core/modules/views/src/Plugin/views/filter/FilterPluginBase.php |
Plugins that handle views filtering. |
| Views join handler plugins |
group |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
Handler plugins for Views table joins. |
| Views pager plugins |
group |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Plugins to handle paging in views. |
| Views plugins |
group |
core/modules/views/views.api.php |
Overview of views plugins |
| Views query plugins |
group |
core/modules/views/src/Plugin/views/query/QueryPluginBase.php |
Plugins for views queries. |
| Views row plugins |
group |
core/modules/views/src/Plugin/views/row/RowPluginBase.php |
Plugins that control how Views outputs an individual record. |
| Views sort handler plugins |
group |
core/modules/views/src/Plugin/views/sort/SortPluginBase.php |
Plugins that handle sorting for Views. |
| Views style plugins |
group |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Plugins that control how the collection of results is rendered in a view. |
| Views wizard plugins |
group |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
Plugins for Views wizards. |
| views-ui-style-plugin-table.html.twig |
file |
core/modules/views_ui/templates/views-ui-style-plugin-table.html.twig |
Default template for the settings of a table style views display. |
| views-ui-style-plugin-table.html.twig |
file |
core/themes/stable9/templates/admin/views-ui-style-plugin-table.html.twig |
Theme override for the settings of a table style views display. |
| views.view.test_month_date_plugin.yml |
file |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_month_date_plugin.yml |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_month_date_plugin.yml |
| views.view.test_node_path_plugin.yml |
file |
core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_path_plugin.yml |
core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_path_plugin.yml |
| views.view.test_node_row_plugin.yml |
file |
core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_row_plugin.yml |
core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_row_plugin.yml |
| views.view.test_plugin_argument_default_current_user.yml |
file |
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml |
core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml |
| views.view.test_plugin_dependencies.yml |
file |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_plugin_dependencies.yml |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_plugin_dependencies.yml |
| Views::$plugins |
property |
core/modules/views/src/Views.php |
A list of all available views plugin types. |
| Views::fetchPluginNames |
function |
core/modules/views/src/Views.php |
Fetches a list of all base tables available. |
| Views::getPluginDefinitions |
function |
core/modules/views/src/Views.php |
Gets all the views plugin definitions. |
| Views::getPluginTypes |
function |
core/modules/views/src/Views.php |
Returns a list of plugin types. |
| Views::pluginList |
function |
core/modules/views/src/Views.php |
Returns a list of plugins and metadata about them. |
| Views::pluginManager |
function |
core/modules/views/src/Views.php |
Returns the plugin manager for a certain views plugin type. |
| ViewsBlock::$basePluginId |
property |
core/modules/views/src/Plugin/Derivative/ViewsBlock.php |
The base plugin ID. |
| ViewsConfigUpdater::$formatterPluginManager |
property |
core/modules/views/src/ViewsConfigUpdater.php |
The formatter plugin manager service. |
| ViewSelectionEntityReferenceTest::testSelectionPlugin |
function |
core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php |
Tests the ViewSelection plugin. |
| ViewsEntityArgumentValidator::$basePluginId |
property |
core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php |
The base plugin ID this derivative is for. |
| ViewsEntityRow::$basePluginId |
property |
core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php |
The base plugin ID that the derivative is for. |
| ViewsExposedFilterBlock::$basePluginId |
property |
core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php |
The base plugin ID that the derivative is for. |
| ViewsHandlerManager::getFallbackPluginId |
function |
core/modules/views/src/Plugin/ViewsHandlerManager.php |
Gets a fallback id for a missing plugin. |
| ViewsModerationStateFilterTest::assertPluginStates |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php |
Assert the plugin states. |
| ViewsPluginAnnotationBase |
class |
core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php |
Defines an abstract base class for all views plugin annotations. |
| ViewsPluginAnnotationBase.php |
file |
core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php |
|
| ViewsPluginAnnotationBase::$register_theme |
property |
core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php |
Whether or not to register a theme function automatically. |
| ViewsPluginInterface |
interface |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Provides an interface for all views plugins. |
| ViewsPluginInterface.php |
file |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
|
| ViewsPluginInterface::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Provide a form to edit options for this plugin. |
| ViewsPluginInterface::destroy |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Clears a plugin. |
| ViewsPluginInterface::filterByDefinedOptions |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Filter out stored options depending on the defined options. |
| ViewsPluginInterface::getAvailableGlobalTokens |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Returns an array of available token replacements. |
| ViewsPluginInterface::getProvider |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Returns the plugin provider. |
| ViewsPluginInterface::globalTokenForm |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Adds elements for available core tokens to a form. |