Contribution Date
Technology
Contribution Project
Contribution Details
Hello,
As per understanding from version 1.0.0-beta6 to 1.0.0-beta7
We can see that now services have new parameters introduced.
In version 1.0.6
access_policy.validator:
class: Drupal\access_policy\AccessPolicyValidator
arguments: ['@entity_type.manager', '@access_policy.content_policy_manager', '@plugin.manager.access_policy.access_rule']
In version 1.0.7 we have additional parameter
access_policy.validator:
class: Drupal\access_policy\AccessPolicyValidator
arguments: ['@entity_type.manager', '@access_policy.content_policy_manager', '@plugin.manager.access_policy.access_rule', '@plugin.manager.access_policy_operation']
My question is to @gilbertdelyon are you using this service access_policy.validator somewhere in your custom module?
Also @partdigital we still need to fix the Test cases where service is using only 3 parameters for testing.
Issue Status
Active
Contribution Issue Link
Files count
0
Patches count
0