function ContactFormInterface::getRedirectPath
Same name in other branches
- 9 core/modules/contact/src/ContactFormInterface.php \Drupal\contact\ContactFormInterface::getRedirectPath()
- 8.9.x core/modules/contact/src/ContactFormInterface.php \Drupal\contact\ContactFormInterface::getRedirectPath()
- 10 core/modules/contact/src/ContactFormInterface.php \Drupal\contact\ContactFormInterface::getRedirectPath()
Returns the path for redirect.
Return value
string The redirect path.
1 method overrides ContactFormInterface::getRedirectPath()
- ContactForm::getRedirectPath in core/
modules/ contact/ src/ Entity/ ContactForm.php - Returns the path for redirect.
File
-
core/
modules/ contact/ src/ ContactFormInterface.php, line 34
Class
- ContactFormInterface
- Provides an interface defining a contact form entity.
Namespace
Drupal\contactCode
public function getRedirectPath();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.