You are here

EntityDisplayModeEditForm.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/field_ui/src/Form/EntityDisplayModeEditForm.php

File

core/modules/field_ui/src/Form/EntityDisplayModeEditForm.php
View source
<?php

namespace Drupal\field_ui\Form;


/**
 * Provides the edit form for entity display modes.
 *
 * @internal
 */
class EntityDisplayModeEditForm extends EntityDisplayModeFormBase {

}

Classes

Namesort descending Description
EntityDisplayModeEditForm Provides the edit form for entity display modes.