public ThemeManagerInterface::alterForTheme(ActiveTheme $theme, $type, &$data, &$context1 = NULL, &$context2 = NULL)
Provides an alter hook for a specific theme.
Similar to ::alter, it also invokes the alter hooks for the base themes.
Parameters
\Drupal\Core\Theme\ActiveTheme $theme: A manually specified theme.
string|array $type: A string describing the type of the alterable $data.
mixed $data: The variable that will be passed to $theme_TYPE_alter() implementations
mixed $context1