public function User::getGlobalConfigFormId in Rabbit Hole 8
Same name and namespace in other branches
- 2.x modules/rh_user/src/Plugin/RabbitHoleEntityPlugin/User.php \Drupal\rh_user\Plugin\RabbitHoleEntityPlugin\User::getGlobalConfigFormId()
Return the form ID of the config form for this plugin's entity.
Return the form ID of the global config form for the entity targeted by this plugin.
Return value
string The form ID of the global config form.
Overrides RabbitHoleEntityPluginBase::getGlobalConfigFormId
File
- modules/
rh_user/ src/ Plugin/ RabbitHoleEntityPlugin/ User.php, line 22
Class
- User
- Implements rabbit hole behavior for users.
Namespace
Drupal\rh_user\Plugin\RabbitHoleEntityPluginCode
public function getGlobalConfigFormId() {
return "user_admin_settings";
}