public function MailingList::getHelp in Mailing List 8
Gets the help information.
Return value
string The help information of this mailing list.
Overrides MailingListInterface::getHelp
File
- src/
Entity/ MailingList.php, line 126
Class
- MailingList
- Defines the mailing list configuration entity.
Namespace
Drupal\mailing_list\EntityCode
public function getHelp() {
return $this->help;
}