public function ViewStorage::initDisplay in Views (for Drupal 7) 8.3
Initializes the display.
@todo Inspect calls to this and attempt to clean up.
See also
Drupal\views\ViewExecutable::initDisplay()
File
- lib/
Drupal/ views/ ViewStorage.php, line 159 - Definition of Drupal\views\ViewStorage.
Class
- ViewStorage
- Defines a ViewStorage configuration entity class.
Namespace
Drupal\viewsCode
public function initDisplay() {
$this
->getExecutable()
->initDisplay();
}