You are here

public function ImcePluginBase::validateProfileForm in IMCE 8

Same name and namespace in other branches
  1. 8.2 src/ImcePluginBase.php \Drupal\imce\ImcePluginBase::validateProfileForm()

Validates entity form of an Imce Profile.

Overrides ImcePluginInterface::validateProfileForm

File

src/ImcePluginBase.php, line 35

Class

ImcePluginBase
Defines a base Imce plugin implementation.

Namespace

Drupal\imce

Code

public function validateProfileForm(array &$form, FormStateInterface $form_state, ImceProfile $imce_profile) {
}