You are here

EntityFormModeInterface.php in Drupal 9

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

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.