Skip to content
Snippets Groups Projects
Commit e370b3a3 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add links to used plugins for models in the library

parent 9f60a256
Branches
No related tags found
1 merge request!91Develop
......@@ -36,11 +36,23 @@ The creation of this module was recorded and the video with additional explanati
- eca_endpoint
- http_client_manager
## Events
## Used plugins
- ECA custom event (http01)
- ECA Endpoint access (tv)
- ECA Endpoint response (tv)
### Events
- [ECA custom event (http01)](/plugins/eca/base/events/eca_base_eca_custom)
- [ECA Endpoint access (tv)](/plugins/eca/endpoint/events/eca_endpoint_access)
- [ECA Endpoint response (tv)](/plugins/eca/endpoint/events/eca_endpoint_response)
### Actions
- [Receive all posts](/plugins/http_client_manager/actions/http_client_manager_preconfigured_request_all_posts)
- [Store result in a token](/plugins/eca/base/actions/eca_privatetempstore_read)
- [Print result](/plugins/core/actions/action_message_action)
- [allow access](/plugins/eca/access/actions/eca_access_set_result)
- [Define response content](/plugins/eca/endpoint/actions/eca_endpoint_set_response_content)
- [Set response code](/plugins/eca/endpoint/actions/eca_endpoint_set_response_status_code)
- [Set json content type](/plugins/eca/endpoint/actions/eca_endpoint_set_response_content_type)
## Changelog
......
......@@ -33,11 +33,23 @@ The creation of this module was recorded and the video with additional explanati
- eca_endpoint
- http_client_manager
## Events
## Used plugins
- ECA Endpoint access (tv)
- ECA Endpoint response (tv)
- ECA custom event (http01)
### Events
- [ECA Endpoint access (tv)](/plugins/eca/endpoint/events/eca_endpoint_access)
- [ECA Endpoint response (tv)](/plugins/eca/endpoint/events/eca_endpoint_response)
- [ECA custom event (http01)](/plugins/eca/base/events/eca_base_eca_custom)
### Actions
- [allow access](/plugins/eca/access/actions/eca_access_set_result)
- [Set content](/plugins/eca/endpoint/actions/eca_endpoint_set_response_content)
- [Set response code](/plugins/eca/endpoint/actions/eca_endpoint_set_response_status_code)
- [Set json content type](/plugins/eca/endpoint/actions/eca_endpoint_set_response_content_type)
- [Get remote data](/plugins/http_client_manager/actions/http_client_manager_command_eca_tv_demo_services_Get Data)
- [Read received data into a token](/plugins/eca/base/actions/eca_privatetempstore_read)
- [Print message](/plugins/core/actions/action_message_action)
## Changelog
......
......@@ -25,10 +25,17 @@ This model shows how you get Drupal views working with VBO and ECA together. The
- eca_vbo
- views_bulk_operations
## Events
## Used plugins
- VBO: Execute Views bulk operation (one by one) (Print title of nodes)
- VBO: Custom access for Views bulk operation (Print title of nodes)
### Events
- [VBO: Execute Views bulk operation (one by one) (Print title of nodes)](/plugins/eca/vbo/events/vbo_execute)
- [VBO: Custom access for Views bulk operation (Print title of nodes)](/plugins/eca/vbo/events/vbo_custom_access)
### Actions
- [Message](/plugins/core/actions/action_message_action)
- [yes](/plugins/eca/vbo/actions/eca_vbo_set_custom_access)
## Changelog
......
......@@ -30,13 +30,31 @@ The creation of this model has been commented and [recorded on video](https://tu
- eca_user
- push_framework
## Events
- Login of a user
- Insert content entity (User: - any -)
- Log message created ()
- IP signalled
- Insert content entity (Comment: - any -)
## Used plugins
### Events
- [Login of a user](/plugins/eca/user/events/user_login)
- [Insert content entity (User: - any -)](/plugins/eca/content/events/content_entity_insert)
- [Log message created ()](/plugins/eca/log/events/log_log_message)
- [IP signalled](/plugins/eca/crowdsec/events/crowdsec_signalled)
- [Insert content entity (Comment: - any -)](/plugins/eca/content/events/content_entity_insert)
### Actions
- [Notify email](/plugins/core/actions/action_send_email_action)
- [Notify Alerta](/plugins/push_framework/actions/push_framework_notify)
- [Notify Mattermost](/plugins/push_framework/actions/push_framework_notify)
- [Set subject](/plugins/eca/base/actions/eca_token_set_value)
- [Set body](/plugins/eca/base/actions/eca_token_set_value)
- [Set subject](/plugins/eca/base/actions/eca_token_set_value)
- [Set body](/plugins/eca/base/actions/eca_token_set_value)
- [Set subject](/plugins/eca/base/actions/eca_token_set_value)
- [Set body](/plugins/eca/base/actions/eca_token_set_value)
- [Set subject](/plugins/eca/base/actions/eca_token_set_value)
- [Set body](/plugins/eca/base/actions/eca_token_set_value)
- [Set subject](/plugins/eca/base/actions/eca_token_set_value)
- [Set body](/plugins/eca/base/actions/eca_token_set_value)
## Changelog
......
......@@ -54,7 +54,7 @@ switch ($field_select) {
### Events
- [Presave content entity (Content: Artikel)](/plugins/eca/content/events/content_entity_presave)
- [Presave content entity (Content: Article)](/plugins/eca/content/events/content_entity_presave)
### Conditions
......
......@@ -37,9 +37,31 @@ The creation of this module was recorded and the video with additional explanati
- eca_tamper
- node
## Events
## Used plugins
- Controller arguments have been resolved
### Events
- [Controller arguments have been resolved](/plugins/eca/misc/events/kernel_controller_arguments)
### Conditions
- [Route match](/plugins/eca/misc/conditions/eca_route_match)
### Actions
- [Get date value from field date 1](/plugins/eca/content/actions/eca_get_field_value)
- [Output plain value](/plugins/core/actions/action_message_action)
- [Load node from route](/plugins/eca/misc/actions/eca_token_load_route_param)
- [Convert date into timestamp](/plugins/eca/tamper/actions/eca_tamper_strtotime)
- [Output timestamp](/plugins/core/actions/action_message_action)
- [Format timestamp into day, month, time](/plugins/eca/tamper/actions/eca_tamper_timetodate)
- [Output day/month/time](/plugins/core/actions/action_message_action)
- [Add 1 week](/plugins/eca/tamper/actions/eca_tamper_math)
- [Output 1 week later](/plugins/core/actions/action_message_action)
- [Format timestamp into date](/plugins/eca/tamper/actions/eca_tamper_timetodate)
- [Format in PST timezone](/plugins/eca/tamper/actions/eca_tamper_timetodate)
- [Output PST date](/plugins/core/actions/action_message_action)
- [Calculate PST time](/plugins/eca/tamper/actions/eca_tamper_timeoffset)
## Changelog
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment