By joachim on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x-1.x
Introduced in version:
7.x-1.8
Description:
Entity Operations provides a helper function that builds a fieldset showing multiple operations for a given entity. The main use case for this is showing a set of operations in an entity render array for entity_view().
This fieldset was previously built as several forms, one for each operation. This has been changed to output a single form, using the existing form builder entity_operations_multiple_operation_form().
Impacts:
Site builders, administrators, editors
Module developers
Themers