You are here

public function ImceItem::deselect in IMCE 8.2

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

Deselects the item.

File

src/ImceItem.php, line 111

Class

ImceItem
Imce Item.

Namespace

Drupal\imce

Code

public function deselect() {
  $this
    ->fm()
    ->deselectItem($this);
}