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\field_test\Plugin\Field\FieldType; /** * Defines the 'hidden_tes..
Decoded Output download
<?php
namespace Drupalield_test\Plugin\Field\FieldType;
/**
* Defines the 'hidden_test' entity field item.
*
* @FieldType(
* id = "hidden_test_field",
* label = @Translation("Hidden from UI test field"),
* description = @Translation("Dummy hidden field type used for tests."),
* no_ui = TRUE,
* default_widget = "test_field_widget",
* default_formatter = "field_test_default"
* )
*/
class HiddenTestItem extends TestItem {
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Drupal\field_test\Plugin\Field\FieldType;
/**
* Defines the 'hidden_test' entity field item.
*
* @FieldType(
* id = "hidden_test_field",
* label = @Translation("Hidden from UI test field"),
* description = @Translation("Dummy hidden field type used for tests."),
* no_ui = TRUE,
* default_widget = "test_field_widget",
* default_formatter = "field_test_default"
* )
*/
class HiddenTestItem extends TestItem {
}
Function Calls
None |
Stats
MD5 | 4a3b547cc5bd80ea477bc5035833d6a7 |
Eval Count | 0 |
Decode Time | 102 ms |