drupal-eca-recipe / eca_lib_0035
A variant of the insert-or-update role model that acts only on newly created users.
Package info
gitlab.lakedrops.com/drupal/recipes/eca_lib_0035
Type:drupal-recipe
pkg:composer/drupal-eca-recipe/eca_lib_0035
3.0.5
2026-09-01 14:36 UTC
Requires
- drupal/eca: *
- drupal/modeler_api: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
ID: eca_lib_0035
A variant of eca_lib_0029: «Add role to inserted or updated user». Except this variant is only concerned with new users, updated users are not processed.
Installation
## Import recipe
composer require drupal-eca-recipe/eca_lib_0035
# Apply recipe with Drush (requires version 13 or later):
drush recipe ../recipes/eca_lib_0035
# Apply recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/eca_lib_0035
# Rebuilding caches is optional, sometimes required:
drush cr