Closed (fixed)
Project:
Drupal core
Version:
8.9.x-dev
Component:
menu_link_content.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Oct 2019 at 12:31 UTC
Updated:
6 Dec 2019 at 14:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
avpadernoComment #3
avpadernoI apologize: The link in the documentation page created the issue with the wrong version, and I didn't notice it.
Comment #4
vints24 commentedI am at Amsterdam 2019 (DrupalCon) and am proposing this patch if the function will be removed.
Comment #5
StevenAvelino commentedAfter reviewing it, the patch removes the function that was asked to be removed.
Comment #6
avpadernoComment #7
avpadernoComment #8
sutharsan commentedThis issue removes a function from menu_link_content.install. Is this BC breaking or is any *.install file part of "The installer" as in the D8 DC policy https://www.drupal.org/core/d8-bc-policy and therefore considered @internal?
Comment #9
avpadernoHook implementations should not be considered part of the Drupal API, which means that no module should assume there is a
menu_link_content_install()function and call it directly.Comment #10
vints24 commented@kiamlaluno,
This change is necessary or not for the 8.9.x?
Or need to do something else?
Thanks
Comment #11
amateescu commented@kiamlaluno is correct in #9, I think this patch is good to go on all supported branches, including 8.8.x.
Also, reclassifying as a bug because this is removing dead code.
Comment #12
alexpottI don't think this is a bug fix per se.
Committed and pushed 80b5dd6b08 to 9.0.x and 9455fc7a15 to 8.9.x. Thanks!