You are here

public function ImceFM::groupSelection in IMCE 8

Same name and namespace in other branches
  1. 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\imce

Code

public function groupSelection() {
  return $this
    ->groupItems($this->selection);
}