You are here

public function ImcePluginBase::processUserConf in IMCE 8

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

Code

public function processUserConf(array &$conf, AccountProxyInterface $user) {
}