Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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.
RSS feed
Powered by Drupal