public function UserProtectionInterface::description in User protect 8
Returns the description of the protection.
Return value
string The user protection description.
1 method overrides UserProtectionInterface::description()
- UserProtectionBase::description in src/
Plugin/ UserProtection/ UserProtectionBase.php - Returns the description of the protection.
File
- src/
Plugin/ UserProtection/ UserProtectionInterface.php, line 31
Class
- UserProtectionInterface
- Defines the interface for user protection plugins.
Namespace
Drupal\userprotect\Plugin\UserProtectionCode
public function description();