function StarterKitInterface::postProcess

Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/Theme/StarterKitInterface.php \Drupal\Core\Theme\StarterKitInterface::postProcess()
  2. 11.x core/lib/Drupal/Core/Theme/StarterKitInterface.php \Drupal\Core\Theme\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\Theme

Code

public static function postProcess(string $working_dir, string $machine_name, string $theme_name) : void;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.