• Yorick Peterse's avatar
    Backport EE API parameters for API::Groups · c3b24826
    Yorick Peterse authored
    This backports the API parameters for API::Groups from EE to CE,
    ensuring both implementations use the same code. EE specific parameters
    are wrapped in an `if` statement for two reasons:
    
    1. It allows us to completely disable the parameters in CE.
    
    2. It removes the need for adding a source comment to signal that the
       parameters are EE only.
    c3b24826