public function ImcePluginInterface::validateProfileForm in IMCE 8.2
Same name and namespace in other branches
- 8 src/ImcePluginInterface.php \Drupal\imce\ImcePluginInterface::validateProfileForm()
Validates entity form of an Imce Profile.
1 method overrides ImcePluginInterface::validateProfileForm()
- ImcePluginBase::validateProfileForm in src/
ImcePluginBase.php - Validates entity form of an Imce Profile.
File
- src/
ImcePluginInterface.php, line 35
Class
- ImcePluginInterface
- Defines an interface for Imce plugins.
Namespace
Drupal\imceCode
public function validateProfileForm(array &$form, FormStateInterface $form_state, ImceProfile $imce_profile);