public function MakeDefaultForm::getDescription in Consumers 8
Returns additional text to display as a description.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form description.
Overrides ContentEntityConfirmFormBase::getDescription
File
- src/
Entity/ Form/ MakeDefaultForm.php, line 22
Class
Namespace
Drupal\consumers\Entity\FormCode
public function getDescription() {
return $this
->t('The consumer currently marked as default will lose this property, since there can only be one default consumer. This may break current assumptions in existing client-side applications.');
}