EntityFormModeInterface.php in Zircon Profile 8
Same filename and directory in other branches
Namespace
Drupal\Core\EntityFile
core/lib/Drupal/Core/Entity/EntityFormModeInterface.phpView 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
Name | Description |
---|---|
EntityFormModeInterface | Provides an interface defining an entity form mode entity type. |