You are here

RoleForm.php in Lightning Core 8.2

File

src/Form/RoleForm.php
View source
<?php

namespace Drupal\lightning_core\Form;

use Drupal\lightning_core\EntityDescriptionFormTrait;
use Drupal\user\RoleForm as BaseRoleForm;

/**
 * Adds description support to the user role entity form.
 */
class RoleForm extends BaseRoleForm {
  use EntityDescriptionFormTrait;

}

Classes

Namesort descending Description
RoleForm Adds description support to the user role entity form.