public function ImceFM::groupSelection in IMCE 8
Same name and namespace in other branches
- 8.2 src/ImceFM.php \Drupal\imce\ImceFM::groupSelection()
Returns selected items grouped by parent folder path.
File
- src/
ImceFM.php, line 378
Class
- ImceFM
- Imce File Manager.
Namespace
Drupal\imceCode
public function groupSelection() {
return $this
->groupItems($this->selection);
}