DisplayPluginBase::renderFilters |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Does nothing (obsolete function). |
DisplayPluginBase::renderMoreLink |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Renders the 'more' link. |
DisplayPluginBase::renderPager |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Checks to see if the display plugins support pager rendering. |
DisplayPluginBase::setOption |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Sets an option, on this display or the default display. |
DisplayPluginBase::setOverride |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Flip the override setting for the given section. |
DisplayPluginBase::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Handle any special handling on the validate form. |
DisplayPluginBase::trustedCallbacks |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Lists the trusted callbacks provided by the implementing class. |
DisplayPluginBase::useGroupBy |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Does the display have groupby enabled? |
DisplayPluginBase::useMoreAlways |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Should the enabled display more link be shown when no more items? |
DisplayPluginBase::useMoreText |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Does the display have custom link text? |
DisplayPluginBase::usesAJAX |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Whether the display allows the use of AJAX or not. |
DisplayPluginBase::usesAreas |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Returns whether the display can use areas. |
DisplayPluginBase::usesAttachments |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Returns whether the display can use attachments. |
DisplayPluginBase::usesExposed |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Determines if this display uses exposed filters. |
DisplayPluginBase::usesExposedFormInBlock |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Checks to see if the display can put the exposed form in a block. |
DisplayPluginBase::usesFields |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Determines if the display's style uses fields. |
DisplayPluginBase::usesLinkDisplay |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Checks to see if the display has some need to link to another display. |
DisplayPluginBase::usesMore |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Whether the display allows the use of a 'more' link or not. |
DisplayPluginBase::usesPager |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Whether the display allows the use of a pager or not. |
DisplayPluginBase::validate |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Validate that the plugin is correct and can be saved. |
DisplayPluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Validate the options form. |
DisplayPluginBase::viewExposedFormBlocks |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Renders the exposed form as block. |
DisplayPluginBase::__construct |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Constructs a new DisplayPluginBase object. |
DisplayPluginCollection |
class |
core/modules/views/src/DisplayPluginCollection.php |
A class which wraps the displays of a view so you can lazy-initialize them. |
DisplayPluginCollection.php |
file |
core/modules/views/src/DisplayPluginCollection.php |
|
DisplayPluginCollection::$pluginKey |
property |
core/modules/views/src/DisplayPluginCollection.php |
The key within the plugin configuration that contains the plugin ID. |
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. |