Delete |
src/Plugin/UserProtection/Delete.php |
Protects the user from being deleted. |
Edit |
src/Plugin/UserProtection/Edit.php |
Protects the user from being edited. |
Mail |
src/Plugin/UserProtection/Mail.php |
Protects user's mail address. |
Password |
src/Plugin/UserProtection/Password.php |
Protects user's password. |
Roles |
src/Plugin/UserProtection/Roles.php |
Protects user's roles. |
Status |
src/Plugin/UserProtection/Status.php |
Protects user's status. |
Username |
src/Plugin/UserProtection/Username.php |
Protects user's name. |
UserProtectionBase |
src/Plugin/UserProtection/UserProtectionBase.php |
Provides a base class for UserProtection plugins. |
UserProtectionInterface |
src/Plugin/UserProtection/UserProtectionInterface.php |
Defines the interface for user protection plugins. |
UserProtectionManager |
src/Plugin/UserProtection/UserProtectionManager.php |
Manages user protection plugins. |
UserProtectionPluginCollection |
src/Plugin/UserProtection/UserProtectionPluginCollection.php |
A collection of protection rules. |