You are here

public function ImceFM::getOp in IMCE 8

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

Returns the current operation in the request.

2 calls to ImceFM::getOp()
ImceFM::getResponse in src/ImceFM.php
Returns the response data.
ImceFM::run in src/ImceFM.php
Runs an operation on the file manager.

File

src/ImceFM.php, line 320

Class

ImceFM
Imce File Manager.

Namespace

Drupal\imce

Code

public function getOp() {
  return $this
    ->getPost('jsop');
}