@trigger_error(__METHOD__.'() is deprecated in drupal:9.4.0 and will be required in drupal:10.0.0. Use dependency injection instead. See https://www.drupal.org/node/3218001',E_USER_DEPRECATED);
@trigger_error('Calling '.__METHOD__.' without the $pager_manager argument is deprecated in drupal:9.4.0 and will be required in drupal:10.0.0. Use the relevant service to instantiate extenders. See https://www.drupal.org/node/3218001',E_USER_DEPRECATED);
$pager_manager=\Drupal::service('pager.manager');
}
parent::__construct($query,$connection);
$this->pagerManager=$pager_manager;
// Add pager tag. Do this here to ensure that it is always added before
@trigger_error("Passing '$extender_name' as a fully qualified class name to ".__METHOD__.'() is deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. Pass the appropriate suffix for a \'select_extender_factory\' service instead. See https://www.drupal.org/node/3218001',E_USER_DEPRECATED);