<?php/** * @file * Contains \Drupal\Core\Entity\Display\EntityFormDisplayInterface. */namespaceDrupal\Core\Entity\Display;/** * Provides a common interface for entity form displays. */interfaceEntityFormDisplayInterfaceextendsEntityDisplayInterface{}