How to make a Module with an Admin Interface

If you want to add new functionality that administrators will see, you will need to write a module with an admin interface. This will probably mean adding something to Organizer or the Admin Toolbar, and writing an Admin Box.

All modules that wish to provide an admin interface must contain a tuix/ directory. Within this directory you must add at least one of the following subdirectories:

  • tuix/admin_boxes/ if you wish to create an Admin Box
  • tuix/admin_toolbar/ if you wish to add something to the Admin Toolbar
  • tuix/organizer/ if you wish to add something to Organizer