Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
0 / 0 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
|
| <?php | |
| /** | |
| * @file | |
| * Contains \Drupal\Core\Entity\EntityFormModeInterface. | |
| */ | |
| namespace Drupal\Core\Entity; | |
| /** | |
| * Provides an interface defining an entity form mode entity type. | |
| */ | |
| interface EntityFormModeInterface extends EntityDisplayModeInterface { | |
| } |