NetgenInformationCollection logo

The information collection feature makes it possible to gather user input when a node referencing an information collector object is viewed. It is typically useful when it comes to the creation of feedback forms, polls, etc. An object can collect information if at least one of the class attributes is marked as an information collector.

When the object is viewed, each collector attribute will be displayed using the chosen datatype’s data collector template. Instead of just outputting the attributes’ contents, the collector templates provide interfaces for data input. The generated input interface depends on the datatype that represents the attribute.

This bundle re-implements the information collection feature for eZ Platform/Ibexa stack.

Note

This documentation assumes you have a working knowledge of the Symfony Framework and eZ Platform DXP. If you’re not familiar with Symfony, please start with reading the Quick Tour from the Symfony documentation and for eZ Platform DXP visit the eZ Platform Developer Documentation.