- π³πΏNew Zealand quietone
Updating what this is postponed on. And no longer a novice issue due to changes in how constructor params are documented.
Updated: Comment #0
The documentation for EntityType::$links reads as follows:
Link templates using the URI template syntax.
Links are an array of standard link relations to the URI template that should be used for them. Where possible, link relationships should use established IANA relationships rather than custom relationships.
Um... come again? I have no idea what "Links are an array of standard link relations to the URI template that should be used for them" means. I also shouldn't have to google "IANA relationships."
The change notice is slightly less opaque:
https://drupal.org/node/2020491
Let's please rewrite this whole docblock so that it's comprehensible to mere mortals.
Link patterns for the entity.
@link
action to the same reference the change notice uses.node/{node}
, node/{node}/edit
, etc.) would go a long way to illustrating the important point: This is the only way Drupal knows where the heck your entities are and how to perform operations on them.Postponed on π Convert entity type discovery to PHP attributes Needs review
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Updating what this is postponed on. And no longer a novice issue due to changes in how constructor params are documented.