<?php

namespace Drupal\Core\Entity;

interface EntityChangedInterface extends EntityInterface {
}
