Beta phase evaluation
| Issue category | Task, because this removes usages of a previously-deprecated function. |
|---|---|
| Prioritized changes | Removing deprecated code is on the list of prioritized changes. |
Function drupal_theme_access is deprecated. Patch attached removes all usages of this function.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | 2421661-11.patch | 1.78 KB | miteshmap |
| #2 | 2421661-2.patch | 1.89 KB | jeroent |
Comments
Comment #2
jeroent...
Comment #3
jeroentComment #4
miteshmapPatch applied correctly, Only two call occurrence found in 8.0.x , on these two files,
core/modules/system/src/Tests/Theme/ThemeTest.php
core/modules/system/system.module
Comment #5
cilefen commentedThis looks good as described in #4. All implementations are removed.
Comment #6
cilefen commented@JeroenT or @developermitesh: Could you add a beta evaluation to the issue summary? That will help the committers.
Comment #7
miteshmapComment #8
cilefen commentedComment #9
alexpottLet's remove _system_themes_access here too - it looks like it is not used either.
Comment #10
alexpottWe only need one check here :) We only have installed themes now.
Comment #11
miteshmapremoved _system_themes_access, and other unnecessary usage.
Comment #12
linl commentedLooks like this was fixed elsewhere #2443817: Remove usage and the function drupal_theme_access()