interface EntityFormModeInterface
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/EntityFormModeInterface.php \Drupal\Core\Entity\EntityFormModeInterface
- 10 core/lib/Drupal/Core/Entity/EntityFormModeInterface.php \Drupal\Core\Entity\EntityFormModeInterface
- 11.x 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
- interface \Drupal\Core\Entity\EntityDisplayModeInterface extends \Drupal\Core\Config\Entity\ConfigEntityInterface
- interface \Drupal\Core\Entity\EntityFormModeInterface extends \Drupal\Core\Entity\EntityDisplayModeInterface
- interface \Drupal\Core\Entity\EntityDisplayModeInterface extends \Drupal\Core\Config\Entity\ConfigEntityInterface
- 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\EntityView source
interface EntityFormModeInterface extends EntityDisplayModeInterface {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.