Closed (fixed)
Project:
More Global Variables
Version:
8.x-1.8
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2017 at 16:10 UTC
Updated:
24 Jun 2017 at 07:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
volegerSo here the refactored module that uses services.
Comment #3
volegerBut still, this is not really good implementation of moving variables implementation out of the hook.
I have some work in progress that will be moving each variable in the separate plugin.
So the implementation of variable will looks like that:
Comment #4
volegerHere a completed patch that moves variables into separate plugins.
So developers can simply define a variable using GlobalVariable plugin in own module and variable will appear in global_variables list.
Comment #5
volegerComment #6
markconroy commentedHi volegar,
Thanks a lot for that. It's a huge improvement on what I had there previously. I'm going to make a new release of it now.
Comment #8
markconroy commentedPatch applied. Works lovely. Thanks.
Comment #9
markconroy commentedMarking as closed, fixed.