Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
DisplayPluginInterface::hasPath | function | core/ |
Checks to see if the display has a 'path' field. |
DisplayPluginInterface::initDisplay | function | core/ |
Initializes the display plugin. |
DisplayPluginInterface::isDefaultDisplay | function | core/ |
Determines if this display is the 'default' display. |
DisplayPluginInterface::isDefaulted | function | core/ |
Determines if an option is set to use the default or current display. |
DisplayPluginInterface::isEnabled | function | core/ |
Whether the display is enabled. |
DisplayPluginInterface::isIdentifierUnique | function | core/ |
Checks if the provided identifier is unique. |
DisplayPluginInterface::isMoreEnabled | function | core/ |
Whether the display is using the 'more' link or not. |
DisplayPluginInterface::isPagerEnabled | function | core/ |
Whether the display is using a pager or not. |
DisplayPluginInterface::mergeDefaults | function | core/ |
Merges default values for all plugin types. |
DisplayPluginInterface::newDisplay | function | core/ |
Reacts on adding a display. |
DisplayPluginInterface::optionLink | function | core/ |
Returns a link to a section of a form. |
DisplayPluginInterface::optionsOverride | function | core/ |
If override/revert was clicked, perform the proper toggle. |
DisplayPluginInterface::optionsSummary | function | core/ |
Provides the default summary for options in the views UI. |
DisplayPluginInterface::outputIsEmpty | function | core/ |
Is the output of the view empty. |
DisplayPluginInterface::overrideOption | function | core/ |
Set an option and force it to be an override. |
DisplayPluginInterface::preExecute | function | core/ |
Sets up any variables on the view prior to execution. |
DisplayPluginInterface::preview | function | core/ |
Renders the display for the purposes of a live preview. |
DisplayPluginInterface::query | function | core/ |
Injects anything into the query that the display handler needs. |
DisplayPluginInterface::remove | function | core/ |
Reacts on deleting a display. |
DisplayPluginInterface::render | function | core/ |
Renders this display. |
DisplayPluginInterface::renderArea | function | core/ |
Renders one of the available areas. |
DisplayPluginInterface::renderFilters | function | core/ |
Does nothing (obsolete function). |
DisplayPluginInterface::renderMoreLink | function | core/ |
Renders the 'more' link. |
DisplayPluginInterface::renderPager | function | core/ |
Checks to see if the display plugins support pager rendering. |
DisplayPluginInterface::setOption | function | core/ |
Sets an option, on this display or the default display. |
DisplayPluginInterface::setOverride | function | core/ |
Flip the override setting for the given section. |
DisplayPluginInterface::submitOptionsForm | function | core/ |
Performs any necessary changes to the form values prior to storage. |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.