-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced MatchingRule with Matcher, plugin pattern implementation, fo…
…rm, schema, ui changes...
- Loading branch information
Showing
34 changed files
with
1,260 additions
and
1,191 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
modules/crm_core_default_matching_engine/config/install/crm_core_match.matcher.household.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
langcode: en | ||
dependencies: { } | ||
id: household | ||
label: Household | ||
plugin_id: default | ||
configuration: | ||
threshold: 0 | ||
return_order: created | ||
rules: { } |
9 changes: 9 additions & 0 deletions
9
...les/crm_core_default_matching_engine/config/install/crm_core_match.matcher.individual.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
langcode: en | ||
dependencies: { } | ||
id: individual | ||
label: Individual | ||
plugin_id: default | ||
configuration: | ||
threshold: 0 | ||
return_order: created | ||
rules: { } |
9 changes: 9 additions & 0 deletions
9
...s/crm_core_default_matching_engine/config/install/crm_core_match.matcher.organization.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
langcode: en | ||
dependencies: { } | ||
id: organization | ||
label: Organization | ||
plugin_id: default | ||
configuration: | ||
threshold: 0 | ||
return_order: created | ||
rules: { } |
13 changes: 3 additions & 10 deletions
13
...rm_core_default_matching_engine/config/schema/crm_core_default_matching_engine.schema.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 0 additions & 20 deletions
20
modules/crm_core_default_matching_engine/crm_core_default_matching_engine.install
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletions
15
modules/crm_core_default_matching_engine/crm_core_default_matching_engine.routing.yml
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
modules/crm_core_default_matching_engine/src/Controller/EngineController.php
This file was deleted.
Oops, something went wrong.
107 changes: 0 additions & 107 deletions
107
modules/crm_core_default_matching_engine/src/Entity/MatchingRule.php
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.