DialogTestEntityForm.php

Namespace

Drupal\dialog_test\Entity

File

core/modules/system/tests/modules/dialog_test/src/Entity/DialogTestEntityForm.php

View source
<?php

declare (strict_types=1);
namespace Drupal\dialog_test\Entity;

use Drupal\Core\Config\Entity\ConfigEntityBundleBase;
use Drupal\Core\Entity\Attribute\ConfigEntityType;
use Drupal\Core\StringTranslation\TranslatableMarkup;
use Drupal\dialog_test\DialogTestEntityEditForm;

/**
 * Define the dialog test entity form entity.
 */
class DialogTestEntityForm extends ConfigEntityBundleBase {

}

Classes

Title Deprecated Summary
DialogTestEntityForm Define the dialog test entity form entity.

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