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