Entity display plugin example (entdisp_example)
Categories
Component ID
2648164
Component name
Entity display plugin example (entdisp_example)
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
560
Component created
Component changed
Component body
Example / demo module for entdisp.
Requires PHP 5.5 or so.
How to use:
drush dl cfr
This module package containscfrplugin
, which is required byentdisp_example
.drush en -y entdisp_example
This will automatically download the other dependencies, including composer_manager and all required composer packages.- Create a node type with some interesting fields (image, other) and view modes (teaser, etc).
- Create a node of that type.
- Visit node/%nid/entdisp-example, with %nid of the node created above.
- Play with the form select elements.
- Submit the form and see what happens.
Status
Not everything might work as expected (yet). This is still in preview mode.