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

Add new plugins

parent de22ed07
No related branches found
No related tags found
1 merge request!118Merging develop into main
Showing
with 117 additions and 0 deletions
---
title: "Recipe applied"
tags:
- event
- eca_misc
- eca event 1.0.0
---
# Recipe applied
Available since: 1.0.0
Fires, when a recipe has been applied.
!!! tip "Provided tokens"
| Token | Description |
| ----- | ----------- |
| `[event]` | The event. |
| `[event:machine_name]` | The machine name of the ECA event. |
| `[session_user]` | The user account that dispatched the event, regardless if ECA is processing models under a different account. This is only available if ECA is configured to always run under a specific account. |
{!include/plugins/eca_misc/event/drupal_recipe_applied.md!}
## Fields
`Base path of recipe`
: The base path of the recipe that got applied; e.g. if the recipe is stored in "/var/www/recipe/my_recipe" then the base path is "my_recipe". Leave empty to respond to all recipes.
{!include/plugins/eca_misc/event/drupal_recipe_applied/recipe_base_path.md!}
---
title: "Project Browser: Alter source plugin info"
tags:
- action
- eca_project_browser
- eca action 2.1.2
---
# Project Browser: Alter source plugin info
Available since: 2.1.2
Allows to change certain properties of source plugins.
{!include/plugins/eca_project_browser/action/eca_project_browser_source_plugin_info_alter.md!}
## Fields
`Plugin`
:
{!include/plugins/eca_project_browser/action/eca_project_browser_source_plugin_info_alter/plugin_id.md!}
`Label`
:
{!include/plugins/eca_project_browser/action/eca_project_browser_source_plugin_info_alter/label.md!}
`Description`
:
{!include/plugins/eca_project_browser/action/eca_project_browser_source_plugin_info_alter/description.md!}
`Local task: title`
:
{!include/plugins/eca_project_browser/action/eca_project_browser_source_plugin_info_alter/local_task_title.md!}
`Local task: weight`
:
{!include/plugins/eca_project_browser/action/eca_project_browser_source_plugin_info_alter/local_task_weight.md!}
---
title: "Alter source plugin info"
tags:
- event
- eca_project_browser
- eca event 2.1.2
---
# Alter source plugin info
Available since: 2.1.2
Fires during project browser source plugin alter.
!!! tip "Provided tokens"
| Token | Description |
| ----- | ----------- |
| `[event]` | The event. |
| `[event:machine_name]` | The machine name of the ECA event. |
| `[session_user]` | The user account that dispatched the event, regardless if ECA is processing models under a different account. This is only available if ECA is configured to always run under a specific account. |
{!include/plugins/eca_project_browser/event/project_browser_source_info_alter.md!}
---
title: "ECA Project Browser"
tags:
- module
---
# ECA Project Browser
{!include/modules/eca_project_browser.md!}
## Installation
```shell
composer require drupal/eca
drush pm:install eca_project_browser
```
Instead of using Drush to enable the module, you can also go to "Administration / Extend" (`/admin/modules`) and
enable the module **ECA Project Browser** from there.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment