public function EntityLegalDocumentForm::__construct in Entity Legal 3.0.x
Same name and namespace in other branches
- 8.2 src/Form/EntityLegalDocumentForm.php \Drupal\entity_legal\Form\EntityLegalDocumentForm::__construct()
- 8 src/Form/EntityLegalDocumentForm.php \Drupal\entity_legal\Form\EntityLegalDocumentForm::__construct()
- 4.0.x src/Form/EntityLegalDocumentForm.php \Drupal\entity_legal\Form\EntityLegalDocumentForm::__construct()
File
- src/
Form/ EntityLegalDocumentForm.php, line 67
Class
- EntityLegalDocumentForm
- Base form for contact form edit forms.
Namespace
Drupal\entity_legal\FormCode
public function __construct(ContentEntityStorageInterface $alias_storage, PluginManagerInterface $plugin_manager, AccountProxy $currentUser, ModuleHandler $moduleHandler) {
$this->aliasStorage = $alias_storage;
$this->pluginManager = $plugin_manager;
$this->currentUser = $currentUser;
$this->moduleHandler = $moduleHandler;
}