Search for plugin

  1. Search 7.x for plugin
  2. Search 9.5.x for plugin
  3. Search 8.9.x for plugin
  4. Search 11.x for plugin
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Plugin class composer/Plugin/Scaffold/Plugin.php Composer plugin for handling drupal scaffold.
Plugin class core/lib/Drupal/Component/Annotation/Plugin.php Defines a Plugin annotation object.
Plugin class core/lib/Drupal/Component/Plugin/Attribute/Plugin.php Defines a Plugin attribute object.

All search results

Title Object type File name Summary
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.
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.
ViewsPluginInterface::unpackOptions function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Unpacks options over our existing defaults.
ViewsPluginInterface::usesOptions function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Returns the usesOptions property.
ViewsPluginInterface::validate function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Validate that the plugin is correct and can be saved.
ViewsPluginInterface::validateOptionsForm function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Validate the options form.
ViewsPluginManager class core/modules/views/src/Plugin/ViewsPluginManager.php Plugin type manager for all views plugins.
ViewsPluginManager.php file core/modules/views/src/Plugin/ViewsPluginManager.php
ViewsPluginManager::__construct function core/modules/views/src/Plugin/ViewsPluginManager.php Constructs a ViewsPluginManager object.
ViewsQueryAlter::$viewsJoinPluginManager property core/modules/workspaces/src/ViewsQueryAlter.php A plugin manager which handles instances of views join plugins.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.