This project is not covered by Drupal’s security advisory policy.

Group linked entity

Introduction

This modules provides an IEF widget that supports group access checks. This widget extends the IEF widget (complex).

Usage

Use the provided widget instead of the "Inline entity form - Complex" that comes with IEF.

Under the hood

  • The widget in this module extends the "Inline entity form - Complex" that comes with IEF.
  • It overrides the getCreateBundles method to include checks on the group permission create [plugin_id] entity.
  • The group to check access on is retrieved from the group.group_route_context context service.
  • The actual attachment of the created entity to the group is done the same way as IEF : In a class WidgetSubmit, this may change once https://www.drupal.org/project/inline_entity_form/issues/3197629 lands.

Requirements

The only requirements are :

  • Group (v3)
  • Inline entity form

Maintainers

Current maintainers for Drupal 10 / 11:

Project information

Releases