You are here

public property EntityBrowserSelectionDisplay::$acceptPreselection in Entity Browser 8

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

Preselection support.

This will be used by entity browser form element to check, if selection display accepts preselection of entities.

Type: bool

File

src/Annotation/EntityBrowserSelectionDisplay.php, line 51

Class

EntityBrowserSelectionDisplay
Defines an entity browser selection display annotation object.

Namespace

Drupal\entity_browser\Annotation

Code

public $acceptPreselection = FALSE;