By alchemist on
I'm trying to find some documentation on writing an installation profile for drupal 6 (specifically version 6.6). All I can find online is this:
It documents 3 hooks. When I look at the default profile in drupal-6.6/profiles/default/default.profile, it has two other hooks that are not even mentioned in the above link. Is there more up to date documentation?
I apologize if this question has been asked before. A search did not provide any more info.
Thanks,
Kory
Comments
I'm looking for documentation on this too
You could probably use the default profile as a template as it probably already has all the hooks you need in that file...
But I find Drupal kind of disappointing sometimes when it comes to documentation and support.
But that is what you get for using OpenSource people are too busy writing new stuff at such a fast pace that things like documentation usually comes optional or at a later stage.
Can't really blame anyone since I'm just as guilty.. :P
I see there is some form of documentation at api.drupal.org
Search "default_profile_task_list" for example...