| 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/stable/templates/admin/views-ui-style-plugin-table.html.twig |
Theme override for the settings of a table style views display. |
| views.view.entity_reference_plugins_2429191.yml |
file |
core/modules/field/tests/fixtures/update/views.view.entity_reference_plugins_2429191.yml |
core/modules/field/tests/fixtures/update/views.view.entity_reference_plugins_2429191.yml |
| 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. |
| 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::create |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
|
| 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. |
| ViewsPluginInterface::globalTokenReplace |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Returns a string with any core tokens replaced. |
| ViewsPluginInterface::init |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Initialize the plugin. |
| ViewsPluginInterface::pluginTitle |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Return the human readable name of the display. |
| ViewsPluginInterface::preRenderAddFieldsetMarkup |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Moves form elements into fieldsets for presentation purposes. |
| ViewsPluginInterface::preRenderFlattenData |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Flattens the structure of form elements. |
| ViewsPluginInterface::query |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Add anything to the query that we might need to. |
| ViewsPluginInterface::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Handle any special handling on the validate form. |
| ViewsPluginInterface::summaryTitle |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Returns the summary of the settings in the display. |
| ViewsPluginInterface::themeFunctions |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Provide a full list of possible theme templates used by this style. |