$build['table']['#empty']=$this->t('There are no workflow types available. In order to create workflows you need to install a module that provides a workflow type. For example, the <a href=":content-moderation">Content Moderation</a> module provides a workflow type that enables workflows for content entities.',[':content-moderation'=>'/admin/modules#module-content-moderation']);
$build['table']['#empty']=$this->t('There are no workflow types available. In order to create workflows you need to install a module that provides a workflow type. For example, the <a href=":content-moderation">Content Moderation</a> module provides a workflow type that enables workflows for content entities.',[':content-moderation'=>Url::fromRoute('system.modules_list',[],['fragment'=>'module-content-moderation'])->toString()]);