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\Security\Attribute; /** * Attribute to tell that a method i..
Decoded Output download
<?php
namespace Drupal\Core\Security\Attribute;
/**
* Attribute to tell that a method is a trusted callback.
*/
#[\Attribute(\Attribute::TARGET_METHOD)]
class TrustedCallback {}
?>
Did this file decode correctly?
Original Code
<?php
namespace Drupal\Core\Security\Attribute;
/**
* Attribute to tell that a method is a trusted callback.
*/
#[\Attribute(\Attribute::TARGET_METHOD)]
class TrustedCallback {}
Function Calls
None |
Stats
MD5 | 9ab548d555d5095435770afc8c4cb940 |
Eval Count | 0 |
Decode Time | 81 ms |