@trigger_error('Passing the database service to '.__METHOD__.'() is deprecated in drupal:9.2.0 and will be removed before drupal:10.0.0. See https://www.drupal.org/node/3178412',E_USER_DEPRECATED);
$node_storage=func_get_arg(4);
}
if(!$node_storageinstanceofNodeStorageInterface){
thrownew\InvalidArgumentException('The fourth argument must implement \Drupal\node\NodeStorageInterface.');
}
$this->nodeStorage=$node_storage;
}
@@ -57,7 +61,6 @@ public static function create(ContainerInterface $container, array $configuratio
$this->expectDeprecation('Passing the database service to Drupal\node\Plugin\views\argument\Vid::__construct() is deprecated in drupal:9.2.0 and will be removed before drupal:10.0.0. See https://www.drupal.org/node/3178412');