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 declare(strict_types = 1); namespace Drupal\Core\Render\Attribute; /** * Defines..
Decoded Output download
<?php
declare(strict_types = 1);
namespace Drupal\Core\Render\Attribute;
/**
* Defines a form element plugin attribute object.
*
* See \Drupal\Core\Render\Element\FormElementInterface for more information
* about form element plugins.
*
* Plugin Namespace: Element
*
* For a working example, see \Drupal\Core\Render\Element\Textfield.
*
* @see \Drupal\Core\Render\ElementInfoManager
* @see \Drupal\Core\Render\Element\FormElementInterface
* @see \Drupal\Core\Render\Element\FormElementBase
* @see \Drupal\Core\Render\Attribute\RenderElement
* @see plugin_api
*
* @ingroup theme_render
*/
#[\Attribute(\Attribute::TARGET_CLASS)]
class FormElement extends RenderElement {
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types = 1);
namespace Drupal\Core\Render\Attribute;
/**
* Defines a form element plugin attribute object.
*
* See \Drupal\Core\Render\Element\FormElementInterface for more information
* about form element plugins.
*
* Plugin Namespace: Element
*
* For a working example, see \Drupal\Core\Render\Element\Textfield.
*
* @see \Drupal\Core\Render\ElementInfoManager
* @see \Drupal\Core\Render\Element\FormElementInterface
* @see \Drupal\Core\Render\Element\FormElementBase
* @see \Drupal\Core\Render\Attribute\RenderElement
* @see plugin_api
*
* @ingroup theme_render
*/
#[\Attribute(\Attribute::TARGET_CLASS)]
class FormElement extends RenderElement {
}
Function Calls
None |
Stats
MD5 | da4880624cef2c662559955bf552d20e |
Eval Count | 0 |
Decode Time | 73 ms |