DialogTestEntityEditForm.php
Namespace
Drupal\dialog_testFile
-
core/
modules/ system/ tests/ modules/ dialog_test/ src/ DialogTestEntityEditForm.php
View source
<?php
declare (strict_types=1);
namespace Drupal\dialog_test;
use Drupal\Core\Entity\EntityForm;
/**
* Base form for dialog test entity form edit form.
*/
class DialogTestEntityEditForm extends EntityForm {
/**
* {@inheritdoc}
*/
protected function getEditableConfigNames() : array {
return [
'dialog_test.settings',
];
}
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| DialogTestEntityEditForm | Base form for dialog test entity form edit form. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.