By dimitriskr on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.3.x
Introduced in version:
10.3.0
Issue links:
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