drupal-eca-recipe / eca_lib_0030
Create user entity from JSON
dev-main
2024-08-07 10:59 UTC
Requires
- drupal/core: >=10.3
- drupal/eca: *
This package is auto-updated.
Last update: 2024-11-07 11:26:26 UTC
README
ID: eca_lib_0030
This model demonstrates how to create a content entity with data from a JSON string. It also shows why creating a user entity "the classic way" doesn't work, more about the reasons for that are explained in the video.
The creation of this module was recorded and the video with additional explanations can be watch here.
Installation
composer require drupal-eca-recipe/eca_lib_0030
cd web && php core/scripts/drupal recipe ../vendor/drupal-eca-recipe/eca_lib_0030