Overrides ModerationHandler::isModeratedEntity
public function isModeratedEntity(ContentEntityInterface $entity) { // Only reusable blocks can be moderated individually. Non-reusable or // inline blocks are moderated as part of the entity they are a composite // of. return $entity->isReusable(); }