You are here

public function FormMapInterface::setPostUrl in Pardot Integration 2.x

Set the form handler post uri.

Parameters

string $post_url: The form handler uri.

1 method overrides FormMapInterface::setPostUrl()
FormMap::setPostUrl in src/FormMap.php
Set the form handler post uri.

File

src/FormMapInterface.php, line 24

Class

FormMapInterface
Provides an interface for defining Pardot Form Map entities.

Namespace

Drupal\pardot

Code

public function setPostUrl(string $post_url);