public function ParagraphsTypeForm::__construct

GeneralSettingsForm constructor.

Parameters

\Drupal\paragraphs\ParagraphsBehaviorManager $paragraphs_behavior_manager: The paragraphs type feature manager service.

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

File

paragraphs/src/Form/ParagraphsTypeForm.php, line 48

Class

ParagraphsTypeForm
Form controller for paragraph type forms.

Namespace

Drupal\paragraphs\Form

Code

public function __construct(ParagraphsBehaviorManager $paragraphs_behavior_manager, MessengerInterface $messenger) {
  $this->paragraphsBehaviorManager = $paragraphs_behavior_manager;
  $this->messenger = $messenger;
}