There is no need for this function to be public. It will only be used by classes that extend this class

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tedbow created an issue. See original summary.

cdmo’s picture

Assigned: Unassigned » cdmo

I'll give this a shot!

cdmo’s picture

tedbow’s picture

Status: Needs review » Reviewed & tested by the community

@cdmo, yep thats it.

Besides letting someone else getting a commit credit the other reason I didn't do it myself is I can't mark my own patch RTBC.

So thanks!

cdmo’s picture

Cool. Easy contribution process!

I'm off to add "Drupal Core Contributor" to my resume ;)

Wim Leers’s picture

Nice catch! :) And thanks, @cdmo!

tedbow’s picture

Assigned: cdmo » Unassigned

  • lauriii committed 72fadae on 8.4.x
    Issue #2896366 by cdmo, tedbow: enableTheme() should be protected not...
lauriii’s picture

Version: 8.4.x-dev » 8.3.x-dev

I definitely agree this should be protected instead of public. Making functions more private is always a small BC break. Because this only affects Settings Tray module which is still in Alpha, we are allowed to make this change.

Committed 67e1d78 and pushed to 8.4.x. Thanks!

Waiting for confirmation to commit this to 8.3.x.

Status: Reviewed & tested by the community » Needs work
Wim Leers’s picture

Issue tags: +Needs reroll
arunkumark’s picture

Status: Needs work » Needs review
FileSize
804 bytes

Hi,

I have re-rolled patch for the Drupal 8.x.3 version as per the comment #9

Wim Leers’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: -Needs reroll

Thanks!

star-szr’s picture

Version: 8.3.x-dev » 8.4.x-dev
Status: Reviewed & tested by the community » Fixed

8.3.x is now essentially criticals only, and this is in 8.4.x (and 8.5.x), so marking fixed. Thanks all!

Wim Leers’s picture

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

tedbow’s picture

Component: outside_in.module » settings_tray.module

Changing to new settings_tray.module component. @drpal thanks for script help! :)