public function CrossdomainFormController::setEntity in Crossdomain 8
File
- lib/
Drupal/ crossdomain/ Controller/ CrossdomainFormController.php, line 98
Class
Namespace
Drupal\crossdomain\ControllerCode
public function setEntity(EntityInterface $entity) {
$this->entity = $entity;
return $this;
}