_isScopePrivate = true; } /** * Returns action url for contact form * * @return string */ public function getFormAction() { return $this->getUrl('contact/index/post', ['_secure' => true]); } }