protected functiongetBuildDefaults(EntityInterface $entity, $view_mode) {
$build = parent::getBuildDefaults($entity, $view_mode);
// The content block will be rendered in the wrapped block template already// and thus has no entity template itself.unset($build['#theme']);
return$build;
}