You are here

public function EventBase::getBrowserID in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 src/Events/EventBase.php \Drupal\entity_browser\Events\EventBase::getBrowserID()

Gets the entity browser ID:.

Return value

string Entity browser ID.

File

src/Events/EventBase.php, line 45

Class

EventBase
Base implementation of entity browser events.

Namespace

Drupal\entity_browser\Events

Code

public function getBrowserID() {
  return $this->entityBrowserID;
}