public function FormMap::setPostUrl in Pardot Integration 2.x
Set the form handler post uri.
Parameters
string $post_url: The form handler uri.
Overrides FormMapInterface::setPostUrl
1 call to FormMap::setPostUrl()
- FormMap::__construct in src/
FormMap.php
File
- src/
FormMap.php, line 68
Class
- FormMap
- Provides an interface for defining Pardot Form Map entities.
Namespace
Drupal\pardotCode
public function setPostUrl(string $post_url) {
$this->post_url = $post_url;
}