Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2011 at 03:20 UTC
Updated:
29 Jul 2014 at 19:49 UTC
#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
Comment #1
fagook, so what about that:
hook_help():
Comment #2
fagoComment #3
googletorp commentedI 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
Comment #4
devin carlson commentedThe 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.