class DialogTestEntityEditForm

Base form for dialog test entity form edit form.

Hierarchy

Expanded class hierarchy of DialogTestEntityEditForm

1 file declares its use of DialogTestEntityEditForm
DialogTestEntityForm.php in core/modules/system/tests/modules/dialog_test/src/Entity/DialogTestEntityForm.php

File

core/modules/system/tests/modules/dialog_test/src/DialogTestEntityEditForm.php, line 12

Namespace

Drupal\dialog_test
View source
class DialogTestEntityEditForm extends EntityForm {
  
  /**
   * {@inheritdoc}
   */
  protected function getEditableConfigNames() : array {
    return [
      'dialog_test.settings',
    ];
  }

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.