
| Current Path : /var/www/html/rocksensor1/web/core/lib/Drupal/Core/Render/Attribute/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/web/core/lib/Drupal/Core/Render/Attribute/FormElement.php |
<?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 {
}