public function SelectionDisplayInterface::checkPreselectionSupport in Entity Browser 8.2
Same name and namespace in other branches
- 8 src/SelectionDisplayInterface.php \Drupal\entity_browser\SelectionDisplayInterface::checkPreselectionSupport()
Check does selection display support preselection.
If preselection is not allowed by entity browser selection display, then exception will be thrown.
Throws
\Drupal\Core\Config\ConfigException
Deprecated
Use ::supportsPreselection instead.
1 method overrides SelectionDisplayInterface::checkPreselectionSupport()
- SelectionDisplayBase::checkPreselectionSupport in src/
SelectionDisplayBase.php - Check does selection display support preselection.
File
- src/
SelectionDisplayInterface.php, line 73
Class
- SelectionDisplayInterface
- Defines the interface for entity browser selection displays.
Namespace
Drupal\entity_browserCode
public function checkPreselectionSupport();