Entity Config

Categories

Component ID

2805927

Component name

Entity Config

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

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