d7fa5527b1b058cba06199e0065db65949b39ff4
[yaffs-website] / EntityDisplayModeEditForm.php
1 <?php
2
3 namespace Drupal\field_ui\Form;
4
5 /**
6  * Provides the edit form for entity display modes.
7  *
8  * @internal
9  */
10 class EntityDisplayModeEditForm extends EntityDisplayModeFormBase {
11
12 }