Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. StarterKitInterface.php

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\Theme

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal