protected property UserRegistrationResource::$userSettings in Drupal 8
Same name and namespace in other branches
- 9 core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php \Drupal\user\Plugin\rest\resource\UserRegistrationResource::userSettings
- 10 core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php \Drupal\user\Plugin\rest\resource\UserRegistrationResource::userSettings
User settings config instance.
Type: \Drupal\Core\Config\ImmutableConfig
File
- core/
modules/ user/ src/ Plugin/ rest/ resource/ UserRegistrationResource.php, line 40
Class
- UserRegistrationResource
- Represents user registration as a resource.
Namespace
Drupal\user\Plugin\rest\resourceCode
protected $userSettings;