public function ImcePluginBase::alterProfileForm in IMCE 8.2
Same name and namespace in other branches
- 8 src/ImcePluginBase.php \Drupal\imce\ImcePluginBase::alterProfileForm()
Alters entity form of an Imce Profile.
Overrides ImcePluginInterface::alterProfileForm
File
- src/
ImcePluginBase.php, line 29
Class
- ImcePluginBase
- Defines a base Imce plugin implementation.
Namespace
Drupal\imceCode
public function alterProfileForm(array &$form, FormStateInterface $form_state, ImceProfile $imce_profile) {
}