Skip to content
Snippets Groups Projects
Commit 43d2e26d authored by Ivan Doroshenko's avatar Ivan Doroshenko
Browse files

Issue #3274246 by Matroskeen: Fix property types in EntityLookup

parent 3f02ce20
No related branches found
No related tags found
1 merge request!8Issue #3229479: Entity_lookup taxonomy_term restricted by VID
......@@ -97,7 +97,7 @@ class EntityLookup extends ProcessPluginBase implements ContainerFactoryPluginIn
protected ?string $destinationBundleKey = NULL;
protected ?string $lookupValueKey = NULL;
protected ?string $lookupBundleKey = NULL;
protected ?string $lookupBundle = NULL;
protected mixed $lookupBundle = NULL;
protected ?string $lookupEntityType = NULL;
protected ?string $destinationProperty;
protected bool $accessCheck = TRUE;
......
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