public ContactFormInterface::setRedirectPath($redirect)
Sets the redirect path.
Parameters
string $redirect: The desired path.
Return value
$this
File
- core/modules/contact/src/ContactFormInterface.php, line 90
Class
- ContactFormInterface
- Provides an interface defining a contact form entity.
Namespace
Drupal\contact
Code
public function setRedirectPath($redirect);
Please login to continue.