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:

  1. drush dl cfr
    This module package contains cfrplugin, which is required by entdisp_example.
  2. drush en -y entdisp_example
    This will automatically download the other dependencies, including composer_manager and all required composer packages.
  3. Create a node type with some interesting fields (image, other) and view modes (teaser, etc).
  4. Create a node of that type.
  5. Visit node/%nid/entdisp-example, with %nid of the node created above.
  6. Play with the form select elements.
  7. Submit the form and see what happens.

Status
Not everything might work as expected (yet). This is still in preview mode.