unlcms / project-herbie

Drupal 10 implementation at the University of Nebraska–Lincoln
https://cms.unl.edu
GNU General Public License v2.0
6 stars 7 forks source link

Clean up unl_five theme to be more generic #799

Open sarongebre opened 3 months ago

sarongebre commented 3 months ago

Remove specific unl_five_herbie group-related code and make it general. example $group_ids = $group_storage->getQuery() ->condition('type', 'group_subsite') ->accessCheck(TRUE) ->execute();