function StarterKitInterface::postProcess
Performs post-processing of a generated theme.
Parameters
string $working_dir: The working directory of the template being generated.
string $machine_name: The theme's machine name.
string $theme_name: The theme's name.
1 method overrides StarterKitInterface::postProcess()
- StarterKit::postProcess in core/
themes/ starterkit_theme/ src/ StarterKit.php - Performs post-processing of a generated theme.
File
-
core/
lib/ Drupal/ Core/ Theme/ StarterKitInterface.php, line 20
Class
- StarterKitInterface
- Allows starter kits to interact with theme generation.
Namespace
Drupal\Core\ThemeCode
public static function postProcess(string $working_dir, string $machine_name, string $theme_name) : void;