You are here

interface AdminHelpInterface in Webform CiviCRM Integration 8.5

Hierarchy

Expanded class hierarchy of AdminHelpInterface

All classes that implement AdminHelpInterface

File

src/AdminHelpInterface.php, line 5

Namespace

Drupal\webform_civicrm
View source
interface AdminHelpInterface {

  /**
   * Set help text on the field description.
   * @param array $field
   * @param string $topic
   */
  public function addHelpDescription(&$field, $topic);

}

Members

Namesort descending Modifiers Type Description Overrides
AdminHelpInterface::addHelpDescription public function Set help text on the field description. 1