public function WebhookEnableForm::getDescription in Acquia Content Hub 8.2
Returns additional text to display as a description.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form description.
Overrides ConfirmFormBase::getDescription
File
- modules/
acquia_contenthub_publisher/ src/ Form/ Webhook/ WebhookEnableForm.php, line 126
Class
- WebhookEnableForm
- Class WebhookEnableForm.
Namespace
Drupal\acquia_contenthub_publisher\Form\WebhookCode
public function getDescription() {
return '';
}