public functionlocalTasksAlter(&$local_tasks) : void {
// Removes 'Revisions' local task added by deriver. Local task// 'entity.node.version_history' will be replaced by// 'entity.version_history:node.version_history' after// https://www.drupal.org/project/drupal/issues/3153559.unset($local_tasks['entity.version_history:node.version_history']);
}