public functionblockViewSystemMainBlockAlter(array &$build, BlockPluginInterface $block) : void {
// Contextual links on the system_main block would basically duplicate the// tabs/local tasks, so reduce the clutter.unset($build['#contextual_links']);
}