public function ImcePluginBase::processUserConf in IMCE 8.2
Same name and namespace in other branches
- 8 src/ImcePluginBase.php \Drupal\imce\ImcePluginBase::processUserConf()
Processes profile configuration for a user.
Overrides ImcePluginInterface::processUserConf
File
- src/
ImcePluginBase.php, line 41
Class
- ImcePluginBase
- Defines a base Imce plugin implementation.
Namespace
Drupal\imceCode
public function processUserConf(array &$conf, AccountProxyInterface $user) {
}