You are here

public property EntityBrowserWidget::$auto_select in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 src/Annotation/EntityBrowserWidget.php \Drupal\entity_browser\Annotation\EntityBrowserWidget::auto_select

Indicates that widget supports auto selection of entities.

Type: bool

File

src/Annotation/EntityBrowserWidget.php, line 48

Class

EntityBrowserWidget
Defines an entity browser widget annotation object.

Namespace

Drupal\entity_browser\Annotation

Code

public $auto_select = FALSE;