You are here

public function SelectionDisplayInterface::supportsPreselection in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 src/SelectionDisplayInterface.php \Drupal\entity_browser\SelectionDisplayInterface::supportsPreselection()

Check if the plugin supports preselection.

@returns bool Returns TRUE if preselection is supported.

1 method overrides SelectionDisplayInterface::supportsPreselection()
SelectionDisplayBase::supportsPreselection in src/SelectionDisplayBase.php
Check if the plugin supports preselection.

File

src/SelectionDisplayInterface.php, line 81

Class

SelectionDisplayInterface
Defines the interface for entity browser selection displays.

Namespace

Drupal\entity_browser

Code

public function supportsPreselection();