Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Provide API for module configuration entity. For developers only.

How to use

  • Define database at install file
  • Implement hook_entity_info() with Entity Config settings
  • Implement hook_menu(), hook_permission() and other
  • Write custom functions like form validate, user functions
  • Implement page callback using EntityConfig
  • That's all. No form for add/edit/delete entities at your module

See Entity Config Example module.

Similar modules

Entity API - general Entity API

Project information