public NodeTypeForm::__construct(EntityManagerInterface $entity_manager)
Constructs the NodeTypeForm object.
Parameters
\Drupal\Core\Entity\EntityManagerInterface $entity_manager: The entity manager.
File
- core/modules/node/src/NodeTypeForm.php, line 30
Class
- NodeTypeForm
- Form handler for node type forms.
Namespace
Drupal\node
Code
public function __construct(EntityManagerInterface $entity_manager) { $this->entityManager = $entity_manager; }
Please login to continue.