drupal-eca-recipe/eca_test_0001

Cross references

Installs: 256

Dependents: 0

Suggesters: 0

Security: 0

Type:drupal-recipe

3.0.1 2025-08-03 11:21 UTC

This package is auto-updated.

Last update: 2025-08-03 11:24:17 UTC


README

ID: eca_test_0001

Two different node types are referring each other. If one node gets saved with a reference to another node, the other node gets automatically updated to link back to the first node.

Installation

## Import recipe
composer require drupal-eca-recipe/eca_test_0001

# Apply recipe with Drush (requires version 13 or later):
drush recipe ../recipes/{{ rawid }}

# Apply recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/eca_test_0001

# Rebuilding caches is optional, sometimes required:
drush cr