public function ImceItem::select in IMCE 8
Same name and namespace in other branches
- 8.2 src/ImceItem.php \Drupal\imce\ImceItem::select()
Selects the item.
File
- src/
ImceItem.php, line 104
Class
- ImceItem
- Imce Item.
Namespace
Drupal\imceCode
public function select() {
$this
->fm()
->selectItem($this);
}