Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php namespace Drupal\Core\Theme; /** * Allows starter kits to interact with theme gen..
Decoded Output download
<?php
namespace Drupal\Core\Theme;
/**
* Allows starter kits to interact with theme generation.
*/
interface StarterKitInterface {
/**
* Performs post-processing of a generated theme.
*
* @param string $working_dir
* The working directory of the template being generated.
* @param string $machine_name
* The theme's machine name.
* @param string $theme_name
* The theme's name.
*/
public static function postProcess(string $working_dir, string $machine_name, string $theme_name): void;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Drupal\Core\Theme;
/**
* Allows starter kits to interact with theme generation.
*/
interface StarterKitInterface {
/**
* Performs post-processing of a generated theme.
*
* @param string $working_dir
* The working directory of the template being generated.
* @param string $machine_name
* The theme's machine name.
* @param string $theme_name
* The theme's name.
*/
public static function postProcess(string $working_dir, string $machine_name, string $theme_name): void;
}
Function Calls
None |
Stats
MD5 | 516af3b463c49b050a2e6a545279dd08 |
Eval Count | 0 |
Decode Time | 69 ms |