public function UserRestrictionTypeInterface::getErrorMessage in User restrictions 8
Get error message displayed to the user.
Return value
string Error message.
1 method overrides UserRestrictionTypeInterface::getErrorMessage()
- UserRestrictionTypeBase::getErrorMessage in src/
Plugin/ UserRestrictionType/ UserRestrictionTypeBase.php - Get error message displayed to the user.
File
- src/
Plugin/ UserRestrictionTypeInterface.php, line 45
Class
- UserRestrictionTypeInterface
- Defines the interface for UserRestrictionType plugins.
Namespace
Drupal\user_restrictions\PluginCode
public function getErrorMessage();