public property EntityBrowserWidget::$auto_select in Entity Browser 8
Same name and namespace in other branches
- 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\AnnotationCode
public $auto_select = FALSE;