You are here

public function ImcePluginInterface::processUserConf in IMCE 8.2

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

Processes profile configuration for a user.

1 method overrides ImcePluginInterface::processUserConf()
ImcePluginBase::processUserConf in src/ImcePluginBase.php
Processes profile configuration for a user.

File

src/ImcePluginInterface.php, line 40

Class

ImcePluginInterface
Defines an interface for Imce plugins.

Namespace

Drupal\imce

Code

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