public function FormsStepsCommands::__construct in Forms Steps 8
Constructor().
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager:
\Drupal\Component\Uuid\UuidInterface $uuid_service:
File
- src/
Commands/ FormsStepsCommands.php, line 41
Class
- FormsStepsCommands
- Class FormsStepsCommands
Namespace
Drupal\forms_steps\CommandsCode
public function __construct(EntityTypeManagerInterface $entity_type_manager, UuidInterface $uuid_service) {
parent::__construct();
$this->entityTypeManager = $entity_type_manager;
$this->uuidService = $uuid_service;
}