public function ImceProfileForm::__construct in IMCE 8
Same name and namespace in other branches
- 8.2 src/Form/ImceProfileForm.php \Drupal\imce\Form\ImceProfileForm::__construct()
The construct method.
Parameters
\Drupal\imce\ImcePluginManager $plugin_manager_imce: Plugin manager for Imce Plugins.
\Drupal\Core\Extension\ModuleHandlerInterface $module_handler:
File
- src/
Form/ ImceProfileForm.php, line 32
Class
- ImceProfileForm
- Base form for Imce Profile entities.
Namespace
Drupal\imce\FormCode
public function __construct(ImcePluginManager $plugin_manager_imce) {
$this->pluginManagerImce = $plugin_manager_imce;
}