UserRestrictionsEditForm.php in User restrictions 8
Namespace
Drupal\user_restrictions\FormFile
src/Form/UserRestrictionsEditForm.phpView source
<?php
namespace Drupal\user_restrictions\Form;
use Drupal\Core\Form\FormStateInterface;
/**
* Provides an edit form for image effects.
*/
class UserRestrictionsEditForm extends UserRestrictionsFormBase {
}
Classes
Name | Description |
---|---|
UserRestrictionsEditForm | Provides an edit form for image effects. |