Issue #2789315 by amateescu, timmillwood, claudiu.cristea, sandervd,...
Issue #2789315 by amateescu, timmillwood, claudiu.cristea, sandervd, GroovyCarrot, catch, Wim Leers, pfrenssen, Berdir, twistor, xjm: Create EntityPublishedInterface and use for Node and Comment
thrownewUnsupportedEntityTypeDefinitionException('The entity type '.$entity_type->id().' does not implement \Drupal\Core\Entity\EntityPublishedInterface.');
}
if(!$entity_type->hasKey('published')){
thrownewUnsupportedEntityTypeDefinitionException('The entity type '.$entity_type->id().' does not have a "published" entity key.');