function EntityForm::setModuleHandler
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityForm.php \Drupal\Core\Entity\EntityForm::setModuleHandler()
- 8.9.x core/lib/Drupal/Core/Entity/EntityForm.php \Drupal\Core\Entity\EntityForm::setModuleHandler()
- 10 core/lib/Drupal/Core/Entity/EntityForm.php \Drupal\Core\Entity\EntityForm::setModuleHandler()
Overrides EntityFormInterface::setModuleHandler
1 call to EntityForm::setModuleHandler()
- ViewDuplicateForm::__construct in core/
modules/ views_ui/ src/ ViewDuplicateForm.php - Constructs a ViewDuplicateForm.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityForm.php, line 417
Class
- EntityForm
- Base class for entity forms.
Namespace
Drupal\Core\EntityCode
public function setModuleHandler(ModuleHandlerInterface $module_handler) {
$this->moduleHandler = $module_handler;
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.