function DefaultDisplay::isDefaultDisplay

Determine if this display is the default which contains fallback settings.

Overrides DisplayPluginBase::isDefaultDisplay

File

core/modules/views/src/Plugin/views/display/DefaultDisplay.php, line 32

Class

DefaultDisplay
A plugin to handle defaults on a view.

Namespace

Drupal\views\Plugin\views\display

Code

public function isDefaultDisplay() {
  return TRUE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.