Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Entity / EntityFormModeInterface.php
1 <?php
2
3 namespace Drupal\Core\Entity;
4
5 /**
6  * Provides an interface defining an entity form mode entity type.
7  */
8 interface EntityFormModeInterface extends EntityDisplayModeInterface {
9
10 }