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
DisplayPluginCollection::$view property core/modules/views/src/DisplayPluginCollection.php Stores a reference to the view which has this displays attached.
DisplayPluginCollection::clear function core/modules/views/src/DisplayPluginCollection.php Clears all instantiated plugins.
DisplayPluginCollection::get function core/modules/views/src/DisplayPluginCollection.php
DisplayPluginCollection::initializePlugin function core/modules/views/src/DisplayPluginCollection.php Initializes and stores a plugin.
DisplayPluginCollection::remove function core/modules/views/src/DisplayPluginCollection.php Removes an initialized plugin.
DisplayPluginCollection::__construct function core/modules/views/src/DisplayPluginCollection.php Constructs a DisplayPluginCollection object.
DisplayPluginCollection::__destruct function core/modules/views/src/DisplayPluginCollection.php Destructs a DisplayPluginCollection object.
DisplayPluginInterface interface core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides an interface for Views display plugins.
DisplayPluginInterface.php file core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php
DisplayPluginInterface::acceptAttachments function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Determines whether this display can use attachments.
DisplayPluginInterface::access function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Determines if the user has access to this display of the view.
DisplayPluginInterface::ajaxEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Whether the display is actually using AJAX or not.
DisplayPluginInterface::attachTo function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Allows displays to attach to other views.
DisplayPluginInterface::buildBasicRenderable function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Builds a basic render array which can be properly render cached.
DisplayPluginInterface::buildOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides the default form for setting options.
DisplayPluginInterface::buildRenderable function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Builds a renderable array of the view.
DisplayPluginInterface::calculateCacheMetadata function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Calculates the display's cache metadata by inspecting each handler/plugin.
DisplayPluginInterface::defaultableSections function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Lists the 'defaultable' sections and what items each section contains.
DisplayPluginInterface::destroy function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Destroys the display's components and the display itself.
DisplayPluginInterface::displaysExposed function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Determines if this display should display the exposed filters widgets.
DisplayPluginInterface::elementPreRender function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php #pre_render callback for view display rendering.
DisplayPluginInterface::execute function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Executes the view and returns data in the format required.
DisplayPluginInterface::getArgumentsTokens function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns to tokens for arguments.
DisplayPluginInterface::getArgumentText function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides help text for the arguments.
DisplayPluginInterface::getAttachedDisplays function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Find out all displays which are attached to this display.
DisplayPluginInterface::getCacheMetadata function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Gets the cache metadata.
DisplayPluginInterface::getExtenders function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Gets the display extenders.
DisplayPluginInterface::getFieldLabels function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Retrieves a list of fields for the current display.
DisplayPluginInterface::getHandler function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Get the handler object for a single handler.
DisplayPluginInterface::getHandlers function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Get a full array of handlers for $type. This caches them.
DisplayPluginInterface::getLinkDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns the ID of the display to use when making links.
DisplayPluginInterface::getOption function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Gets an option, from this display or the default display.
DisplayPluginInterface::getPagerText function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides help text for pagers.
DisplayPluginInterface::getPath function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns the base path to use for this display.
DisplayPluginInterface::getPlugin function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Get the instance of a plugin, for example style or row.
DisplayPluginInterface::getRoutedDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Points to the display which can be linked by this display.
DisplayPluginInterface::getSpecialBlocks function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides the block system with any exposed widget blocks for this display.
DisplayPluginInterface::getType function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns the display type that this display requires.
DisplayPluginInterface::getUrl function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns a URL to $this display or its configured linked display.
DisplayPluginInterface::hasPath function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Checks to see if the display has a 'path' field.
DisplayPluginInterface::initDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Initializes the display plugin.
DisplayPluginInterface::isDefaultDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Determines if this display is the 'default' display.
DisplayPluginInterface::isDefaulted function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Determines if an option is set to use the default or current display.
DisplayPluginInterface::isEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Whether the display is enabled.
DisplayPluginInterface::isIdentifierUnique function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Checks if the provided identifier is unique.
DisplayPluginInterface::isMoreEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Whether the display is using the 'more' link or not.
DisplayPluginInterface::isPagerEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Whether the display is using a pager or not.
DisplayPluginInterface::mergeDefaults function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Merges default values for all plugin types.
DisplayPluginInterface::newDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Reacts on adding a display.
DisplayPluginInterface::optionLink function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns a link to a section of a form.

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