Change record status: 
Project: 
Introduced in branch: 
10.3.x
Introduced in version: 
10.3.0
Description: 

Calling \Drupal\views\ViewExecutable and \Drupal\views\ViewExecutableFactory now require \Drupal::service('plugin.manager.views.display'); in their constructor.

Any code initializing either of these classes should pass an instance of \Drupal::service('plugin.manager.views.display') as an argument.

Impacts: 
Module developers