Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DisplayPluginBase::isDefaultDisplay | function | core/ |
Determines if this display is the 'default' display. |
| DisplayPluginBase::isDefaulted | function | core/ |
Determines if an option is set to use the default or current display. |
| DisplayPluginBase::isEnabled | function | core/ |
Whether the display is enabled. |
| DisplayPluginBase::isIdentifierUnique | function | core/ |
Checks if the provided identifier is unique. |
| DisplayPluginBase::isMoreEnabled | function | core/ |
Whether the display is using the 'more' link or not. |
| DisplayPluginBase::isPagerEnabled | function | core/ |
Whether the display is using a pager or not. |
| DisplayPluginBase::mergeDefaults | function | core/ |
Merges default values for all plugin types. |
| DisplayPluginBase::mergeHandler | function | core/ |
Merges handlers default values. |
| DisplayPluginBase::mergePlugin | function | core/ |
Merges plugins default values. |
| DisplayPluginBase::newDisplay | function | core/ |
Reacts on adding a display. |
| DisplayPluginBase::optionLink | function | core/ |
Returns a link to a section of a form. |
| DisplayPluginBase::optionsOverride | function | core/ |
If override/revert was clicked, perform the proper toggle. |
| DisplayPluginBase::optionsSummary | function | core/ |
Provides the default summary for options in the views UI. |
| DisplayPluginBase::outputIsEmpty | function | core/ |
Is the output of the view empty. |
| DisplayPluginBase::overrideOption | function | core/ |
Set an option and force it to be an override. |
| DisplayPluginBase::preExecute | function | core/ |
Sets up any variables on the view prior to execution. |
| DisplayPluginBase::preview | function | core/ |
Renders the display for the purposes of a live preview. |
| DisplayPluginBase::query | function | core/ |
Add anything to the query that we might need to. |
| DisplayPluginBase::remove | function | core/ |
Reacts on deleting a display. |
| DisplayPluginBase::render | function | core/ |
Renders this display. |
| DisplayPluginBase::renderArea | function | core/ |
Renders one of the available areas. |
| 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/ |
Pagination
- Previous page
- Page 409
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.