function NodeTypeForm::__construct
Constructs the NodeTypeForm object.
Parameters
\Drupal\Core\Entity\EntityFieldManagerInterface $entity_field_manager: The entity field manager.
File
-
core/
modules/ node/ src/ NodeTypeForm.php, line 32
Class
- NodeTypeForm
- Form handler for node type forms.
Namespace
Drupal\nodeCode
public function __construct(EntityFieldManagerInterface $entity_field_manager) {
$this->entityFieldManager = $entity_field_manager;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.