Skip to content

ECA and http services - part 2

Version v1

Instead of downloading the archive, you can download and apply this model as a recipe (Drupal 10.3 or later):

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Import recipe
composer require drupal-eca-recipe/eca_lib_0033

# Enable recipe with Drush (requires version 13 or later):
drush recipe ../recipes/eca_lib_0033

# Enable recipe without Drush:
cd web && php core/scripts/drupal recipe ../recipes/eca_lib_0033

# Rebuilding caches is optional, sometimes required:
drush cr

Purpose

This model is a follow up version of ECA and http services and uses a self-defined services API for the HTTP Client Manager.

This module requires the services API defined in a Custom Module. Please download, copy to your Drupal site and enable it before importing this model.

The creation of this module was recorded and the video with additional explanations can be watched here.

Dependencies

  • module
    • eca_access
    • eca_base
    • eca_endpoint
    • http_client_manager

Used plugins

Events

Actions

Changelog

v1

Initial version