Search for plugin

  1. Search 7.x for plugin
  2. Search 8.9.x for plugin
  3. Search 10.3.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.

All search results

Title Object type File name Summary
DisplayPluginBase::$display property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php The display information coming directly from the view entity.
DisplayPluginBase::$extenders property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Stores all available display extenders.
DisplayPluginBase::$handlers property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php An array of instantiated handlers used in this display.
DisplayPluginBase::$output property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Stores the rendered output of the display.
DisplayPluginBase::$plugins property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php An array of instantiated plugins used in this display.
DisplayPluginBase::$unpackOptions property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Static cache for unpackOptions, but not if we are in the UI.
DisplayPluginBase::$usesAJAX property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display allows the use of AJAX or not.
DisplayPluginBase::$usesAreas property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display allows area plugins.
DisplayPluginBase::$usesAttachments property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display allows attachments.
DisplayPluginBase::$usesMore property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display allows the use of a 'more' link or not.
DisplayPluginBase::$usesOptions property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Denotes whether the plugin has an additional options form.
DisplayPluginBase::$usesPager property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display allows the use of a pager or not.
DisplayPluginBase::$view property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php The top object of a view.
DisplayPluginBase::acceptAttachments function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Determines whether this display can use attachments.
DisplayPluginBase::access function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Determines if the user has access to this display of the view.
DisplayPluginBase::ajaxEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display is actually using AJAX or not.
DisplayPluginBase::applyDisplayCacheabilityMetadata function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Applies the cacheability of the current display to the given render array.
DisplayPluginBase::attachTo function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Allows displays to attach to other views.
DisplayPluginBase::buildBasicRenderable function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Builds a basic render array which can be properly render cached.
DisplayPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Provide a form to edit options for this plugin.
DisplayPluginBase::buildRenderable function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Builds a renderable array of the view.
DisplayPluginBase::buildRenderingLanguageOptions function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns the available rendering strategies for language-aware entities.
DisplayPluginBase::calculateCacheMetadata function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Calculates the display's cache metadata by inspecting each handler/plugin.
DisplayPluginBase::calculateDependencies function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Calculates dependencies for the configured plugin.
DisplayPluginBase::defaultableSections function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Lists the 'defaultable' sections and what items each section contains.
DisplayPluginBase::defineOptions function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Information about options for all kinds of purposes will be held here.
DisplayPluginBase::destroy function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Clears a plugin.
DisplayPluginBase::displaysExposed function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Determines if this display should display the exposed filters widgets.
DisplayPluginBase::elementPreRender function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php #pre_render callback for view display rendering.
DisplayPluginBase::execute function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Executes the view and returns data in the format required.
DisplayPluginBase::getAllHandlers function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Gets all the handlers used by the display.
DisplayPluginBase::getAllPlugins function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Gets all the plugins used by the display.
DisplayPluginBase::getArgumentsTokens function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns to tokens for arguments.
DisplayPluginBase::getArgumentText function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Provides help text for the arguments.
DisplayPluginBase::getAttachedDisplays function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Find out all displays which are attached to this display.
DisplayPluginBase::getCacheMetadata function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Gets the cache metadata.
DisplayPluginBase::getExtenders function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Gets the display extenders.
DisplayPluginBase::getFieldLabels function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Retrieves a list of fields for the current display.
DisplayPluginBase::getHandler function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Get the handler object for a single handler.
DisplayPluginBase::getHandlers function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Get a full array of handlers for $type. This caches them.
DisplayPluginBase::getLinkDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns the ID of the display to use when making links.
DisplayPluginBase::getMoreUrl function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Get the more URL for this view.
DisplayPluginBase::getOption function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Gets an option, from this display or the default display.
DisplayPluginBase::getPagerText function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Provides help text for pagers.
DisplayPluginBase::getPath function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns the base path to use for this display.
DisplayPluginBase::getPlugin function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Get the instance of a plugin, for example style or row.
DisplayPluginBase::getRoutedDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Points to the display which can be linked by this display.
DisplayPluginBase::getSpecialBlocks function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Provides the block system with any exposed widget blocks for this display.
DisplayPluginBase::getType function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns the display type that this display requires.
DisplayPluginBase::getUrl function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns a URL to $this display or its configured linked display.

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