- Issue created by @joachim
public function calculateDependencies() {
return parent::calculateDependencies() + [
'module' => ['node'],
];
}
This is hardcoded in NodeMatcher, and there is similar in the other entity type-specific matcher plugin classes.
This won't work with other entity types.
Instead, EntityMatcher should get the provider from the entity type definition.
Active
6.1
Code