You are here

constant DefaultParagraphsEvents::ADDED in Default Paragraphs 8

Occurs when default paragraph entity is added to the widget.

It allows other modules to modify the paragraph entity that is being added as default.

File

src/Events/DefaultParagraphsEvents.php, line 18

Class

DefaultParagraphsEvents
Contains events triggered by default paragraphs widget.

Namespace

Drupal\default_paragraphs\Events

Code

const ADDED = 'default_paragraphs.added';