You are here

public function ContactFormInterface::getRedirectPath in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/contact/src/ContactFormInterface.php \Drupal\contact\ContactFormInterface::getRedirectPath()
  2. 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\contact

Code

public function getRedirectPath();