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\Executable; /** * An interface for executable plugins. * ..
Decoded Output download
<?php
namespace Drupal\Core\Executable;
/**
* An interface for executable plugins.
*
* @ingroup plugin_api
*/
interface ExecutableInterface {
/**
* Executes the plugin.
*/
public function execute();
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Drupal\Core\Executable;
/**
* An interface for executable plugins.
*
* @ingroup plugin_api
*/
interface ExecutableInterface {
/**
* Executes the plugin.
*/
public function execute();
}
Function Calls
None |
Stats
MD5 | 047659e325b8cfcd2124eb78d30312ab |
Eval Count | 0 |
Decode Time | 78 ms |