You are here

SelectionDoneEvent.php in Entity Browser 8

Same filename and directory in other branches
  1. 8.2 src/Events/SelectionDoneEvent.php

File

src/Events/SelectionDoneEvent.php
View source
<?php

namespace Drupal\entity_browser\Events;


/**
 * Represents finished selection as event.
 */
class SelectionDoneEvent extends EventBase {

}

Classes

Namesort descending Description
SelectionDoneEvent Represents finished selection as event.