You are here

EntityFormModeInterface.php in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 core/lib/Drupal/Core/Entity/EntityFormModeInterface.php

Namespace

Drupal\Core\Entity

File

core/lib/Drupal/Core/Entity/EntityFormModeInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Core\Entity\EntityFormModeInterface.
 */
namespace Drupal\Core\Entity;


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

}

Interfaces

Namesort descending Description
EntityFormModeInterface Provides an interface defining an entity form mode entity type.