Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msankhala/demo
This is demo module for creating custom drupal entity with drupal entity api module.
https://github.com/msankhala/demo
Last synced: about 2 months ago
JSON representation
This is demo module for creating custom drupal entity with drupal entity api module.
- Host: GitHub
- URL: https://github.com/msankhala/demo
- Owner: msankhala
- Created: 2014-12-09T18:24:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-09T18:26:36.000Z (about 10 years ago)
- Last Synced: 2024-04-29T21:21:59.419Z (8 months ago)
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo module for creating custom drupal entity.
This is demo module for creating custom drupal entity with drupal [entity api](http://drupal.org/project/entity) module.
- This module create a `project` entity and provide uri for each entity created with uri_callback so that each entity is accessible at `project/[entityid]`.
- Provide the admin ui for each entity so that user can add/edit the entity through admin gui.
- Then make this entity fieldable so that user can add fields to this custom entity with gui.
- Then expose this entity to views.