You are here

public function ImcePluginManager::processUserConf in IMCE 8

Same name and namespace in other branches
  1. 8.2 src/ImcePluginManager.php \Drupal\imce\ImcePluginManager::processUserConf()

Processes profile configuration for a user.

File

src/ImcePluginManager.php, line 141

Class

ImcePluginManager
Provides a plugin manager for Imce Plugins.

Namespace

Drupal\imce

Code

public function processUserConf(array &$conf, AccountProxyInterface $user) {
  return $this
    ->invokeAll('processUserConf', $conf, $user);
}