Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
DisplayPluginBase.php
»
DisplayPluginBase
»
DisplayPluginBase::getPlugin
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
13 calls to DisplayPluginBase::getPlugin()
DisplayPluginBase::access
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
DisplayPluginBase.php
Determine if the user has access to this display of the view.
DisplayPluginBase::buildOptionsForm
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
DisplayPluginBase.php
Provide the default form for setting options.
DisplayPluginBase::isPagerEnabled
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
DisplayPluginBase.php
Whether the display is using a pager or not.
DisplayPluginBase::mergePlugin
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
DisplayPluginBase.php
Merges plugins default values.
DisplayPluginBase::optionsSummary
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
DisplayPluginBase.php
Provide the default summary for options in the views UI.
DisplayPluginBase::preExecute
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
DisplayPluginBase.php
Set up any variables on the view prior to execution. These are separated from execute because they are extremely common and unlikely to be overridden on an individual display.
DisplayPluginBase::submitOptionsForm
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
DisplayPluginBase.php
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
DisplayPluginBase::usesExposed
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
DisplayPluginBase.php
Determine if this display uses exposed filters, so the view will know whether or not to build them.
DisplayPluginBase::validate
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
DisplayPluginBase.php
Make sure the display and all associated handlers are valid.
DisplayPluginBase::validateOptionsForm
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
DisplayPluginBase.php
Validate the options form.
DisplayPluginBase::viewExposedFormBlocks
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
DisplayPluginBase.php
Render the exposed form as block.
PathPluginBase::collectRoutes
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
PathPluginBase.php
Adds the route entry of a view to the collection.
RestExport::collectRoutes
in drupal/
core/
modules/
rest/
lib/
Drupal/
rest/
Plugin/
views/
display/
RestExport.php
Adds the route entry of a view to the collection.