You are here

public function ParagraphTypeGroupsForm::__construct in Paragraphs Browser 8

Constructs a new ParagraphsTypeDeleteConfirm object.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager:

\Drupal\Core\Messenger\MessengerInterface $messenger: The messenger service.

File

src/Form/ParagraphTypeGroupsForm.php, line 54
Contains \Drupal\paragraphs_browser\Form\ParagraphsTypeGroupForm.

Class

ParagraphTypeGroupsForm
Class CleanupUrlAliases.

Namespace

Drupal\paragraphs_browser\Form

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager, MessengerInterface $messenger) {
  $this->entityTypeManager = $entity_type_manager;
  $this->messenger = $messenger;
}