public function FormMap::getPostUrl in Pardot Integration 2.x
Get the form handler post url.
Return value
string The uri.
Overrides FormMapInterface::getPostUrl
1 call to FormMap::getPostUrl()
- FormMap::toArray in src/
FormMap.php
File
- src/
FormMap.php, line 61
Class
- FormMap
- Provides an interface for defining Pardot Form Map entities.
Namespace
Drupal\pardotCode
public function getPostUrl() {
return $this->post_url;
}