You are here

public function CrossdomainFormController::setEntity in Crossdomain 8

File

lib/Drupal/crossdomain/Controller/CrossdomainFormController.php, line 98

Class

CrossdomainFormController

Namespace

Drupal\crossdomain\Controller

Code

public function setEntity(EntityInterface $entity) {
  $this->entity = $entity;
  return $this;
}