You are here

16 calls to DisplayPluginBase::getPlugin() in Zircon Profile 8

DisplayPluginBase::access in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Determines if the user has access to this display of the view.
DisplayPluginBase::applyDisplayCachablityMetadata in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Applies the cacheability of the current display to the given render array.
DisplayPluginBase::buildOptionsForm in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Provide a form to edit options for this plugin.
DisplayPluginBase::calculateCacheMetadata in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Calculates the display's cache metadata by inspecting each handler/plugin.
DisplayPluginBase::getAllPlugins in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Gets all the plugins used by the display.
DisplayPluginBase::isPagerEnabled in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Whether the display is using a pager or not.
DisplayPluginBase::mergePlugin in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Merges plugins default values.
DisplayPluginBase::optionsSummary in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Provides the default summary for options in the views UI.
DisplayPluginBase::preExecute in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Sets up any variables on the view prior to execution.
DisplayPluginBase::submitOptionsForm in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Handle any special handling on the validate form.
DisplayPluginBase::usesExposed in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Determines if this display uses exposed filters.
DisplayPluginBase::validate in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Validate that the plugin is correct and can be saved.
DisplayPluginBase::validateOptionsForm in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Validate the options form.
DisplayPluginBase::viewExposedFormBlocks in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Renders the exposed form as block.
PathPluginBase::getRoute in core/modules/views/src/Plugin/views/display/PathPluginBase.php
Generates a route entry for a given view and display.
RestExport::collectRoutes in core/modules/rest/src/Plugin/views/display/RestExport.php
Adds the route entry of a view to the collection.