Skip to content

ECA and http services - part 2

Version v1

Initialising viewer…

You can apply this model as a recipe (Drupal 10.3 or later) to your own Drupal site:

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

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

# Apply 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
    • modeler_api

Used plugins

Events

Actions