Skip to content
Snippets Groups Projects

Drupal 11 compatibility

2 files
+ 2
3
Compare changes
  • Side-by-side
  • Inline
Files
2
<?php
namespace Drupal\entityreference_modal_create\Event;
use Symfony\Component\EventDispatcher\Event;
use Symfony\Contracts\EventDispatcher\Event;
/**
* Event that is fired when an entity is added via modal form.
Loading