You are here

public function ImcePluginInterface::validateProfileForm in IMCE 8.2

Same name and namespace in other branches
  1. 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\imce

Code

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