@@ -475,14 +475,6 @@ function drupal_static_reset($name = NULL) {
case'taxonomy_vocabulary_get_names':
@trigger_error("Calling drupal_static_reset() with 'taxonomy_vocabulary_get_names' as argument is deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. There is no replacement for this usage. See https://www.drupal.org/node/3039041",E_USER_DEPRECATED);
break;
case'Drupal\book\BookManager::bookSubtreeData':
case'Drupal\book\BookManager::bookTreeAllData':
case'Drupal\book\BookManager::doBookTreeBuild':
@trigger_error("Calling drupal_static_reset() with '{$name}' as argument is deprecated in drupal:9.3.0 and is removed in drupal:10.0.0. Use \Drupal::service('book.memory_cache')->deleteAll() instead. See https://www.drupal.org/node/3039439",E_USER_DEPRECATED);
@trigger_error('The entity.repository service must be passed to '.__NAMESPACE__.'\BookBreadcrumbBuilder::__construct(). It was added in drupal:9.2.0 and will be required before drupal:10.0.0.',E_USER_DEPRECATED);
@trigger_error('The language_manager service must be passed to '.__NAMESPACE__.'\BookBreadcrumbBuilder::__construct(). It was added in drupal:9.2.0 and will be required before drupal:10.0.0.',E_USER_DEPRECATED);
@trigger_error('The entity.repository service must be passed to '.__NAMESPACE__.'\BookExport::__construct(). It was added in drupal:9.2.0 and will be required before drupal:10.0.0.',E_USER_DEPRECATED);
@trigger_error('The language_manager service must be passed to '.__NAMESPACE__.'\BookManager::__construct(). It was added in drupal:9.2.0 and will be required before drupal:10.0.0.',E_USER_DEPRECATED);
@trigger_error('The entity.repository service must be passed to '.__NAMESPACE__.'\BookManager::__construct(). It was added in drupal:9.2.0 and will be required before drupal:10.0.0.',E_USER_DEPRECATED);
@trigger_error('Calling BookManager::__construct() without the $backend_chained_cache argument is deprecated in drupal:9.3.0 and the $backend_chained_cache argument will be required in drupal:10.0.0. See https://www.drupal.org/node/3039439',E_USER_DEPRECATED);
@trigger_error('Calling BookManager::__construct() without the $memory_cache argument is deprecated in drupal:9.3.0 and the $memory_cache argument will be required in drupal:10.0.0. See https://www.drupal.org/node/3039439',E_USER_DEPRECATED);
@trigger_error('Passing the request_stack service to '.__METHOD__.'() is deprecated in drupal:9.2.0 and will be removed before drupal:10.0.0. The parameter should be an instance of \Drupal\Core\Routing\RouteMatchInterface instead.',E_USER_DEPRECATED);