Implements Drupal\Core\Entity\EntityFormControllerInterface::setEntity().
Overrides EntityFormControllerInterface::setEntity
public function setEntity(EntityInterface $entity, array &$form_state) { $form_state['entity'] = $entity; }