public functionblockViewHelpBlockAlter(array &$build, BlockPluginInterface $block) : void {
// Assume that most users do not need or want to perform contextual actions on// the help block, so don't needlessly draw attention to it.unset($build['#contextual_links']);
}