interface EntityFormModeInterface

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityFormModeInterface.php \Drupal\Core\Entity\EntityFormModeInterface
  2. 8.9.x core/lib/Drupal/Core/Entity/EntityFormModeInterface.php \Drupal\Core\Entity\EntityFormModeInterface
  3. 10 core/lib/Drupal/Core/Entity/EntityFormModeInterface.php \Drupal\Core\Entity\EntityFormModeInterface

Provides an interface defining an entity form mode entity type.

Hierarchy

  • interface \Drupal\Core\Config\Entity\ThirdPartySettingsInterface; interface \Drupal\Core\Entity\EntityInterface extends \Drupal\Core\Access\AccessibleInterface \Drupal\Core\Cache\CacheableDependencyInterface \Drupal\Core\Cache\RefinableCacheableDependencyInterface; interface \Drupal\Core\Entity\SynchronizableInterface extends \Drupal\Core\Entity\EntityInterface
    • interface \Drupal\Core\Config\Entity\ConfigEntityInterface extends \Drupal\Core\Entity\EntityInterface \Drupal\Core\Config\Entity\ThirdPartySettingsInterface \Drupal\Core\Entity\SynchronizableInterface

Expanded class hierarchy of EntityFormModeInterface

All classes that implement EntityFormModeInterface

2 files declare their use of EntityFormModeInterface
EntityFormMode.php in core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php
field_ui.module in core/modules/field_ui/field_ui.module
Allows administrators to attach custom fields to fieldable types.

File

core/lib/Drupal/Core/Entity/EntityFormModeInterface.php, line 8

Namespace

Drupal\Core\Entity
View source
interface EntityFormModeInterface extends EntityDisplayModeInterface {

}

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