
| 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/RenderElement.php |
<?php
declare(strict_types = 1);
namespace Drupal\Core\Render\Attribute;
use Drupal\Component\Plugin\Attribute\Plugin;
/**
* Defines a Render element plugin attribute object.
*
* See \Drupal\Core\Render\Element\ElementInterface for more information
* about render element plugins.
*
* Plugin Namespace: Element
*
* For a working example, see \Drupal\Core\Render\Element\Link.
*
* @see \Drupal\Core\Render\ElementInfoManager
* @see \Drupal\Core\Render\Element\ElementInterface
* @see \Drupal\Core\Render\Element\RenderElementBase
* @see \Drupal\Core\Render\Attribute\FormElement
* @see plugin_api
*
* @ingroup theme_render
*/
#[\Attribute(\Attribute::TARGET_CLASS)]
class RenderElement extends Plugin {
}