public function SelectionDisplayInterface::supportsPreselection in Entity Browser 8.2
Same name and namespace in other branches
- 8 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_browserCode
public function supportsPreselection();