You are here

public function ParagraphsCategoryForm::__construct in Paragraphs Editor Enhancements 8

Constructs an ParagraphsCategoryForm object.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: The entityTypeManager.

File

src/Form/ParagraphsCategoryForm.php, line 21

Class

ParagraphsCategoryForm
Form handler for the add and edit forms of Paragraphs category entities.

Namespace

Drupal\paragraphs_ee\Form

Code

public function __construct(EntityTypeManagerInterface $entityTypeManager) {
  $this->entityTypeManager = $entityTypeManager;
}