Details
-
Type: Sub-task
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.5
-
Fix Version/s: 4.5
-
Component/s: None
-
Labels:None
Description
There are number of places in the code where different versions of Drupal use the same functions. Our existing pattern for this is to have both Drupal6 & Drupal 7 functions extend a DrupalBase Class and only over-ride the functions where they differ.
Hook class is needs this restructure - the classes are identical (but we should keep both as 'empties' for consistency with other UF patterns)