// Reference the storage and the executable to each other.
$this->storage=$storage;
$this->storage->set('executable',$this);
$this->user=$user;
$this->viewsData=$views_data;
$this->routeProvider=$route_provider;
if($this->displayPluginManager===NULL){
@trigger_error('Calling '.__METHOD__.' without the $displayPluginManager argument is deprecated in drupal:10.3.0 and it will be required in drupal:12.0.0. See https://www.drupal.org/node/3410349',E_USER_DEPRECATED);
@trigger_error('Calling '.__METHOD__.' without the $displayPluginManager argument is deprecated in drupal:10.3.0 and it will be required in drupal:12.0.0. See https://www.drupal.org/node/3410349',E_USER_DEPRECATED);