ContactForm::getRedirectPath

public ContactForm::getRedirectPath()

Returns the path for redirect.

Return value

string The redirect path.

Overrides ContactFormInterface::getRedirectPath

File

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

Class

ContactForm
Defines the contact form entity.

Namespace

Drupal\contact\Entity

Code

public function getRedirectPath() {
  return $this->redirect;
}
doc_Drupal
2016-10-29 08:56:20
Comments
Leave a Comment

Please login to continue.