You are here

public function ImceFM::getSelection in IMCE 8.2

Same name and namespace in other branches
  1. 8 src/ImceFM.php \Drupal\imce\ImceFM::getSelection()

Returns currently selected items.

File

src/ImceFM.php, line 371

Class

ImceFM
Imce File Manager.

Namespace

Drupal\imce

Code

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