ContactFormInterface::getRedirectUrl

public ContactFormInterface::getRedirectUrl()

Returns the url object for redirect path.

Empty redirect property results a url object of front page.

Return value

\Drupal\core\Url The redirect url object.

File

core/modules/contact/src/ContactFormInterface.php, line 44

Class

ContactFormInterface
Provides an interface defining a contact form entity.

Namespace

Drupal\contact

Code

public function getRedirectUrl();
doc_Drupal
2016-10-29 08:56:28
Comments
Leave a Comment

Please login to continue.