@@ -885,14 +885,6 @@ public function __construct(ModuleHandlerInterface $module_handler) {
$this->moduleHandler=$module_handler;
}
/**
* {@inheritdoc}
*/
publicfunctionguess($path){
@trigger_error(__METHOD__.'() is deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use ::guessMimeType() instead. See https://www.drupal.org/node/3133341',E_USER_DEPRECATED);
@@ -74,14 +74,6 @@ public function guessMimeType(string $path) : ?string {
returnNULL;
}
/**
* {@inheritdoc}
*/
publicfunctionguess($path){
@trigger_error(__METHOD__.'() is deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use ::guessMimeType() instead. See https://www.drupal.org/node/3133341',E_USER_DEPRECATED);
return$this->guessMimeType($path);
}
/**
* Appends a MIME type guesser to the guessers chain.