You are here

public function User::getGlobalConfigFormId in Rabbit Hole 2.x

Same name and namespace in other branches
  1. 8 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\RabbitHoleEntityPlugin

Code

public function getGlobalConfigFormId() {
  return "user_admin_settings";
}