You are here

public function ImceFM::addResponse in IMCE 8

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

Adds response data.

File

src/ImceFM.php, line 509

Class

ImceFM
Imce File Manager.

Namespace

Drupal\imce

Code

public function addResponse($key, $value) {
  return $this->response[$key] = $value;
}