Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
extension system
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
2 Apr 2014 at 12:25 UTC
Updated:
29 Jul 2014 at 23:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sunComment #2
sunI guess the issue title is a bit misleading... ;)
Comment #4
sunComment #5
damiankloip commentedI don't think we need to name this around the cache bin that we are passing in. As far as this object is concerned, this is just a cache bin. I don't think the name in the property is necessary.
Comment #6
sunRenamed $bootstrapCache to $cacheBackend.
Comment #7
damiankloip commentedThanks, looks good. Let's wait for the bot. But I think this is ready.
Comment #8
dawehnerDid we ever considered to move this two cache entries into one? This could be a task for a followup.
Comment #9
sunWe already did #1892574: Remove hook_hook_info_alter() — Next step is to remove
hook_hook_info()entirely. No longer needed with auto-loadable code.AFAIK, that has been discussed a few times before, and everyone agreed, but I wasn't able to find an issue...
Comment #10
jibranMore then 80 chars.
I was told to DIY so posting a new patch. We are already updating the docs by adding
{@inheritdoc}so I went ahead and fixed 80 char limit for wholeModuleHandler.phpfile. I hope it is not an issue.This is a doc change so leaving it RTBC.
Comment #11
damiankloip commentedSorry, views still uses this... views hooks are loaded from MODULE.views.inc or MODULE.views_execution.inc files.
Comment #12
sun@jibran: Thank you!
@damiankloip: Created #2233261: Deprecate hook_hook_info groups, mark hook_hook_info() for deletion to properly discuss that further :-)
Comment #13
damiankloip commentedGreat, thanks @sun!
Comment #15
sunMerged 8.x (simple diff context conflict)
Comment #16
sunThis clean-up appears to be a soft-blocker for #2206347: Use event system in ModuleHandler, which will help us to untangle some legacy spaghetti in
ModuleHandler— would be great to move forward here :-)Comment #17
damiankloip commentedYes. Would be really good to get this one in!
Comment #19
damiankloip commentedrerolled.
Comment #20
sunComment #22
sunMerged 8.x.
Comment #24
sunComment #25
catch24: module.handler.24.patch queued for re-testing.
Comment #27
Jalandhar commentedUpdating with reroll.
Comment #29
sunComment #30
alexpottmodule.handler.29.patch no longer applies.
Comment #31
rajendar reddy commentedUpdating patch with reroll.
Comment #32
sunManually merged, verified, and confirmed the re-roll.
Comment #34
catchCommitted/pushed to 8.x, thanks!