Messages plugin definition will be:

$plugin = array(

  // ...

  'use advanced help' => TRUE,
  'advanced help' => array(
    'topic' => 'Message--API',
  ),
);
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

amitaibu’s picture

This patch adds $this->help_area(), and he advanced help in it, so it is more pluggable.

merlinofchaos’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Needs review » Patch (to be ported)

What a fantastic idea, and a great enhancement. Committed to D6.

This needs to be ported to D7.

Also, this integration needs to be documented in help/export-ui.html -- having advanced help and not documenting that in the advanced help is definitely wrong. THat documentation probably should be a separate issue, though.

merlinofchaos’s picture

Status: Patch (to be ported) » Closed (duplicate)

All of the 'to be ported' patches got merged in during the porting sprint in September.