Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Aug 2012 at 01:15 UTC
Updated:
9 Apr 2015 at 17:02 UTC
Jump to comment: Most recent
Comments
Comment #1
sunYeah, I was basically thinking of an associative $context array, similar to the one we're using for
drupal_alter()as well astoken_replace().That said, I wonder what @Crell & Co. has to say about this, as this sorta seems to be "some kind of an external data source" being passed into an entity form. In Panels-speak, it would be a "required context" (since the comment form is not able to work without a parent/context entity; i.e., you cannot comment on "nothing").
Comment #2
andypostThere's no issue now but it make sense to get rid of
comment_add()function hereComment #3
andypostComment #4
Crell commentedI don't think this issue is still relevant. If someone disagrees, reopen with an explanation of what actually needs to be done at this point. Note that adding a drupal_alter() call to the route dispatch process is a non-starter.