GitXplorerGitXplorer
a

drupal-postinstall

public
3 stars
0 forks
0 issues

Commits

List of commits on branch 7.x-1.x.
Unverified
f1f35bd64a536dbd20138cf398931bfe6f8bdb4a

Added CHANGELOG.txt file

aakozhemiakin committed 13 years ago
Unverified
cea430159908e74f9f027107734149058de2fb81

Move all forms to the separate file

aakozhemiakin committed 13 years ago
Unverified
f897460cdb745476bfc7792abbc98748646648ca

Initial commit

aakozhemiakin committed 13 years ago

README

The README file for this repository.

Postinstall module

by Artem Kozhjemyakin, xenus.t@gmail.com

This simple module allows other modules to display and handle there postinstall settings forms immediately after they are installed.

To show, validate and submit your postinstall settings form you need to depend your module on Postinstall module and implement hook_postinstall(). You can read more about how to implement hook_postinstall in postinstall.api.php.