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\Installer; use Drupal\Core\Extension\ThemeExtensionList; /*..
Decoded Output download
<?php
namespace Drupal\Core\Installer;
use Drupal\Core\Extension\ThemeExtensionList;
/**
* Overrides the theme extension list to have a static cache.
*/
class InstallerThemeExtensionList extends ThemeExtensionList {
use ExtensionListTrait;
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Drupal\Core\Installer;
use Drupal\Core\Extension\ThemeExtensionList;
/**
* Overrides the theme extension list to have a static cache.
*/
class InstallerThemeExtensionList extends ThemeExtensionList {
use ExtensionListTrait;
}
Function Calls
None |
Stats
MD5 | 21f570850df285bdaf0049df8cc7f76f |
Eval Count | 0 |
Decode Time | 89 ms |