@trigger_error('Calling '.__METHOD__.'() without the $time argument is deprecated in drupal:10.3.0 and it will be required in drupal:11.0.0. See https://www.drupal.org/node/3387233',E_USER_DEPRECATED);
@@ -300,19 +250,4 @@ protected function pathAliasWhitelistRebuild($path = NULL) {
$this->whitelist->clear();
}
/**
* Wrapper method for REQUEST_TIME constant.
*
* @return int
*
* @deprecated in drupal:10.3.0 and is removed from drupal:11.0.0. Use
* the $this->time->getRequestTime() service instead.
*
* @see https://www.drupal.org/node/3387233
*/
protectedfunctiongetRequestTime(){
@trigger_error(__METHOD__.'() is deprecated in drupal:10.3.0 and is removed from drupal:11.0.0. Use the $this->time->getRequestTime() instead. See https://www.drupal.org/node/3387233',E_USER_DEPRECATED);