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