function ChangeUserRoleBase::defaultConfiguration
Same name in other branches
- 9 core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php \Drupal\user\Plugin\Action\ChangeUserRoleBase::defaultConfiguration()
- 8.9.x core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php \Drupal\user\Plugin\Action\ChangeUserRoleBase::defaultConfiguration()
- 10 core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php \Drupal\user\Plugin\Action\ChangeUserRoleBase::defaultConfiguration()
Overrides ConfigurableActionBase::defaultConfiguration
File
-
core/
modules/ user/ src/ Plugin/ Action/ ChangeUserRoleBase.php, line 52
Class
- ChangeUserRoleBase
- Provides a base class for operations to change a user's role.
Namespace
Drupal\user\Plugin\ActionCode
public function defaultConfiguration() {
return [
'rid' => '',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.