<?php

namespace Drupal\Core\Entity;

/**
 * Provides an interface defining an entity form mode entity type.
 */
interface EntityFormModeInterface extends EntityDisplayModeInterface {

}
