This is currently an array with these possible values:

    $components = array(
      'hooks' => 'hooks',
      'api' => 'API',
      'readme' => 'readme',
      'tests' => 'tests',
      'info' => 'info',
    );

In addition, if a hook is going to result in MODULE.FOOBAR.inc, you can have FOOBAR as a requested item.

#2062083: Add a component for admin configuration form is going to add further complication to this, as it's so far the only place where you could request the new 'config_form' component.

I am wondering whether to split this up conceptually into requested components and requested files, but it's not that clear a division!

Comments

joachim’s picture

Issue summary: View changes
Status: Active » Fixed

FIxed in DCB.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.