diff --git a/docs/library/simple/add_role_to_inserted_or_updated_user.md b/docs/library/simple/add_role_to_inserted_or_updated_user.md index 797ad29bdfa558215eadc5ddb438b2d3231d0062..c776ce1c0089c35a200b71fee0cfb37cdcc3d602 100644 --- a/docs/library/simple/add_role_to_inserted_or_updated_user.md +++ b/docs/library/simple/add_role_to_inserted_or_updated_user.md @@ -1,6 +1,6 @@ --- title: ECA Library - Add role to inserted or updated user -version: v2 +version: v3 tags: - bpmn - library @@ -12,7 +12,7 @@ tags: --- # Add role to inserted or updated user -Version v2 +Version v3 <script>url='bpmn_io-eca_lib_0029.xml';archive='bpmn_io-eca_lib_0029.tar.gz'</script> {!include/library/viewer.html!} @@ -64,3 +64,7 @@ The creation of this module was recorded and the video with additional explanati `v2` : Clean-up the model + +`v3` + +: Do not save entity as this model acts in pre-save event diff --git a/docs/library/simple/add_role_to_inserted_or_updated_user/bpmn_io-eca_lib_0029.tar.gz b/docs/library/simple/add_role_to_inserted_or_updated_user/bpmn_io-eca_lib_0029.tar.gz index b9efea2563265c7b45e11de9d2f4ade8c622ffd4..fb6021acbc1a0e7c4cac88d4591c7ee20f979073 100644 --- a/docs/library/simple/add_role_to_inserted_or_updated_user/bpmn_io-eca_lib_0029.tar.gz +++ b/docs/library/simple/add_role_to_inserted_or_updated_user/bpmn_io-eca_lib_0029.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6695af7755dfde7c5aa872d07b202889433ffa6accfebf2c6164cb79f433f69c -size 2682 +oid sha256:131d50183955623720131f3b2229032012c0b7bcab392bc04b74d1264f2ea1ce +size 2715 diff --git a/docs/library/simple/add_role_to_inserted_or_updated_user/bpmn_io-eca_lib_0029.xml b/docs/library/simple/add_role_to_inserted_or_updated_user/bpmn_io-eca_lib_0029.xml index 5f5f0019e68c0104510b522aaeedf18046985478..eb1aeb8a7b9a6cfb08a677ade3578e52265b3493 100644 --- a/docs/library/simple/add_role_to_inserted_or_updated_user/bpmn_io-eca_lib_0029.xml +++ b/docs/library/simple/add_role_to_inserted_or_updated_user/bpmn_io-eca_lib_0029.xml @@ -1,20 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:qa="http://some-company/schema/bpmn/qa" id="sample-diagram" targetNamespace="http://bpmn.io/schema/bpmn" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> - <bpmn2:process id="eca_lib_0029" name="Add role to inserted or updated user" isExecutable="true" camunda:versionTag="v2"> + <bpmn2:process id="eca_lib_0029" name="Add role to inserted or updated user" isExecutable="true" camunda:versionTag="v3"> <bpmn2:documentation>This model demonstrates how to add a role to an inserted or updated user entity. There are actually 3 potential ways of doing this, only 1 of them being recommended. The recorded session (see link below) shows the issues you can run into when choosing one of the other options and it may become transparent, why the third option is the best of the available ones. The creation of this module was recorded and the video with additional explanations can be [watched here](https://tube.tchncs.de/w/odtnGZjaEAKtzZSVX1gdAS).</bpmn2:documentation> <bpmn2:extensionElements> <camunda:properties> - <camunda:property name="Changelog v1" value="Initial version"/> - <camunda:property name="Tags" value="simple,presave,insert,update,content entity"/> - <camunda:property name="Changelog v2" value="Clean-up the model"/> + <camunda:property name="Changelog v1" value="Initial version" /> + <camunda:property name="Tags" value="simple,presave,insert,update,content entity" /> + <camunda:property name="Changelog v2" value="Clean-up the model" /> + <camunda:property name="Changelog v3" value="Do not save entity as this model acts in pre-save event" /> </camunda:properties> </bpmn2:extensionElements> <bpmn2:startEvent id="Event_15fsmqd" name="Presave User" camunda:modelerTemplate="org.drupal.event.content_entity:presave"> <bpmn2:extensionElements> <camunda:properties> - <camunda:property name="pluginid" value="content_entity:presave"/> + <camunda:property name="pluginid" value="content_entity:presave" /> </camunda:properties> <camunda:field name="type"> <camunda:string>user _all</camunda:string> @@ -25,7 +26,7 @@ The creation of this module was recorded and the video with additional explanati <bpmn2:task id="Activity_1r7v54x" name="Switch to user 1" camunda:modelerTemplate="org.drupal.action.eca_switch_account"> <bpmn2:extensionElements> <camunda:properties> - <camunda:property name="pluginid" value="eca_switch_account"/> + <camunda:property name="pluginid" value="eca_switch_account" /> </camunda:properties> <camunda:field name="user_id"> <camunda:string>1</camunda:string> @@ -38,7 +39,7 @@ The creation of this module was recorded and the video with additional explanati <bpmn2:task id="Activity_1kz152s" name="Load saved user entity" camunda:modelerTemplate="org.drupal.action.eca_token_set_value"> <bpmn2:extensionElements> <camunda:properties> - <camunda:property name="pluginid" value="eca_token_set_value"/> + <camunda:property name="pluginid" value="eca_token_set_value" /> </camunda:properties> <camunda:field name="token_name"> <camunda:string>saveduser</camunda:string> @@ -53,11 +54,11 @@ The creation of this module was recorded and the video with additional explanati <bpmn2:incoming>Flow_1gi20r4</bpmn2:incoming> <bpmn2:outgoing>Flow_1gsqlu4</bpmn2:outgoing> </bpmn2:task> - <bpmn2:sequenceFlow id="Flow_1gsqlu4" sourceRef="Activity_1kz152s" targetRef="Activity_1r7v54x"/> + <bpmn2:sequenceFlow id="Flow_1gsqlu4" sourceRef="Activity_1kz152s" targetRef="Activity_1r7v54x" /> <bpmn2:task id="Activity_1jrvkj9" name="Print success message" camunda:modelerTemplate="org.drupal.action.action_message_action"> <bpmn2:extensionElements> <camunda:properties> - <camunda:property name="pluginid" value="action_message_action"/> + <camunda:property name="pluginid" value="action_message_action" /> </camunda:properties> <camunda:field name="message"> <camunda:string>Succeeded !!!</camunda:string> @@ -68,11 +69,11 @@ The creation of this module was recorded and the video with additional explanati </bpmn2:extensionElements> <bpmn2:incoming>Flow_1dhqote</bpmn2:incoming> </bpmn2:task> - <bpmn2:sequenceFlow id="Flow_1gi20r4" sourceRef="Event_15fsmqd" targetRef="Activity_1kz152s"/> + <bpmn2:sequenceFlow id="Flow_1gi20r4" sourceRef="Event_15fsmqd" targetRef="Activity_1kz152s" /> <bpmn2:task id="Activity_0wn1igg" name="Add role to field" camunda:modelerTemplate="org.drupal.action.eca_set_field_value"> <bpmn2:extensionElements> <camunda:properties> - <camunda:property name="pluginid" value="eca_set_field_value"/> + <camunda:property name="pluginid" value="eca_set_field_value" /> </camunda:properties> <camunda:field name="method"> <camunda:string>append:not_full</camunda:string> @@ -87,7 +88,7 @@ The creation of this module was recorded and the video with additional explanati <camunda:string>roles</camunda:string> </camunda:field> <camunda:field name="save_entity"> - <camunda:string>yes</camunda:string> + <camunda:string>no</camunda:string> </camunda:field> <camunda:field name="field_value"> <camunda:string>content_editor</camunda:string> @@ -102,7 +103,7 @@ The creation of this module was recorded and the video with additional explanati <bpmn2:sequenceFlow id="Flow_1q84r8w" name="does not have role?" camunda:modelerTemplate="org.drupal.condition.eca_user_role" sourceRef="Activity_1r7v54x" targetRef="Activity_0wn1igg"> <bpmn2:extensionElements> <camunda:properties> - <camunda:property name="pluginid" value="eca_user_role"/> + <camunda:property name="pluginid" value="eca_user_role" /> </camunda:properties> <camunda:field name="account"> <camunda:string>[saveduser]</camunda:string> @@ -115,11 +116,11 @@ The creation of this module was recorded and the video with additional explanati </camunda:field> </bpmn2:extensionElements> </bpmn2:sequenceFlow> - <bpmn2:sequenceFlow id="Flow_1dhqote" sourceRef="Activity_0wn1igg" targetRef="Activity_1jrvkj9"/> + <bpmn2:sequenceFlow id="Flow_1dhqote" sourceRef="Activity_0wn1igg" targetRef="Activity_1jrvkj9" /> <bpmn2:task id="Activity_1ad4xtj" name="Print fail message" camunda:modelerTemplate="org.drupal.action.action_message_action"> <bpmn2:extensionElements> <camunda:properties> - <camunda:property name="pluginid" value="action_message_action"/> + <camunda:property name="pluginid" value="action_message_action" /> </camunda:properties> <camunda:field name="message"> <camunda:string>User already has the role.</camunda:string> @@ -133,7 +134,7 @@ The creation of this module was recorded and the video with additional explanati <bpmn2:sequenceFlow id="Flow_14b3t2b" name="has role?" camunda:modelerTemplate="org.drupal.condition.eca_user_role" sourceRef="Activity_1r7v54x" targetRef="Activity_1ad4xtj"> <bpmn2:extensionElements> <camunda:properties> - <camunda:property name="pluginid" value="eca_user_role"/> + <camunda:property name="pluginid" value="eca_user_role" /> </camunda:properties> <camunda:field name="account"> <camunda:string>[saveduser]</camunda:string> @@ -150,55 +151,55 @@ The creation of this module was recorded and the video with additional explanati <bpmndi:BPMNDiagram id="sid-4332adf4-0181-4bb4-b154-c4cd06697b0a"> <bpmndi:BPMNPlane id="sid-48cda04e-4989-49da-97ff-05fc88a71eaf" bpmnElement="eca_lib_0029"> <bpmndi:BPMNShape id="Event_15fsmqd_di" bpmnElement="Event_15fsmqd"> - <dc:Bounds x="212" y="162" width="36" height="36"/> + <dc:Bounds x="212" y="162" width="36" height="36" /> <bpmndi:BPMNLabel> - <dc:Bounds x="197" y="205" width="67" height="14"/> + <dc:Bounds x="197" y="205" width="67" height="14" /> </bpmndi:BPMNLabel> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="Activity_1r7v54x_di" bpmnElement="Activity_1r7v54x"> - <dc:Bounds x="490" y="140" width="100" height="80"/> - <bpmndi:BPMNLabel/> + <dc:Bounds x="490" y="140" width="100" height="80" /> + <bpmndi:BPMNLabel /> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="Activity_1kz152s_di" bpmnElement="Activity_1kz152s"> - <dc:Bounds x="320" y="140" width="100" height="80"/> - <bpmndi:BPMNLabel/> - </bpmndi:BPMNShape> - <bpmndi:BPMNShape id="Activity_0wn1igg_di" bpmnElement="Activity_0wn1igg"> - <dc:Bounds x="490" y="280" width="100" height="80"/> - <bpmndi:BPMNLabel/> + <dc:Bounds x="320" y="140" width="100" height="80" /> + <bpmndi:BPMNLabel /> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="Activity_1jrvkj9_di" bpmnElement="Activity_1jrvkj9"> - <dc:Bounds x="660" y="280" width="100" height="80"/> - <bpmndi:BPMNLabel/> + <dc:Bounds x="660" y="280" width="100" height="80" /> + <bpmndi:BPMNLabel /> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape id="Activity_0wn1igg_di" bpmnElement="Activity_0wn1igg"> + <dc:Bounds x="490" y="280" width="100" height="80" /> + <bpmndi:BPMNLabel /> </bpmndi:BPMNShape> <bpmndi:BPMNShape id="Activity_1ad4xtj_di" bpmnElement="Activity_1ad4xtj"> - <dc:Bounds x="660" y="140" width="100" height="80"/> - <bpmndi:BPMNLabel/> + <dc:Bounds x="660" y="140" width="100" height="80" /> + <bpmndi:BPMNLabel /> </bpmndi:BPMNShape> <bpmndi:BPMNEdge id="Flow_1gsqlu4_di" bpmnElement="Flow_1gsqlu4"> - <di:waypoint x="420" y="180"/> - <di:waypoint x="490" y="180"/> + <di:waypoint x="420" y="180" /> + <di:waypoint x="490" y="180" /> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge id="Flow_1gi20r4_di" bpmnElement="Flow_1gi20r4"> - <di:waypoint x="248" y="180"/> - <di:waypoint x="320" y="180"/> + <di:waypoint x="248" y="180" /> + <di:waypoint x="320" y="180" /> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge id="Flow_1q84r8w_di" bpmnElement="Flow_1q84r8w"> - <di:waypoint x="540" y="220"/> - <di:waypoint x="540" y="280"/> + <di:waypoint x="540" y="220" /> + <di:waypoint x="540" y="280" /> <bpmndi:BPMNLabel> - <dc:Bounds x="543" y="240" width="73" height="27"/> + <dc:Bounds x="543" y="240" width="73" height="27" /> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge id="Flow_1dhqote_di" bpmnElement="Flow_1dhqote"> - <di:waypoint x="590" y="320"/> - <di:waypoint x="660" y="320"/> + <di:waypoint x="590" y="320" /> + <di:waypoint x="660" y="320" /> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge id="Flow_14b3t2b_di" bpmnElement="Flow_14b3t2b"> - <di:waypoint x="590" y="180"/> - <di:waypoint x="660" y="180"/> + <di:waypoint x="590" y="180" /> + <di:waypoint x="660" y="180" /> <bpmndi:BPMNLabel> - <dc:Bounds x="597" y="183" width="46" height="14"/> + <dc:Bounds x="597" y="183" width="46" height="14" /> </bpmndi:BPMNLabel> </bpmndi:BPMNEdge> </bpmndi:BPMNPlane> diff --git a/docs/plugins/eca/base/actions/eca_token_set_random_value.md b/docs/plugins/eca/base/actions/eca_token_set_random_value.md new file mode 100644 index 0000000000000000000000000000000000000000..26c515c551ee73c792ab814344dff2f1fc2e8eac --- /dev/null +++ b/docs/plugins/eca/base/actions/eca_token_set_random_value.md @@ -0,0 +1,34 @@ +--- +title: "Token: set random value" +tags: +- action +- eca_base +- eca action 2.1.0 +--- +# Token: set random value + +Available since: 2.1.0 + +Create a random value and store it in a token. + +{!include/plugins/eca_base/action/eca_token_set_random_value.md!} + +## Fields + +`Name of token` + +: Provide the name of a token where the value should be stored. Please provide the token name only, without brackets. + + {!include/plugins/eca_base/action/eca_token_set_random_value/token_name.md!} + +`Mode` + +: The type of random value to generate.<br/>When using the "Defined by token" option, make sure there is a token with this name: <em>eca_token_set_random_value_mode</em> + + {!include/plugins/eca_base/action/eca_token_set_random_value/mode.md!} + +`Length or min/max` + +: The length or min/max range of the random value. For sentences, this value determines the number of words and for paragraphs it determines the number of paragraphs. For integer mode, please provide comma separated values for minimum and maximum value. Missing values default to PHPs built in mix and max integer values. For the image mode, please provide a comma separated min and max resolution, defaults to "100x100,1920x1080". For the image mode, the token will contain the path to the generated random image file.<br/>This field supports tokens. + + {!include/plugins/eca_base/action/eca_token_set_random_value/length.md!} diff --git a/docs/plugins/eca/content/events/content_entity_validate.md b/docs/plugins/eca/content/events/content_entity_validate.md index 890947a672140b83850123740eebab125a7e2b51..ba70ddfcd49d7c058f7d2fc5cada1f79a8602ef3 100644 --- a/docs/plugins/eca/content/events/content_entity_validate.md +++ b/docs/plugins/eca/content/events/content_entity_validate.md @@ -3,11 +3,11 @@ title: "Validate content entity" tags: - event - eca_content -- eca event 1.0.0 +- eca event 2.1.0 --- # Validate content entity -Available since: 1.0.0 +Available since: 2.1.0 When an entity is undergoing validation. diff --git a/docs/plugins/eca/form/actions/eca_form_field_add_state.md b/docs/plugins/eca/form/actions/eca_form_field_add_state.md new file mode 100644 index 0000000000000000000000000000000000000000..e1bf6204b56ba3d5bd55e214d7522c79b00ce863 --- /dev/null +++ b/docs/plugins/eca/form/actions/eca_form_field_add_state.md @@ -0,0 +1,46 @@ +--- +title: "Form field: add state" +tags: +- action +- eca_form +- eca action 2.1.0 +--- +# Form field: add state + +Available since: 2.1.0 + +Add JavaScript state to a form field or element. + +{!include/plugins/eca_form/action/eca_form_field_add_state.md!} + +## Fields + +`Selector` + +: The JQuery selector for the remote element controlling the state of this field.<br/>This field supports tokens. + + {!include/plugins/eca_form/action/eca_form_field_add_state/selector.md!} + +`State` + +: The state of this field that should be controlled by the remote element.<br/>When using the "Defined by token" option, make sure there is a token with this name: <em>eca_form_field_add_state_state</em> + + {!include/plugins/eca_form/action/eca_form_field_add_state/state.md!} + +`Condition` + +: The condition of the remote element controlling the state of this field.<br/>When using the "Defined by token" option, make sure there is a token with this name: <em>eca_form_field_add_state_condition</em> + + {!include/plugins/eca_form/action/eca_form_field_add_state/condition.md!} + +`Value` + +: The value for the condition. This is only required if "value" is selected as the condition.<br/>This field supports tokens. + + {!include/plugins/eca_form/action/eca_form_field_add_state/value.md!} + +`Field name` + +: The input name of the form field. This is mostly found in the "name" attribute of an <input> form element. <em>For submit buttons within content forms:</em> Use "submit" for the labeled "Save" button, and "preview" for the labeled "Preview" button.<br/>This field supports tokens. + + {!include/plugins/eca_form/action/eca_form_field_add_state/field_name.md!} diff --git a/docs/plugins/eca/form/actions/eca_form_field_set_label.md b/docs/plugins/eca/form/actions/eca_form_field_set_label.md new file mode 100644 index 0000000000000000000000000000000000000000..5253c5c24356bdd172c5b82be985e067cfaa8a55 --- /dev/null +++ b/docs/plugins/eca/form/actions/eca_form_field_set_label.md @@ -0,0 +1,28 @@ +--- +title: "Form field: set label" +tags: +- action +- eca_form +- eca action 2.1.0 +--- +# Form field: set label + +Available since: 2.1.0 + +Defines label on a form field or element. + +{!include/plugins/eca_form/action/eca_form_field_set_label.md!} + +## Fields + +`Element label` + +: The label of the form field or element.<br/>This field supports tokens. + + {!include/plugins/eca_form/action/eca_form_field_set_label/label.md!} + +`Field name` + +: The input name of the form field. This is mostly found in the "name" attribute of an <input> form element. <em>For submit buttons within content forms:</em> Use "submit" for the labeled "Save" button, and "preview" for the labeled "Preview" button.<br/>This field supports tokens. + + {!include/plugins/eca_form/action/eca_form_field_set_label/field_name.md!} diff --git a/docs/plugins/eca/form/actions/eca_form_field_set_weight.md b/docs/plugins/eca/form/actions/eca_form_field_set_weight.md new file mode 100644 index 0000000000000000000000000000000000000000..9aa5c07ce57895e15c34f33e3157e0f7dc7cbb7f --- /dev/null +++ b/docs/plugins/eca/form/actions/eca_form_field_set_weight.md @@ -0,0 +1,28 @@ +--- +title: "Form field: set weight" +tags: +- action +- eca_form +- eca action 2.1.0 +--- +# Form field: set weight + +Available since: 2.1.0 + +Defines weight on a form field or element. + +{!include/plugins/eca_form/action/eca_form_field_set_weight.md!} + +## Fields + +`Element weight` + +: The weight as integer number.<br/>This field supports tokens. + + {!include/plugins/eca_form/action/eca_form_field_set_weight/weight.md!} + +`Field name` + +: The input name of the form field. This is mostly found in the "name" attribute of an <input> form element. <em>For submit buttons within content forms:</em> Use "submit" for the labeled "Save" button, and "preview" for the labeled "Preview" button.<br/>This field supports tokens. + + {!include/plugins/eca_form/action/eca_form_field_set_weight/field_name.md!} diff --git a/docs/plugins/eca/helper/actions/eca_helper_form_field_get_value.md b/docs/plugins/eca/helper/actions/eca_helper_form_field_get_value.md new file mode 100644 index 0000000000000000000000000000000000000000..e3d450118387e29bd31bdb36d9814c0c5e97b5ac --- /dev/null +++ b/docs/plugins/eca/helper/actions/eca_helper_form_field_get_value.md @@ -0,0 +1,34 @@ +--- +title: "ECA Helper: Form field get value" +tags: +- action +- eca_helper +- eca_helper action unknown +--- +# ECA Helper: Form field get value + +Available since: unknown + +Get form field value. + +{!include/plugins/eca_helper/action/eca_helper_form_field_get_value.md!} + +## Fields + +`Element key` + +: The element key to get value for the form element. Example #title, #attributes.class<br/>This field supports tokens. + + {!include/plugins/eca_helper/action/eca_helper_form_field_get_value/key.md!} + +`Name of response token` + +: The response value will be loaded into this specified token. Please provide the token name only, without brackets. + + {!include/plugins/eca_helper/action/eca_helper_form_field_get_value/token_name.md!} + +`Field name` + +: The input name of the form field. This is mostly found in the "name" attribute of an <input> form element. <em>For submit buttons within content forms:</em> Use "submit" for the labeled "Save" button, and "preview" for the labeled "Preview" button. Use <em>!!form</em> for the current form instead of form element.<br/>This field supports tokens. + + {!include/plugins/eca_helper/action/eca_helper_form_field_get_value/field_name.md!} diff --git a/docs/plugins/eca/helper/actions/eca_helper_form_field_set_value.md b/docs/plugins/eca/helper/actions/eca_helper_form_field_set_value.md new file mode 100644 index 0000000000000000000000000000000000000000..56cd3e17a0bb58b01b58ec344b64f53073021802 --- /dev/null +++ b/docs/plugins/eca/helper/actions/eca_helper_form_field_set_value.md @@ -0,0 +1,52 @@ +--- +title: "ECA Helper: Form field set value" +tags: +- action +- eca_helper +- eca_helper action unknown +--- +# ECA Helper: Form field set value + +Available since: unknown + +Set form field value. + +{!include/plugins/eca_helper/action/eca_helper_form_field_set_value.md!} + +## Fields + +`Element key` + +: The element key to set value for the form element. Example #title, #attributes.class<br/>This field supports tokens. + + {!include/plugins/eca_helper/action/eca_helper_form_field_set_value/key.md!} + +`Value` + +: The default value to prepopulate.<br/>This field supports tokens. + + {!include/plugins/eca_helper/action/eca_helper_form_field_set_value/value.md!} + +`Value in YAML` + +: Value in the YAML format. + + {!include/plugins/eca_helper/action/eca_helper_form_field_set_value/value_yaml.md!} + +`Set array value` + +: Set or append data to array value. + + {!include/plugins/eca_helper/action/eca_helper_form_field_set_value/array.md!} + +`Method` + +: The method to set value when use Set array value. + + {!include/plugins/eca_helper/action/eca_helper_form_field_set_value/method.md!} + +`Field name` + +: The input name of the form field. This is mostly found in the "name" attribute of an <input> form element. <em>For submit buttons within content forms:</em> Use "submit" for the labeled "Save" button, and "preview" for the labeled "Preview" button. Use <em>!!form</em> for the current form instead of form element.<br/>This field supports tokens. + + {!include/plugins/eca_helper/action/eca_helper_form_field_set_value/field_name.md!} diff --git a/docs/plugins/eca/helper/actions/eca_helper_http_request.md b/docs/plugins/eca/helper/actions/eca_helper_http_request.md new file mode 100644 index 0000000000000000000000000000000000000000..20b1b9a091534a71e971a3dcc3b39d6175707c07 --- /dev/null +++ b/docs/plugins/eca/helper/actions/eca_helper_http_request.md @@ -0,0 +1,70 @@ +--- +title: "ECA Helper: Http Request" +tags: +- action +- eca_helper +- eca_helper action unknown +--- +# ECA Helper: Http Request + +Available since: unknown + +Add Http request for ECA + +{!include/plugins/eca_helper/action/eca_helper_http_request.md!} + +## Fields + +`Method` + +: + + {!include/plugins/eca_helper/action/eca_helper_http_request/method.md!} + +`URL` + +: + + {!include/plugins/eca_helper/action/eca_helper_http_request/url.md!} + +`Data` + +: + + {!include/plugins/eca_helper/action/eca_helper_http_request/data.md!} + +`Data Serialization` + +: + + {!include/plugins/eca_helper/action/eca_helper_http_request/data_serialization.md!} + +`Query Parameters` + +: YAML format, for example mykey: myvalue. When using tokens and YAML altogether, make sure that tokens are wrapped as a string. Example: title: "[node:title]" + + {!include/plugins/eca_helper/action/eca_helper_http_request/query_parameters.md!} + +`Headers` + +: Headers with YAML format. + + {!include/plugins/eca_helper/action/eca_helper_http_request/headers.md!} + +`Cookies` + +: Cookies with YAML format. + + {!include/plugins/eca_helper/action/eca_helper_http_request/cookies.md!} + +`Options` + +: The Guzzle request options with YAML format. Reference: https://docs.guzzlephp.org/en/stable/request-options.html + + {!include/plugins/eca_helper/action/eca_helper_http_request/request_options.md!} + +`Name of response token` + +: The response value will be loaded into this specified token. You can access [token_name:body], [token_name:headers], [token_name:status] Please provide the token name only, without brackets. + + {!include/plugins/eca_helper/action/eca_helper_http_request/token_name.md!} diff --git a/docs/plugins/eca/helper/actions/eca_helper_server_variable.md b/docs/plugins/eca/helper/actions/eca_helper_server_variable.md new file mode 100644 index 0000000000000000000000000000000000000000..e1079e4df0a7c6acccf50c4bb225b6a9a86bd79e --- /dev/null +++ b/docs/plugins/eca/helper/actions/eca_helper_server_variable.md @@ -0,0 +1,40 @@ +--- +title: "ECA Helper: Get SERVER Variable" +tags: +- action +- eca_helper +- eca_helper action unknown +--- +# ECA Helper: Get SERVER Variable + +Available since: unknown + +Action get PHP $_SERVER, $_COOKIE, $_SESSION, $_ENV, $_GET, $_POST variable + +{!include/plugins/eca_helper/action/eca_helper_server_variable.md!} + +## Fields + +`Variable Type` + +: Select the variable type + + {!include/plugins/eca_helper/action/eca_helper_server_variable/variable_type.md!} + +`Variable` + +: The name of server variable need to get data. This support token. + + {!include/plugins/eca_helper/action/eca_helper_server_variable/variable.md!} + +`Debug` + +: Enable debug will log all server variable to log messages. + + {!include/plugins/eca_helper/action/eca_helper_server_variable/debug.md!} + +`Name of response token` + +: The response value will be loaded into this specified token. Please provide the token name only, without brackets. + + {!include/plugins/eca_helper/action/eca_helper_server_variable/token_name.md!} diff --git a/docs/plugins/eca/helper/actions/eca_helper_third_partyS_setting.md b/docs/plugins/eca/helper/actions/eca_helper_third_partyS_setting.md new file mode 100644 index 0000000000000000000000000000000000000000..e959ba0de3fdcea2343547c5252fc32327bf6851 --- /dev/null +++ b/docs/plugins/eca/helper/actions/eca_helper_third_partyS_setting.md @@ -0,0 +1,52 @@ +--- +title: "ECA Helper: Get/Set ThirdPartySetting" +tags: +- action +- eca_helper +- eca_helper action unknown +--- +# ECA Helper: Get/Set ThirdPartySetting + +Available since: unknown + +Get/Set ThirdPartySetting of instance. + +{!include/plugins/eca_helper/action/eca_helper_third_partyS_setting.md!} + +## Fields + +`Instance` + +: The name of instance to Get/Set ThirdPartySetting. Please provide the token name only, without brackets. + + {!include/plugins/eca_helper/action/eca_helper_third_partyS_setting/instance.md!} + +`Method` + +: Select method for GET or SET for ThirdPartySetting + + {!include/plugins/eca_helper/action/eca_helper_third_partyS_setting/method.md!} + +`Module` + +: The name of module to Get/Set ThirdPartySetting. + + {!include/plugins/eca_helper/action/eca_helper_third_partyS_setting/module.md!} + +`Key` + +: The name of key value to Get/Set ThirdPartySetting. + + {!include/plugins/eca_helper/action/eca_helper_third_partyS_setting/key.md!} + +`Value` + +: The value of key to Get/Set ThirdPartySetting. + + {!include/plugins/eca_helper/action/eca_helper_third_partyS_setting/value.md!} + +`Name of response token` + +: The response value of Get ThirdPartySetting will be loaded into this specified token. Please provide the token name only, without brackets. + + {!include/plugins/eca_helper/action/eca_helper_third_partyS_setting/token_name.md!} diff --git a/docs/plugins/eca/helper/index.md b/docs/plugins/eca/helper/index.md new file mode 100644 index 0000000000000000000000000000000000000000..0a4bcc5407fad35c2e13eb1884489de06ae7ad20 --- /dev/null +++ b/docs/plugins/eca/helper/index.md @@ -0,0 +1,18 @@ +--- +title: "ECA Helper" +tags: +- module +--- +# ECA Helper + +{!include/modules/eca_helper.md!} + +## Installation + +```shell +composer require drupal/eca_helper +drush pm:install eca_helper +``` + +Instead of using Drush to enable the module, you can also go to "Administration / Extend" (`/admin/modules`) and +enable the module **ECA Helper** from there. diff --git a/docs/plugins/eca/helper_workflow/actions/eca_helper_workflow_for_entity.md b/docs/plugins/eca/helper_workflow/actions/eca_helper_workflow_for_entity.md new file mode 100644 index 0000000000000000000000000000000000000000..e5f048aaf105a1dcc7b638315672e915cdac940f --- /dev/null +++ b/docs/plugins/eca/helper_workflow/actions/eca_helper_workflow_for_entity.md @@ -0,0 +1,28 @@ +--- +title: "ECA Helper Workflow: Get workflow for Entity" +tags: +- action +- eca_helper_workflow +- eca_helper action unknown +--- +# ECA Helper Workflow: Get workflow for Entity + +Available since: unknown + +Get workflow instance of Entity. + +{!include/plugins/eca_helper_workflow/action/eca_helper_workflow_for_entity.md!} + +## Fields + +`Name of token` + +: The field value will be loaded into this specified token. Please provide the token name only, without brackets. + + {!include/plugins/eca_helper_workflow/action/eca_helper_workflow_for_entity/token_name.md!} + +`Entity` + +: Provide the token name of the <em class="placeholder">entity</em> that this action should operate with. Please provide the token name only, without brackets. + + {!include/plugins/eca_helper_workflow/action/eca_helper_workflow_for_entity/object.md!} diff --git a/docs/plugins/eca/helper_workflow/actions/eca_helper_workflow_label.md b/docs/plugins/eca/helper_workflow/actions/eca_helper_workflow_label.md new file mode 100644 index 0000000000000000000000000000000000000000..8761ed0265743cea806928bbd1d9ab68f0ae4736 --- /dev/null +++ b/docs/plugins/eca/helper_workflow/actions/eca_helper_workflow_label.md @@ -0,0 +1,34 @@ +--- +title: "ECA Helper Workflow: Get Label" +tags: +- action +- eca_helper_workflow +- eca_helper action unknown +--- +# ECA Helper Workflow: Get Label + +Available since: unknown + +Get workflow label + +{!include/plugins/eca_helper_workflow/action/eca_helper_workflow_label.md!} + +## Fields + +`The workflow state id` + +: The workflow state id of entity. + + {!include/plugins/eca_helper_workflow/action/eca_helper_workflow_label/workflow_state.md!} + +`Name of token` + +: The field value will be loaded into this specified token. Please provide the token name only, without brackets. + + {!include/plugins/eca_helper_workflow/action/eca_helper_workflow_label/token_name.md!} + +`Entity` + +: Provide the token name of the <em class="placeholder">entity</em> that this action should operate with. Please provide the token name only, without brackets. + + {!include/plugins/eca_helper_workflow/action/eca_helper_workflow_label/object.md!} diff --git a/docs/plugins/eca/helper_workflow/actions/eca_helper_workflow_state.md b/docs/plugins/eca/helper_workflow/actions/eca_helper_workflow_state.md new file mode 100644 index 0000000000000000000000000000000000000000..32558abc35cb5b3cc456d56d598b5bc974aff1a3 --- /dev/null +++ b/docs/plugins/eca/helper_workflow/actions/eca_helper_workflow_state.md @@ -0,0 +1,40 @@ +--- +title: "ECA Helper Workflow: Get workflow state" +tags: +- action +- eca_helper_workflow +- eca_helper action unknown +--- +# ECA Helper Workflow: Get workflow state + +Available since: unknown + +Get workflow state instance of Entity. + +{!include/plugins/eca_helper_workflow/action/eca_helper_workflow_state.md!} + +## Fields + +`State` + +: + + {!include/plugins/eca_helper_workflow/action/eca_helper_workflow_state/type.md!} + +`State Property` + +: + + {!include/plugins/eca_helper_workflow/action/eca_helper_workflow_state/property.md!} + +`Name of token` + +: The field value will be loaded into this specified token. Please provide the token name only, without brackets. + + {!include/plugins/eca_helper_workflow/action/eca_helper_workflow_state/token_name.md!} + +`Entity` + +: Provide the token name of the <em class="placeholder">entity</em> that this action should operate with. Please provide the token name only, without brackets. + + {!include/plugins/eca_helper_workflow/action/eca_helper_workflow_state/object.md!} diff --git a/docs/plugins/eca/helper_workflow/index.md b/docs/plugins/eca/helper_workflow/index.md new file mode 100644 index 0000000000000000000000000000000000000000..7210546ecc0d8621d65afe5726c372d2a68af46a --- /dev/null +++ b/docs/plugins/eca/helper_workflow/index.md @@ -0,0 +1,18 @@ +--- +title: "ECA Helper for Workflow" +tags: +- module +--- +# ECA Helper for Workflow + +{!include/modules/eca_helper_workflow.md!} + +## Installation + +```shell +composer require drupal/eca_helper +drush pm:install eca_helper_workflow +``` + +Instead of using Drush to enable the module, you can also go to "Administration / Extend" (`/admin/modules`) and +enable the module **ECA Helper for Workflow** from there. diff --git a/docs/plugins/eca/misc/actions/eca_token_load_query_arg.md b/docs/plugins/eca/misc/actions/eca_token_load_query_arg.md new file mode 100644 index 0000000000000000000000000000000000000000..6edfe2cc10619e1b4fe7c03fb0ef08058ff35a94 --- /dev/null +++ b/docs/plugins/eca/misc/actions/eca_token_load_query_arg.md @@ -0,0 +1,28 @@ +--- +title: "Token: load query argument" +tags: +- action +- eca_misc +- eca action 2.1.0 +--- +# Token: load query argument + +Available since: 2.1.0 + +Loads a query argument from the request into the token environment. + +{!include/plugins/eca_misc/action/eca_token_load_query_arg.md!} + +## Fields + +`Name of query argument` + +: <br/>This field supports tokens. + + {!include/plugins/eca_misc/action/eca_token_load_query_arg/argument_name.md!} + +`Name of token` + +: The name of the token, the argument value gets stored into. Please provide the token name only, without brackets. + + {!include/plugins/eca_misc/action/eca_token_load_query_arg/token_name.md!} diff --git a/docs/plugins/eca/views/events/eca_views_post_build.md b/docs/plugins/eca/views/events/eca_views_post_build.md index a8c7bcd94d73419880ea936a05039465fef49713..3e51038810aa75ad5ae115b9570a075e8f747d26 100644 --- a/docs/plugins/eca/views/events/eca_views_post_build.md +++ b/docs/plugins/eca/views/events/eca_views_post_build.md @@ -28,3 +28,9 @@ Available since: 2.0.0 : Select the view from the list. {!include/plugins/eca_views/event/eca_views_post_build/view_id.md!} + +`Display` + +: Provide the view <code>display id</code> to which to respond. Leave empty to respond on any display. + + {!include/plugins/eca_views/event/eca_views_post_build/display_id.md!} diff --git a/docs/plugins/eca/views/events/eca_views_post_execute.md b/docs/plugins/eca/views/events/eca_views_post_execute.md index 20305f3f447f051e8cf46cc0cb69e2efdec56e32..f13ce7a8dc03252aadebcc77a7ae5d1355ae682c 100644 --- a/docs/plugins/eca/views/events/eca_views_post_execute.md +++ b/docs/plugins/eca/views/events/eca_views_post_execute.md @@ -28,3 +28,9 @@ Available since: 2.0.0 : Select the view from the list. {!include/plugins/eca_views/event/eca_views_post_execute/view_id.md!} + +`Display` + +: Provide the view <code>display id</code> to which to respond. Leave empty to respond on any display. + + {!include/plugins/eca_views/event/eca_views_post_execute/display_id.md!} diff --git a/docs/plugins/eca/views/events/eca_views_post_render.md b/docs/plugins/eca/views/events/eca_views_post_render.md index 00cd673f36245c51050c87238a8e914bc7ed437d..df02be213648f67907737806a195de14ec8de308 100644 --- a/docs/plugins/eca/views/events/eca_views_post_render.md +++ b/docs/plugins/eca/views/events/eca_views_post_render.md @@ -28,3 +28,9 @@ Available since: 2.0.0 : Select the view from the list. {!include/plugins/eca_views/event/eca_views_post_render/view_id.md!} + +`Display` + +: Provide the view <code>display id</code> to which to respond. Leave empty to respond on any display. + + {!include/plugins/eca_views/event/eca_views_post_render/display_id.md!} diff --git a/docs/plugins/eca/views/events/eca_views_pre_build.md b/docs/plugins/eca/views/events/eca_views_pre_build.md index 006411fe61b6f26a97c1871046f4890009acdace..5fa35d91179143bd51dec885ff348ece48e26730 100644 --- a/docs/plugins/eca/views/events/eca_views_pre_build.md +++ b/docs/plugins/eca/views/events/eca_views_pre_build.md @@ -28,3 +28,9 @@ Available since: 2.0.0 : Select the view from the list. {!include/plugins/eca_views/event/eca_views_pre_build/view_id.md!} + +`Display` + +: Provide the view <code>display id</code> to which to respond. Leave empty to respond on any display. + + {!include/plugins/eca_views/event/eca_views_pre_build/display_id.md!} diff --git a/docs/plugins/eca/views/events/eca_views_pre_execute.md b/docs/plugins/eca/views/events/eca_views_pre_execute.md index fa89ee9741cb027ac07e33362f9b3ebf6887a1f2..269c950346e4d98d02a3ccc2e0c97c97c89a0fcb 100644 --- a/docs/plugins/eca/views/events/eca_views_pre_execute.md +++ b/docs/plugins/eca/views/events/eca_views_pre_execute.md @@ -28,3 +28,9 @@ Available since: 2.0.0 : Select the view from the list. {!include/plugins/eca_views/event/eca_views_pre_execute/view_id.md!} + +`Display` + +: Provide the view <code>display id</code> to which to respond. Leave empty to respond on any display. + + {!include/plugins/eca_views/event/eca_views_pre_execute/display_id.md!} diff --git a/docs/plugins/eca/views/events/eca_views_pre_render.md b/docs/plugins/eca/views/events/eca_views_pre_render.md index d966baa85a1e4fb972f78b489ce2da4f7dc98b3e..f2aaa4072076626f65e897e913971726507d6deb 100644 --- a/docs/plugins/eca/views/events/eca_views_pre_render.md +++ b/docs/plugins/eca/views/events/eca_views_pre_render.md @@ -28,3 +28,9 @@ Available since: 2.0.0 : Select the view from the list. {!include/plugins/eca_views/event/eca_views_pre_render/view_id.md!} + +`Display` + +: Provide the view <code>display id</code> to which to respond. Leave empty to respond on any display. + + {!include/plugins/eca_views/event/eca_views_pre_render/display_id.md!} diff --git a/docs/plugins/eca/views/events/eca_views_pre_view.md b/docs/plugins/eca/views/events/eca_views_pre_view.md index bfc1174cb26a97e0f9d296e392acecb0bfdc43cf..ba15c673c23de0e59a3d3ae78e918265b5622281 100644 --- a/docs/plugins/eca/views/events/eca_views_pre_view.md +++ b/docs/plugins/eca/views/events/eca_views_pre_view.md @@ -28,3 +28,9 @@ Available since: 2.0.0 : Select the view from the list. {!include/plugins/eca_views/event/eca_views_pre_view/view_id.md!} + +`Display` + +: Provide the view <code>display id</code> to which to respond. Leave empty to respond on any display. + + {!include/plugins/eca_views/event/eca_views_pre_view/display_id.md!} diff --git a/docs/plugins/eca/views/events/eca_views_query_alter.md b/docs/plugins/eca/views/events/eca_views_query_alter.md index 57f0bd29a53d5ce6634b4ee4866c30c3fd8bb7c1..547c7ecb096155ab509f334403849c3e228df827 100644 --- a/docs/plugins/eca/views/events/eca_views_query_alter.md +++ b/docs/plugins/eca/views/events/eca_views_query_alter.md @@ -28,3 +28,9 @@ Available since: 2.0.0 : Select the view from the list. {!include/plugins/eca_views/event/eca_views_query_alter/view_id.md!} + +`Display` + +: Provide the view <code>display id</code> to which to respond. Leave empty to respond on any display. + + {!include/plugins/eca_views/event/eca_views_query_alter/display_id.md!} diff --git a/docs/plugins/eca/views/events/eca_views_query_substitutions.md b/docs/plugins/eca/views/events/eca_views_query_substitutions.md index a0258535683d070b60a7f634d0e046be2d6448f0..1160b2a23f790c66d30dc64968e07f041ee71dcb 100644 --- a/docs/plugins/eca/views/events/eca_views_query_substitutions.md +++ b/docs/plugins/eca/views/events/eca_views_query_substitutions.md @@ -28,3 +28,9 @@ Available since: 2.0.0 : Select the view from the list. {!include/plugins/eca_views/event/eca_views_query_substitutions/view_id.md!} + +`Display` + +: Provide the view <code>display id</code> to which to respond. Leave empty to respond on any display. + + {!include/plugins/eca_views/event/eca_views_query_substitutions/display_id.md!} diff --git a/docs/plugins/eca/webform/actions/eca_webform_get_third_party_setting.md b/docs/plugins/eca/webform/actions/eca_webform_get_third_party_setting.md new file mode 100644 index 0000000000000000000000000000000000000000..d093d3e4bc4311cb084f6882c09de6f78504c98f --- /dev/null +++ b/docs/plugins/eca/webform/actions/eca_webform_get_third_party_setting.md @@ -0,0 +1,40 @@ +--- +title: "Webform: Get third-party setting" +tags: +- action +- eca_webform +- eca_webform action 2.1.0 +--- +# Webform: Get third-party setting + +Available since: 2.1.0 + + + +{!include/plugins/eca_webform/action/eca_webform_get_third_party_setting.md!} + +## Fields + +`Provider` + +: The machine name of the module that provides the setting.<br/>This field supports tokens. + + {!include/plugins/eca_webform/action/eca_webform_get_third_party_setting/provider.md!} + +`Setting name` + +: The machine name of the setting, that holds the value.<br/>This field supports tokens. + + {!include/plugins/eca_webform/action/eca_webform_get_third_party_setting/setting_name.md!} + +`Name of token` + +: The setting value will be loaded into this specified token. Please provide the token name only, without brackets. + + {!include/plugins/eca_webform/action/eca_webform_get_third_party_setting/token_name.md!} + +`Entity` + +: Provide the token name of the <em class="placeholder">webform</em> that this action should operate with. Please provide the token name only, without brackets. + + {!include/plugins/eca_webform/action/eca_webform_get_third_party_setting/object.md!} diff --git a/docs/plugins/eca/webform/actions/eca_webform_set_third_party_setting.md b/docs/plugins/eca/webform/actions/eca_webform_set_third_party_setting.md new file mode 100644 index 0000000000000000000000000000000000000000..74fc3b53f92cec696679216f8301c4a93d21b3c4 --- /dev/null +++ b/docs/plugins/eca/webform/actions/eca_webform_set_third_party_setting.md @@ -0,0 +1,40 @@ +--- +title: "Webform: Set third-party setting" +tags: +- action +- eca_webform +- eca_webform action 2.1.0 +--- +# Webform: Set third-party setting + +Available since: 2.1.0 + + + +{!include/plugins/eca_webform/action/eca_webform_set_third_party_setting.md!} + +## Fields + +`Provider` + +: The machine name of the module that provides the setting.<br/>This field supports tokens. + + {!include/plugins/eca_webform/action/eca_webform_set_third_party_setting/provider.md!} + +`Setting name` + +: The machine name of the setting, that holds the value.<br/>This field supports tokens. + + {!include/plugins/eca_webform/action/eca_webform_set_third_party_setting/setting_name.md!} + +`Setting value` + +: The new setting value.<br/>This field supports tokens. + + {!include/plugins/eca_webform/action/eca_webform_set_third_party_setting/setting_value.md!} + +`Entity` + +: Provide the token name of the <em class="placeholder">webform</em> that this action should operate with. Please provide the token name only, without brackets. + + {!include/plugins/eca_webform/action/eca_webform_set_third_party_setting/object.md!} diff --git a/docs/plugins/eca/webform/events/webform_admin_third_party_settings_form_alter.md b/docs/plugins/eca/webform/events/webform_admin_third_party_settings_form_alter.md index a8517a470c0b5f9416b48d8c1f717facc1dcca4b..6951e09bd62c7f08c8e4f22b0ba12465cfdf117a 100644 --- a/docs/plugins/eca/webform/events/webform_admin_third_party_settings_form_alter.md +++ b/docs/plugins/eca/webform/events/webform_admin_third_party_settings_form_alter.md @@ -15,6 +15,15 @@ Available since: 1.0.0 | Token | Description | | ----- | ----------- | + | `[form]` | The current form.<br /> Alias: `current_form` | + | `[form:id]` | The form ID. | + | `[form:base_id]` | The form base ID. | + | `[form:operation]` | The form operation. | + | `[form:mode]` | The form mode. | + | `[form:triggered]` | The form field name that triggered the form event. | + | `[form:values]` | | + | `[form:values:FIELD_NAME]` | The field value for each of the named fields. | + | `[form:num_errors]` | The number of form errors. | | `[event]` | The event. | | `[event:webform]` | The webform. | | `[event:webform:access_rules]` | The access rules. | diff --git a/docs/plugins/eca/webform/events/webform_element_configuration_form_alter.md b/docs/plugins/eca/webform/events/webform_element_configuration_form_alter.md index 4a88702a4b49b81f969f71a3dfe79a0018875658..aa9d63da79ac24745824d602d0f0dec87764cf0b 100644 --- a/docs/plugins/eca/webform/events/webform_element_configuration_form_alter.md +++ b/docs/plugins/eca/webform/events/webform_element_configuration_form_alter.md @@ -15,6 +15,15 @@ Available since: 1.0.0 | Token | Description | | ----- | ----------- | + | `[form]` | The current form.<br /> Alias: `current_form` | + | `[form:id]` | The form ID. | + | `[form:base_id]` | The form base ID. | + | `[form:operation]` | The form operation. | + | `[form:mode]` | The form mode. | + | `[form:triggered]` | The form field name that triggered the form event. | + | `[form:values]` | | + | `[form:values:FIELD_NAME]` | The field value for each of the named fields. | + | `[form:num_errors]` | The number of form errors. | | `[event]` | The event. | | `[event:webform]` | The webform. | | `[event:webform:access_rules]` | The access rules. | diff --git a/docs/plugins/eca/webform/events/webform_submission_form_alter.md b/docs/plugins/eca/webform/events/webform_submission_form_alter.md index 6a37d6c07344b7857258e11bd9e0d98933ae83f8..f09384f1a6c2ef5435ac0ac7506a394da8e61b49 100644 --- a/docs/plugins/eca/webform/events/webform_submission_form_alter.md +++ b/docs/plugins/eca/webform/events/webform_submission_form_alter.md @@ -15,6 +15,15 @@ Available since: 1.0.0 | Token | Description | | ----- | ----------- | + | `[form]` | The current form.<br /> Alias: `current_form` | + | `[form:id]` | The form ID. | + | `[form:base_id]` | The form base ID. | + | `[form:operation]` | The form operation. | + | `[form:mode]` | The form mode. | + | `[form:triggered]` | The form field name that triggered the form event. | + | `[form:values]` | | + | `[form:values:FIELD_NAME]` | The field value for each of the named fields. | + | `[form:num_errors]` | The number of form errors. | | `[event]` | The event. | | `[event:webform]` | The webform. | | `[event:webform:access_rules]` | The access rules. | diff --git a/docs/plugins/eca/webform/events/webform_third_party_settings_form_alter.md b/docs/plugins/eca/webform/events/webform_third_party_settings_form_alter.md index df5152e9a6b9e045b6e4db70e7a723edac28ead8..39aec6cc8122d8ac3d84d6f1fd80c9baee0b50b0 100644 --- a/docs/plugins/eca/webform/events/webform_third_party_settings_form_alter.md +++ b/docs/plugins/eca/webform/events/webform_third_party_settings_form_alter.md @@ -15,6 +15,15 @@ Available since: 1.0.0 | Token | Description | | ----- | ----------- | + | `[form]` | The current form.<br /> Alias: `current_form` | + | `[form:id]` | The form ID. | + | `[form:base_id]` | The form base ID. | + | `[form:operation]` | The form operation. | + | `[form:mode]` | The form mode. | + | `[form:triggered]` | The form field name that triggered the form event. | + | `[form:values]` | | + | `[form:values:FIELD_NAME]` | The field value for each of the named fields. | + | `[form:num_errors]` | The number of form errors. | | `[event]` | The event. | | `[event:webform]` | The webform. | | `[event:webform:access_rules]` | The access rules. | diff --git a/docs/plugins/entity_share_client/actions/entity_share_client_update_policy.md b/docs/plugins/entity_share_client/actions/entity_share_client_update_policy.md new file mode 100644 index 0000000000000000000000000000000000000000..00fb519c7eab1f2e1f82a69fa15abebae05f53fb --- /dev/null +++ b/docs/plugins/entity_share_client/actions/entity_share_client_update_policy.md @@ -0,0 +1,34 @@ +--- +title: "Update policy" +tags: +- action +- entity_share_client +- entity_share action unknown +--- +# Update policy + +Available since: unknown + + + +{!include/plugins/entity_share_client/action/entity_share_client_update_policy.md!} + +## Fields + +`Policy` + +: Select the policy to apply + + {!include/plugins/entity_share_client/action/entity_share_client_update_policy/selected_policy.md!} + +`Entity` + +: Provide the token name of the <em class="placeholder">entity_import_status</em> that this action should operate with. Please provide the token name only, without brackets. + + {!include/plugins/entity_share_client/action/entity_share_client_update_policy/object.md!} + +`Replace tokens` + +: When enabled, tokens will be replaced <em>before</em> executing the action. <strong>Please note:</strong> Actions might already take care of replacing tokens on their own. Therefore, use this option only with care and when it makes sense. + + {!include/plugins/entity_share_client/action/entity_share_client_update_policy/replace_tokens.md!} diff --git a/docs/plugins/entity_share_client/index.md b/docs/plugins/entity_share_client/index.md new file mode 100644 index 0000000000000000000000000000000000000000..d6544cd067d1a05ef9cde039cdf79720374bd0fd --- /dev/null +++ b/docs/plugins/entity_share_client/index.md @@ -0,0 +1,18 @@ +--- +title: "Entity Share Client" +tags: +- module +--- +# Entity Share Client + +{!include/modules/entity_share_client.md!} + +## Installation + +```shell +composer require drupal/entity_share +drush pm:install entity_share_client +``` + +Instead of using Drush to enable the module, you can also go to "Administration / Extend" (`/admin/modules`) and +enable the module **Entity Share Client** from there. diff --git a/include/modules/eca_helper.md b/include/modules/eca_helper.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/modules/eca_helper_workflow.md b/include/modules/eca_helper_workflow.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_base/action/eca_token_set_random_value.md b/include/plugins/eca_base/action/eca_token_set_random_value.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_base/action/eca_token_set_random_value/length.md b/include/plugins/eca_base/action/eca_token_set_random_value/length.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_base/action/eca_token_set_random_value/mode.md b/include/plugins/eca_base/action/eca_token_set_random_value/mode.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_base/action/eca_token_set_random_value/token_name.md b/include/plugins/eca_base/action/eca_token_set_random_value/token_name.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_form/action/eca_form_field_add_state.md b/include/plugins/eca_form/action/eca_form_field_add_state.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_form/action/eca_form_field_add_state/condition.md b/include/plugins/eca_form/action/eca_form_field_add_state/condition.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_form/action/eca_form_field_add_state/field_name.md b/include/plugins/eca_form/action/eca_form_field_add_state/field_name.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_form/action/eca_form_field_add_state/selector.md b/include/plugins/eca_form/action/eca_form_field_add_state/selector.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_form/action/eca_form_field_add_state/state.md b/include/plugins/eca_form/action/eca_form_field_add_state/state.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_form/action/eca_form_field_add_state/value.md b/include/plugins/eca_form/action/eca_form_field_add_state/value.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_form/action/eca_form_field_set_label.md b/include/plugins/eca_form/action/eca_form_field_set_label.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_form/action/eca_form_field_set_label/field_name.md b/include/plugins/eca_form/action/eca_form_field_set_label/field_name.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_form/action/eca_form_field_set_label/label.md b/include/plugins/eca_form/action/eca_form_field_set_label/label.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_form/action/eca_form_field_set_weight.md b/include/plugins/eca_form/action/eca_form_field_set_weight.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_form/action/eca_form_field_set_weight/field_name.md b/include/plugins/eca_form/action/eca_form_field_set_weight/field_name.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_form/action/eca_form_field_set_weight/weight.md b/include/plugins/eca_form/action/eca_form_field_set_weight/weight.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_form_field_get_value.md b/include/plugins/eca_helper/action/eca_helper_form_field_get_value.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_form_field_get_value/field_name.md b/include/plugins/eca_helper/action/eca_helper_form_field_get_value/field_name.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_form_field_get_value/key.md b/include/plugins/eca_helper/action/eca_helper_form_field_get_value/key.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_form_field_get_value/token_name.md b/include/plugins/eca_helper/action/eca_helper_form_field_get_value/token_name.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_form_field_set_value.md b/include/plugins/eca_helper/action/eca_helper_form_field_set_value.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_form_field_set_value/array.md b/include/plugins/eca_helper/action/eca_helper_form_field_set_value/array.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_form_field_set_value/field_name.md b/include/plugins/eca_helper/action/eca_helper_form_field_set_value/field_name.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_form_field_set_value/key.md b/include/plugins/eca_helper/action/eca_helper_form_field_set_value/key.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_form_field_set_value/method.md b/include/plugins/eca_helper/action/eca_helper_form_field_set_value/method.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_form_field_set_value/value.md b/include/plugins/eca_helper/action/eca_helper_form_field_set_value/value.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_form_field_set_value/value_yaml.md b/include/plugins/eca_helper/action/eca_helper_form_field_set_value/value_yaml.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_http_request.md b/include/plugins/eca_helper/action/eca_helper_http_request.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_http_request/cookies.md b/include/plugins/eca_helper/action/eca_helper_http_request/cookies.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_http_request/data.md b/include/plugins/eca_helper/action/eca_helper_http_request/data.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_http_request/data_serialization.md b/include/plugins/eca_helper/action/eca_helper_http_request/data_serialization.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_http_request/headers.md b/include/plugins/eca_helper/action/eca_helper_http_request/headers.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_http_request/method.md b/include/plugins/eca_helper/action/eca_helper_http_request/method.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_http_request/query_parameters.md b/include/plugins/eca_helper/action/eca_helper_http_request/query_parameters.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_http_request/request_options.md b/include/plugins/eca_helper/action/eca_helper_http_request/request_options.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_http_request/token_name.md b/include/plugins/eca_helper/action/eca_helper_http_request/token_name.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_http_request/url.md b/include/plugins/eca_helper/action/eca_helper_http_request/url.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_server_variable.md b/include/plugins/eca_helper/action/eca_helper_server_variable.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_server_variable/debug.md b/include/plugins/eca_helper/action/eca_helper_server_variable/debug.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_server_variable/token_name.md b/include/plugins/eca_helper/action/eca_helper_server_variable/token_name.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_server_variable/variable.md b/include/plugins/eca_helper/action/eca_helper_server_variable/variable.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_server_variable/variable_type.md b/include/plugins/eca_helper/action/eca_helper_server_variable/variable_type.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_third_partyS_setting.md b/include/plugins/eca_helper/action/eca_helper_third_partyS_setting.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_third_partyS_setting/instance.md b/include/plugins/eca_helper/action/eca_helper_third_partyS_setting/instance.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_third_partyS_setting/key.md b/include/plugins/eca_helper/action/eca_helper_third_partyS_setting/key.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_third_partyS_setting/method.md b/include/plugins/eca_helper/action/eca_helper_third_partyS_setting/method.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_third_partyS_setting/module.md b/include/plugins/eca_helper/action/eca_helper_third_partyS_setting/module.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_third_partyS_setting/token_name.md b/include/plugins/eca_helper/action/eca_helper_third_partyS_setting/token_name.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper/action/eca_helper_third_partyS_setting/value.md b/include/plugins/eca_helper/action/eca_helper_third_partyS_setting/value.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper_workflow/action/eca_helper_workflow_for_entity.md b/include/plugins/eca_helper_workflow/action/eca_helper_workflow_for_entity.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper_workflow/action/eca_helper_workflow_for_entity/object.md b/include/plugins/eca_helper_workflow/action/eca_helper_workflow_for_entity/object.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper_workflow/action/eca_helper_workflow_for_entity/token_name.md b/include/plugins/eca_helper_workflow/action/eca_helper_workflow_for_entity/token_name.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper_workflow/action/eca_helper_workflow_label.md b/include/plugins/eca_helper_workflow/action/eca_helper_workflow_label.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper_workflow/action/eca_helper_workflow_label/object.md b/include/plugins/eca_helper_workflow/action/eca_helper_workflow_label/object.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper_workflow/action/eca_helper_workflow_label/token_name.md b/include/plugins/eca_helper_workflow/action/eca_helper_workflow_label/token_name.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper_workflow/action/eca_helper_workflow_label/workflow_state.md b/include/plugins/eca_helper_workflow/action/eca_helper_workflow_label/workflow_state.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper_workflow/action/eca_helper_workflow_state.md b/include/plugins/eca_helper_workflow/action/eca_helper_workflow_state.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper_workflow/action/eca_helper_workflow_state/object.md b/include/plugins/eca_helper_workflow/action/eca_helper_workflow_state/object.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper_workflow/action/eca_helper_workflow_state/property.md b/include/plugins/eca_helper_workflow/action/eca_helper_workflow_state/property.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper_workflow/action/eca_helper_workflow_state/token_name.md b/include/plugins/eca_helper_workflow/action/eca_helper_workflow_state/token_name.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_helper_workflow/action/eca_helper_workflow_state/type.md b/include/plugins/eca_helper_workflow/action/eca_helper_workflow_state/type.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_misc/action/eca_token_load_query_arg.md b/include/plugins/eca_misc/action/eca_token_load_query_arg.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_misc/action/eca_token_load_query_arg/argument_name.md b/include/plugins/eca_misc/action/eca_token_load_query_arg/argument_name.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_misc/action/eca_token_load_query_arg/token_name.md b/include/plugins/eca_misc/action/eca_token_load_query_arg/token_name.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_views/event/eca_views_post_build/display_id.md b/include/plugins/eca_views/event/eca_views_post_build/display_id.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_views/event/eca_views_post_execute/display_id.md b/include/plugins/eca_views/event/eca_views_post_execute/display_id.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_views/event/eca_views_post_render/display_id.md b/include/plugins/eca_views/event/eca_views_post_render/display_id.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_views/event/eca_views_pre_build/display_id.md b/include/plugins/eca_views/event/eca_views_pre_build/display_id.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_views/event/eca_views_pre_execute/display_id.md b/include/plugins/eca_views/event/eca_views_pre_execute/display_id.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_views/event/eca_views_pre_render/display_id.md b/include/plugins/eca_views/event/eca_views_pre_render/display_id.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_views/event/eca_views_pre_view/display_id.md b/include/plugins/eca_views/event/eca_views_pre_view/display_id.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_views/event/eca_views_query_alter/display_id.md b/include/plugins/eca_views/event/eca_views_query_alter/display_id.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_views/event/eca_views_query_substitutions/display_id.md b/include/plugins/eca_views/event/eca_views_query_substitutions/display_id.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_webform/action/eca_webform_get_third_party_setting.md b/include/plugins/eca_webform/action/eca_webform_get_third_party_setting.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_webform/action/eca_webform_get_third_party_setting/object.md b/include/plugins/eca_webform/action/eca_webform_get_third_party_setting/object.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_webform/action/eca_webform_get_third_party_setting/provider.md b/include/plugins/eca_webform/action/eca_webform_get_third_party_setting/provider.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_webform/action/eca_webform_get_third_party_setting/setting_name.md b/include/plugins/eca_webform/action/eca_webform_get_third_party_setting/setting_name.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_webform/action/eca_webform_get_third_party_setting/token_name.md b/include/plugins/eca_webform/action/eca_webform_get_third_party_setting/token_name.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_webform/action/eca_webform_set_third_party_setting.md b/include/plugins/eca_webform/action/eca_webform_set_third_party_setting.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_webform/action/eca_webform_set_third_party_setting/object.md b/include/plugins/eca_webform/action/eca_webform_set_third_party_setting/object.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_webform/action/eca_webform_set_third_party_setting/provider.md b/include/plugins/eca_webform/action/eca_webform_set_third_party_setting/provider.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_webform/action/eca_webform_set_third_party_setting/setting_name.md b/include/plugins/eca_webform/action/eca_webform_set_third_party_setting/setting_name.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/plugins/eca_webform/action/eca_webform_set_third_party_setting/setting_value.md b/include/plugins/eca_webform/action/eca_webform_set_third_party_setting/setting_value.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/toc/plugins.yml b/toc/plugins.yml index 8cf90cbcabafae789f42f5eff4d920da4e272c3e..efabc2aa8be6a17c7660c2aa9849e0f3058612d7 100644 --- a/toc/plugins.yml +++ b/toc/plugins.yml @@ -44,6 +44,7 @@ - 'Shared temporary store: write': plugins/eca/base/actions/eca_sharedtempstore_write.md - 'Token: replace': plugins/eca/base/actions/eca_token_replace.md - 'Token: set context': plugins/eca/base/actions/eca_token_set_context.md + - 'Token: set random value': plugins/eca/base/actions/eca_token_set_random_value.md - 'Token: set value': plugins/eca/base/actions/eca_token_set_value.md - Translate: plugins/eca/base/actions/eca_translate.md - 'Trigger a custom event': plugins/eca/base/actions/eca_trigger_custom_event.md @@ -354,6 +355,7 @@ - 'Form: is submitted': plugins/eca/form/conditions/eca_form_submitted.md - Actions: - 'Entity form: build entity': plugins/eca/form/actions/eca_form_build_entity.md + - 'Form field: add state': plugins/eca/form/actions/eca_form_field_add_state.md - 'Form field: get default value': plugins/eca/form/actions/eca_form_field_get_default_value.md - 'Form field: get options': plugins/eca/form/actions/eca_form_field_get_options.md - 'Form field: get submitted value': plugins/eca/form/actions/eca_form_field_get_value.md @@ -361,9 +363,11 @@ - 'Form field: set as disabled': plugins/eca/form/actions/eca_form_field_disable.md - 'Form field: set as required': plugins/eca/form/actions/eca_form_field_require.md - 'Form field: set default value': plugins/eca/form/actions/eca_form_field_default_value.md + - 'Form field: set label': plugins/eca/form/actions/eca_form_field_set_label.md - 'Form field: set options': plugins/eca/form/actions/eca_form_field_set_options.md - 'Form field: set submitted value': plugins/eca/form/actions/eca_form_field_set_value.md - 'Form field: set validation error': plugins/eca/form/actions/eca_form_field_set_error.md + - 'Form field: set weight': plugins/eca/form/actions/eca_form_field_set_weight.md - 'Form state: get property value': plugins/eca/form/actions/eca_form_state_get_property_value.md - 'Form state: set property value': plugins/eca/form/actions/eca_form_state_set_property_value.md - 'Form state: set rebuild': plugins/eca/form/actions/eca_form_state_set_rebuild.md @@ -765,6 +769,20 @@ - ' Wiki: show': plugins/eca/gitlab_api/actions/eca_gitlab_api_command_wiki_show.md - ' Wiki: show All': plugins/eca/gitlab_api/actions/eca_gitlab_api_command_wiki_showall.md - ' Wiki: update': plugins/eca/gitlab_api/actions/eca_gitlab_api_command_wiki_update.md + - 'ECA Helper': + - plugins/eca/helper/index.md + - Actions: + - 'ECA Helper: Form field get value': plugins/eca/helper/actions/eca_helper_form_field_get_value.md + - 'ECA Helper: Form field set value': plugins/eca/helper/actions/eca_helper_form_field_set_value.md + - 'ECA Helper: Get SERVER Variable': plugins/eca/helper/actions/eca_helper_server_variable.md + - 'ECA Helper: Get/Set ThirdPartySetting': plugins/eca/helper/actions/eca_helper_third_partyS_setting.md + - 'ECA Helper: Http Request': plugins/eca/helper/actions/eca_helper_http_request.md + - 'ECA Helper for Workflow': + - plugins/eca/helper_workflow/index.md + - Actions: + - 'ECA Helper Workflow: Get Label': plugins/eca/helper_workflow/actions/eca_helper_workflow_label.md + - 'ECA Helper Workflow: Get workflow for Entity': plugins/eca/helper_workflow/actions/eca_helper_workflow_for_entity.md + - 'ECA Helper Workflow: Get workflow state': plugins/eca/helper_workflow/actions/eca_helper_workflow_state.md - 'ECA Language': - plugins/eca/language/index.md - Events: @@ -827,6 +845,7 @@ - Conditions: - 'Route match': plugins/eca/misc/conditions/eca_route_match.md - Actions: + - 'Token: load query argument': plugins/eca/misc/actions/eca_token_load_query_arg.md - 'Token: load route parameter': plugins/eca/misc/actions/eca_token_load_route_param.md - 'ECA Parameters': - plugins/eca/parameters/index.md @@ -1064,6 +1083,8 @@ - Actions: - 'Webform Submission: Get data': plugins/eca/webform/actions/eca_webform_submission_get_data.md - 'Webform Submission: Set data': plugins/eca/webform/actions/eca_webform_submission_set_data.md + - 'Webform: Get third-party setting': plugins/eca/webform/actions/eca_webform_get_third_party_setting.md + - 'Webform: Set third-party setting': plugins/eca/webform/actions/eca_webform_set_third_party_setting.md - 'ECA Workflow': - plugins/eca/workflow/index.md - Events: @@ -1207,6 +1228,10 @@ - plugins/entity_print/index.md - Actions: - Print: plugins/entity_print/actions/entity_print_download_action.md +- 'Entity Share Client': + - plugins/entity_share_client/index.md + - Actions: + - 'Update policy': plugins/entity_share_client/actions/entity_share_client_update_policy.md - Flag: - plugins/flag/index.md - Actions: