#1018602: Move entity system to a module moves the entity sytem to a module.

Modules need a hook_help(), see http://drupal.org/node/1203498

Since trying to sort out hook_help() text in that issue is likely to be a bit unmanageable, I'm opening this new issue as a spin-off. We can work on the text here, then either add it to the module patch just prior to commit or handle it some other way, but this way the help can be worked alongside the other things happening in that issue (mainly re-rolling the patch over and over again).

Comments

fago’s picture

ok, so what about that:

description = API for managing entities like nodes and users.

hook_help():

<h3>About</h3>
<p>The Entity module provides an API for managing entities like nodes and users, i.e. an API for loading and identifying entities. (creation, editing, deletion and display to come later). For more information, see the online handbook entry for <a href="http://drupal.org/handbook/modules/entity">Entity module</a>.</p>
fago’s picture

Status: Active » Needs review
googletorp’s picture

Status: Needs review » Reviewed & tested by the community

I think this help text looks fine.

I have created the initial handbook page for the module: http://drupal.org/node/1260680 which is very much incomplete. I have also created an issue for documentation to change the path alias to be handbook/modules/entity : http://drupal.org/node/1260686

Devin Carlson’s picture

Status: Reviewed & tested by the community » Fixed

The help text is now included in #1018602: Move entity system to a module as of the latest patch, plus googletorp has taken care of the additional documentation work, so I'm marking this as fixed.

Status: Fixed » Closed (fixed)

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