EntityFormModeInterface.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityFormModeInterface.php
  2. 8.9.x core/lib/Drupal/Core/Entity/EntityFormModeInterface.php
  3. 10 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

Title Deprecated Summary
EntityFormModeInterface Provides an interface defining an entity form mode entity type.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.