constant EntityBrowserElement::SELECTION_MODE_APPEND in Entity Browser 8
Same name and namespace in other branches
- 8.2 src/Element/EntityBrowserElement.php \Drupal\entity_browser\Element\EntityBrowserElement::SELECTION_MODE_APPEND
Selection from entity browser will be appended to existing list.
When this selection mode is used, then entity browser will not be populated with existing selection. Preselected list will be empty.
Note: This option is also used by "js/entity_browser.common.js".
File
- src/
Element/ EntityBrowserElement.php, line 56
Class
- EntityBrowserElement
- Provides an Entity Browser form element.
Namespace
Drupal\entity_browser\ElementCode
const SELECTION_MODE_APPEND = 'selection_append';