<?php

namespace Drupal\Core\Entity;

interface EntityPublishedInterface extends EntityInterface {
}
