Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$termsNational = \Drupal::entityTypeManager()->getStorage('taxonomy_term')->loadByProperti..
Decoded Output download
<? $termsNational = \Drupal::entityTypeManager()->getStorage('taxonomy_term')->loadByProperties(['name' => 'National'])->execute();
$termNational = reset($termsNational);
dump($termNational->id()); ?>
Did this file decode correctly?
Original Code
$termsNational = \Drupal::entityTypeManager()->getStorage('taxonomy_term')->loadByProperties(['name' => 'National'])->execute();
$termNational = reset($termsNational);
dump($termNational->id());
Function Calls
None |
Stats
MD5 | c16641356c76222069f76832779c8c68 |
Eval Count | 0 |
Decode Time | 38 ms |