You are here

protected property DisplayBase::$uuidGenerator in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 src/DisplayBase.php \Drupal\entity_browser\DisplayBase::uuidGenerator

UUID generator interface.

Type: \Drupal\Component\Uuid\UuidInterface

File

src/DisplayBase.php, line 49

Class

DisplayBase
Base implementation for display plugins.

Namespace

Drupal\entity_browser

Code

protected $uuidGenerator;