function ViewExecutable::mergeDefaults
Merges all plugin default values for each display.
File
-
core/
modules/ views/ src/ ViewExecutable.php, line 2409
Class
- ViewExecutable
- Represents a view as a whole.
Namespace
Drupal\viewsCode
public function mergeDefaults() {
$this->initDisplay();
// Initialize displays and merge all plugin defaults.
foreach ($this->displayHandlers as $display) {
$display->mergeDefaults();
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.