You are here

public function ImceFM::removeItemFromJs in IMCE 8.2

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

Sets an item as removed in the response.

File

src/ImceFM.php, line 444

Class

ImceFM
Imce File Manager.

Namespace

Drupal\imce

Code

public function removeItemFromJs(ImceItem $item) {
  $this
    ->removePathFromJs($item
    ->getPath());
}