Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DisplayPluginBase::renderFilters | function | core/ |
Does nothing (obsolete function). |
| DisplayPluginBase::renderMoreLink | function | core/ |
Renders the 'more' link. |
| DisplayPluginBase::renderPager | function | core/ |
Checks to see if the display plugins support pager rendering. |
| DisplayPluginBase::setOption | function | core/ |
Sets an option, on this display or the default display. |
| DisplayPluginBase::setOverride | function | core/ |
Flip the override setting for the given section. |
| DisplayPluginBase::submitOptionsForm | function | core/ |
Handle any special handling on the validate form. |
| DisplayPluginBase::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
| DisplayPluginBase::useGroupBy | function | core/ |
Does the display have groupby enabled? |
| DisplayPluginBase::useMoreAlways | function | core/ |
Should the enabled display more link be shown when no more items? |
| DisplayPluginBase::useMoreText | function | core/ |
Does the display have custom link text? |
| DisplayPluginBase::usesAJAX | function | core/ |
Whether the display allows the use of AJAX or not. |
| DisplayPluginBase::usesAreas | function | core/ |
Returns whether the display can use areas. |
| DisplayPluginBase::usesAttachments | function | core/ |
Returns whether the display can use attachments. |
| DisplayPluginBase::usesExposed | function | core/ |
Determines if this display uses exposed filters. |
| DisplayPluginBase::usesExposedFormInBlock | function | core/ |
Checks to see if the display can put the exposed form in a block. |
| 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/ |
#pre_render callback for 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. |
Pagination
- Previous page
- Page 399
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.