Closed (fixed)
Project:
Drupal core
Version:
8.1.x-dev
Component:
theme system
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Oct 2015 at 02:18 UTC
Updated:
31 May 2016 at 16:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
lauriiiComment #3
star-szrLooks good, added some rationale to the IS.
Comment #4
webchickThis is RC eligible since it's just docs, but I'm not sure the rules around marking stuff @internal or not. And since this seems like a framework manager decision, assigning to alexpott, who I guess already talked to lauriii about this a bit.
Comment #5
alexpottI think there should be an explanation.
Comment #6
lauriiiComment #7
dawehnerThe last word is a little bit odd. I would have expected 'internal' ...
Comment #8
lauriiiComment #9
alexpottComment #10
alexpottI think this is a good move to make this internal.
Comment #11
dawehnerAccording to @jhodgdon @internal should stand for itself. Additional information can be provided afterwards
Comment #12
lauriiiComment #13
joelpittetThis is RTBC as long as the request in #11 meant "Stand by itself" instead of "stand for itself"
Comment #14
catchThis needs a short change record since we're doing it within a stable release now - just gives people less excuses if they actually did subclass this to complain later.
Comment #16
lauriiiCreated change record
Comment #17
joelpittetHas the CR, rational seems reasonable to me, back to RTBC
Comment #18
alexpottCommitted 7acb0de and pushed to 8.1.x. Thanks!
Comment #21
fgmIs it not inconsistent to have a hook part of our public API ( hook_theme_registry_alter() ) access an @internal class ?
Comment #22
cilefen commentedhook_theme_registry_alter is modifying a discovered array, not calling functions. No?
Comment #23
fgmIndeed, but it contains a @see referencing this @internal structure.
Comment #24
cilefen commentedThe @see is a reference to documentation explaining the array structure passed to hook_theme_registry_alter. I do not see how this could be a problem.