-
Notifications
You must be signed in to change notification settings - Fork 202
Extend entity url with absolute option #1291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend entity url with absolute option #1291
Conversation
…only one option
…nd-entity-url-with-absolute-option
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good to me. The test case is a bit weak since it does not really test anything, but should be good enough for this simple change.
* "entity" = @ContextDefinition("entity", | ||
* label = @Translation("Entity") | ||
* ), | ||
* "rel" = @ContextDefinition("any", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
data type should be string
I pushed a small follow-up to fix the context data type. |
Continuation of #1220
I have added an additional argument for the relationship type.