You are here

UserRestrictionsEditForm.php in User restrictions 8

File

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

namespace Drupal\user_restrictions\Form;

use Drupal\Core\Form\FormStateInterface;

/**
 * Provides an edit form for image effects.
 */
class UserRestrictionsEditForm extends UserRestrictionsFormBase {

}

Classes

Namesort descending Description
UserRestrictionsEditForm Provides an edit form for image effects.