Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DisplayPluginBase::usesFields | function | core/ |
Determines if the display's style uses fields. |
| DisplayPluginBase::usesLinkDisplay | function | core/ |
Checks to see if the display has some need to link to another display. |
| DisplayPluginBase::usesMore | function | core/ |
Whether the display allows the use of a 'more' link or not. |
| DisplayPluginBase::usesPager | function | core/ |
Whether the display allows the use of a pager or not. |
| DisplayPluginBase::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
| DisplayPluginBase::validateOptionsForm | function | core/ |
Validate the options form. |
| DisplayPluginBase::viewExposedFormBlocks | function | core/ |
Renders the exposed form as block. |
| DisplayPluginBase::__construct | function | core/ |
Constructs a new DisplayPluginBase object. |
| DisplayPluginCollection | class | core/ |
A class which wraps the displays of a view so you can lazy-initialize them. |
| DisplayPluginCollection.php | file | core/ |
|
| DisplayPluginCollection::$pluginKey | property | core/ |
The key within the plugin configuration that contains the plugin ID. |
| DisplayPluginCollection::$view | property | core/ |
Stores a reference to the view which has this displays attached. |
| DisplayPluginCollection::clear | function | core/ |
Clears all instantiated plugins. |
| DisplayPluginCollection::get | function | core/ |
|
| DisplayPluginCollection::initializePlugin | function | core/ |
Initializes and stores a plugin. |
| DisplayPluginCollection::remove | function | core/ |
Removes an initialized plugin. |
| DisplayPluginCollection::__construct | function | core/ |
Constructs a DisplayPluginCollection object. |
| DisplayPluginCollection::__destruct | function | core/ |
Destructs a DisplayPluginCollection object. |
| DisplayPluginInterface | interface | core/ |
Provides an interface for Views display plugins. |
| DisplayPluginInterface.php | file | core/ |
|
| DisplayPluginInterface::acceptAttachments | function | core/ |
Determines whether this display can use attachments. |
| DisplayPluginInterface::access | function | core/ |
Determines if the user has access to this display of the view. |
| DisplayPluginInterface::ajaxEnabled | function | core/ |
Whether the display is actually using AJAX or not. |
| DisplayPluginInterface::attachTo | function | core/ |
Allows displays to attach to other views. |
| DisplayPluginInterface::buildBasicRenderable | function | core/ |
Builds a basic render array which can be properly render cached. |
| DisplayPluginInterface::buildOptionsForm | function | core/ |
Provides the default form for setting options. |
| DisplayPluginInterface::buildRenderable | function | core/ |
Builds a renderable array of the view. |
| DisplayPluginInterface::calculateCacheMetadata | function | core/ |
Calculates the display's cache metadata by inspecting each handler/plugin. |
| DisplayPluginInterface::defaultableSections | function | core/ |
Lists the 'defaultable' sections and what items each section contains. |
| DisplayPluginInterface::destroy | function | core/ |
Destroys the display's components and the display itself. |
| DisplayPluginInterface::displaysExposed | function | core/ |
Determines if this display should display the exposed filters widgets. |
| DisplayPluginInterface::elementPreRender | function | core/ |
Render API callback: Performs view display rendering. |
| DisplayPluginInterface::execute | function | core/ |
Executes the view and returns data in the format required. |
| DisplayPluginInterface::getArgumentsTokens | function | core/ |
Returns to tokens for arguments. |
| DisplayPluginInterface::getArgumentText | function | core/ |
Provides help text for the arguments. |
| DisplayPluginInterface::getAttachedDisplays | function | core/ |
Find out all displays which are attached to this display. |
| DisplayPluginInterface::getCacheMetadata | function | core/ |
Gets the cache metadata. |
| DisplayPluginInterface::getExtenders | function | core/ |
Gets the display extenders. |
| DisplayPluginInterface::getFieldLabels | function | core/ |
Retrieves a list of fields for the current display. |
| DisplayPluginInterface::getHandler | function | core/ |
Get the handler object for a single handler. |
| DisplayPluginInterface::getHandlers | function | core/ |
Get a full array of handlers for $type. This caches them. |
| DisplayPluginInterface::getLinkDisplay | function | core/ |
Returns the ID of the display to use when making links. |
| DisplayPluginInterface::getOption | function | core/ |
Gets an option, from this display or the default display. |
| DisplayPluginInterface::getPagerText | function | core/ |
Provides help text for pagers. |
| DisplayPluginInterface::getPath | function | core/ |
Returns the base path to use for this display. |
| DisplayPluginInterface::getPlugin | function | core/ |
Get the instance of a plugin, for example style or row. |
| DisplayPluginInterface::getRoutedDisplay | function | core/ |
Points to the display which can be linked by this display. |
| DisplayPluginInterface::getSpecialBlocks | function | core/ |
Provides the block system with any exposed widget blocks for this display. |
| DisplayPluginInterface::getType | function | core/ |
Returns the display type that this display requires. |
| DisplayPluginInterface::getUrl | function | core/ |
Returns a URL to $this display or its configured linked display. |
Pagination
- Previous page
- Page 371
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.