function ContactForm::setRedirectPath

Sets the redirect path.

Parameters

string $redirect: The desired path.

Return value

$this

Overrides ContactFormInterface::setRedirectPath

File

core/modules/contact/src/Entity/ContactForm.php, line 163

Class

ContactForm
Defines the contact form entity.

Namespace

Drupal\contact\Entity

Code

public function setRedirectPath($redirect) {
  $this->redirect = $redirect;
  return $this;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.