public function ImcePluginManager::alterProfileForm in IMCE 8
Same name and namespace in other branches
- 8.2 src/ImcePluginManager.php \Drupal\imce\ImcePluginManager::alterProfileForm()
Alters an Imce Profile form.
File
- src/
ImcePluginManager.php, line 127
Class
- ImcePluginManager
- Provides a plugin manager for Imce Plugins.
Namespace
Drupal\imceCode
public function alterProfileForm(array &$form, FormStateInterface $form_state, ImceProfile $imce_profile) {
return $this
->invokeAll('alterProfileForm', $form, $form_state, $imce_profile);
}