Chris@0: &$group) { Chris@0: foreach ($theme_groups[$state] as &$theme) { Chris@0: // Add a foo link to each list of theme operations. Chris@0: $theme->operations[] = [ Chris@0: 'title' => t('Foo'), Chris@0: 'url' => Url::fromRoute('system.themes_page'), Chris@17: 'query' => ['theme' => $theme->getName()], Chris@0: ]; Chris@0: } Chris@0: } Chris@0: } Chris@0: Chris@0: /** Chris@0: * @} End of "addtogroup hooks". Chris@0: */