You are here

public function ImceItem::select in IMCE 8.2

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

Selects the item.

File

src/ImceItem.php, line 104

Class

ImceItem
Imce Item.

Namespace

Drupal\imce

Code

public function select() {
  $this
    ->fm()
    ->selectItem($this);
}