public function UserRestrictionsManagerInterface::getErrors in User restrictions 8
Get all error messages.
Return value
string[] List of error messages keyed by restriction type.
1 method overrides UserRestrictionsManagerInterface::getErrors()
- UserRestrictionsManager::getErrors in src/
UserRestrictionsManager.php - Get all error messages.
File
- src/
UserRestrictionsManagerInterface.php, line 35
Class
- UserRestrictionsManagerInterface
- Defines the UserRestrictionManager interface.
Namespace
Drupal\user_restrictionsCode
public function getErrors();